pub trait GetTipLocator {
    fn get_tip_locator(&mut self) -> BlockLocator;
}

Required Methods§

| Get locator for the current chain tip. |

Implementors§