pub trait GetLastBlockHeight {
    // Required method
    fn get_last_block_height(&self) -> i32;
}

Required Methods§

Implementors§