Trait tendermint::block::ParseHeight[][src]

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

Parse block::Height from a type

Required methods

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

Implementors