Enum ethcore::engines::Seal[][src]

pub enum Seal {
    Proposal(Vec<Bytes>),
    Regular(Vec<Bytes>),
    None,
}

Seal type.

Variants

Proposal seal; should be broadcasted, but not inserted into blockchain.

Regular block seal; should be part of the blockchain.

Engine does generate seal for this block right now.

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 !=.

impl Eq for Seal
[src]

Auto Trait Implementations

impl Send for Seal

impl Sync for Seal