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

pub struct BasicAuthorityParams {
    pub duration_limit: Uint,
    pub validators: ValidatorSet,
}

Authority params deserialization.

Fields

Block duration.

Valid authorities

Trait Implementations

impl Debug for BasicAuthorityParams
[src]

Formats the value using the given formatter. Read more

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

impl Sync for BasicAuthorityParams