pub trait GetBlockHash {
    fn get_block_hash(&mut self, height: i32) -> u256;
}

Required Methods§

Get block hash. Height must be valid or this function will abort.

Implementors§