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

Required Methods§

source

fn get_tip_locator(&mut self) -> BlockLocator

| Get locator for the current chain tip. |

Implementors§