Trait bitcoinchain_interface::GetLocator
source · pub trait GetLocator<T> {
type LocatorType;
// Required method
fn get_locator(&self, item: Option<T>) -> Self::LocatorType;
}
pub trait GetLocator<T> {
type LocatorType;
// Required method
fn get_locator(&self, item: Option<T>) -> Self::LocatorType;
}