pub trait GetHeaderTip {
    // Required method
    fn get_header_tip(&mut self, height: &mut i32, block_time: &mut i64) -> bool;
}

Required Methods§

source

fn get_header_tip(&mut self, height: &mut i32, block_time: &mut i64) -> bool

| Get header tip height and time. |

Implementors§