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

pub struct AuthorityRoundSeal {
    pub step: Uint,
    pub signature: H520,
}

AuthorityRound seal.

Fields

Seal step.

Seal signature.

Trait Implementations

impl Debug for AuthorityRoundSeal
[src]

Formats the value using the given formatter. Read more

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

impl Sync for AuthorityRoundSeal