Struct ethjson::spec::authority_round::AuthorityRound[][src]

pub struct AuthorityRound {
    pub params: AuthorityRoundParams,
}

Authority engine deserialization.

Fields

Ethash params.

Trait Implementations

impl Debug for AuthorityRound
[src]

Formats the value using the given formatter. Read more

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

impl Sync for AuthorityRound