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.
None
Engine does generate seal for this block right now.
Trait Implementations
impl Debug for Seal
[src]
impl Debug for Seal
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Seal
[src]
impl PartialEq for Seal
fn eq(&self, __arg_0: &Seal) -> bool
[src]
fn eq(&self, __arg_0: &Seal) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for Seal
[src]
impl Eq for Seal