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

Required Methods§

Implementors§