Struct ethcore::ethereum::ethash::Seal[][src]

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

Ethash specific seal

Fields

Ethash seal mix_hash

Ethash seal nonce

Methods

impl Seal
[src]

Tries to parse rlp as ethash seal.

Trait Implementations

impl Debug for Seal
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Seal
[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 Seal

impl Sync for Seal