Trait BlockHashOracle

Source
pub trait BlockHashOracle {
    // Required method
    fn get_block_hash(&self, height: u32) -> Option<BlockHash>;
}
Available on non-WebAssembly only.

Required Methods§

Source

fn get_block_hash(&self, height: u32) -> Option<BlockHash>

Implementors§