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

pub struct TendermintSeal {
    pub round: Uint,
    pub proposal: H520,
    pub precommits: Vec<H520>,
}

Tendermint seal.

Fields

Seal round.

Proposal seal signature.

Proposal seal signature.

Trait Implementations

impl Debug for TendermintSeal
[src]

Formats the value using the given formatter. Read more

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

impl Sync for TendermintSeal