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

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

Parse block::Height from a type

Required methods

fn parse_block_height(&self) -> Result<Height, Error>[src]

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

Loading content...

Implementors

Loading content...