pub trait GetLastBlockHash {
    // Required method
    fn get_last_block_hash(&self) -> u256;
}

Required Methods§

Implementors§