pub trait GetTipLocator {
// Required method
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. |