Enum ethjson::spec::seal::Seal[][src]

pub enum Seal {
    Ethereum(Ethereum),
    AuthorityRound(AuthorityRoundSeal),
    Tendermint(TendermintSeal),
    Generic(Bytes),
}

Seal variants.

Variants

Ethereum seal.

AuthorityRound seal.

Tendermint seal.

Generic 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