BlockInfoFetcher

Trait BlockInfoFetcher 

Source
pub trait BlockInfoFetcher {
    // Required methods
    fn get_chain_id(&self) -> usize;
    fn get_block_height(&self) -> usize;
    fn get_block_time(&self) -> usize;
}

Required Methods§

Implementors§