Struct ethjson::spec::basic_authority::BasicAuthority[][src]

pub struct BasicAuthority {
    pub params: BasicAuthorityParams,
}

Authority engine deserialization.

Fields

Ethash params.

Trait Implementations

impl Debug for BasicAuthority
[src]

Formats the value using the given formatter. Read more

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

impl Sync for BasicAuthority