Enum ethcore::engines::Seal  
                   
                       [−]
                   
               [src]
Seal type.
Variants
Proposal(Vec<Bytes>)Proposal seal; should be broadcasted, but not inserted into blockchain.
Regular(Vec<Bytes>)Regular block seal; should be part of the blockchain.
NoneEngine does generate seal for this block right now.
Trait Implementations
impl Debug for Seal[src] 
impl Debug for Sealfn fmt(&self, __arg_0: &mut Formatter) -> Result[src] 
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Seal[src] 
impl PartialEq for Sealfn eq(&self, __arg_0: &Seal) -> bool[src] 
fn eq(&self, __arg_0: &Seal) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Seal) -> bool[src] 
fn ne(&self, __arg_0: &Seal) -> boolThis method tests for !=.
impl Eq for Seal[src] 
impl Eq for Seal