Struct ethjson::spec::tendermint::Tendermint[][src]

pub struct Tendermint {
    pub params: TendermintParams,
}

Tendermint engine deserialization.

Fields

Ethash params.

Trait Implementations

impl Debug for Tendermint
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Tendermint