Struct ethjson::spec::basic_authority::BasicAuthorityParams [−][src]
pub struct BasicAuthorityParams {
pub duration_limit: Uint,
pub validators: ValidatorSet,
}Authority params deserialization.
Fields
duration_limit: Uint
Block duration.
validators: ValidatorSet
Valid authorities
Trait Implementations
impl Debug for BasicAuthorityParams[src]
impl Debug for BasicAuthorityParamsfn 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 BasicAuthorityParams[src]
impl PartialEq for BasicAuthorityParamsfn eq(&self, other: &BasicAuthorityParams) -> bool[src]
fn eq(&self, other: &BasicAuthorityParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BasicAuthorityParams) -> bool[src]
fn ne(&self, other: &BasicAuthorityParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for BasicAuthorityParams
impl Send for BasicAuthorityParamsimpl Sync for BasicAuthorityParams
impl Sync for BasicAuthorityParams