Trait bitcoinnode_interface::GetHeaderTip
source · pub trait GetHeaderTip {
// Required method
fn get_header_tip(&mut self, height: &mut i32, block_time: &mut i64) -> bool;
}
Required Methods§
sourcefn get_header_tip(&mut self, height: &mut i32, block_time: &mut i64) -> bool
fn get_header_tip(&mut self, height: &mut i32, block_time: &mut i64) -> bool
| Get header tip height and time. |