[][src]Trait tendermint::ParseBlockHeight

pub trait ParseBlockHeight {
    fn parse_block_height(&self) -> Result<Height, Error>;
}

Parse block::Height from a type

Required Methods

Parse block::Height, or return an Error if parsing failed

Implementors

impl ParseHeight for Proposal
[src]

impl ParseHeight for CanonicalVote
[src]

impl ParseHeight for Vote
[src]