Trait near_chain::missing_chunks::BlockLike[][src]

pub trait BlockLike {
    fn hash(&self) -> CryptoHash;
fn height(&self) -> BlockHeight; }

Required methods

Implementors