Struct ethjson::spec::seal::Ethereum[][src]

pub struct Ethereum {
    pub nonce: H64,
    pub mix_hash: H256,
}

Ethereum seal.

Fields

Seal nonce.

Seal mix hash.

Trait Implementations

impl Debug for Ethereum
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Ethereum
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Ethereum

impl Sync for Ethereum