pub trait FindLocatorFork {
// Required method
fn find_locator_fork(&mut self, locator: &BlockLocator) -> Option<i32>;
}
Required Methods§
sourcefn find_locator_fork(&mut self, locator: &BlockLocator) -> Option<i32>
fn find_locator_fork(&mut self, locator: &BlockLocator) -> Option<i32>
| Return height of the highest block on | chain in common with the locator, which | will either be the original block used to | create the locator, or one of its | ancestors.