pub trait GetBestBlockHash {
    fn get_best_block_hash(&mut self) -> u256;
}

Required Methods§

Implementors§