Struct ethjson::spec::seal::AuthorityRoundSeal [−][src]
AuthorityRound seal.
Fields
step: Uint
Seal step.
signature: H520
Seal signature.
Trait Implementations
impl Debug for AuthorityRoundSeal[src]
impl Debug for AuthorityRoundSealfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AuthorityRoundSeal[src]
impl PartialEq for AuthorityRoundSealfn eq(&self, other: &AuthorityRoundSeal) -> bool[src]
fn eq(&self, other: &AuthorityRoundSeal) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AuthorityRoundSeal) -> bool[src]
fn ne(&self, other: &AuthorityRoundSeal) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AuthorityRoundSeal
impl Send for AuthorityRoundSealimpl Sync for AuthorityRoundSeal
impl Sync for AuthorityRoundSeal