pub trait GetTipLocator {
fn get_tip_locator(&mut self) -> BlockLocator;
}Required Methods§
sourcefn get_tip_locator(&mut self) -> BlockLocator
fn get_tip_locator(&mut self) -> BlockLocator
| Get locator for the current chain tip. |
pub trait GetTipLocator {
fn get_tip_locator(&mut self) -> BlockLocator;
}| Get locator for the current chain tip. |