Trait bitcoin_peerman::RelayAddress
source · pub trait RelayAddress {
// Required method
fn relay_address(
self: Arc<Self>,
originator: NodeId,
addr: &Address,
reachable: bool
);
}pub trait RelayAddress {
// Required method
fn relay_address(
self: Arc<Self>,
originator: NodeId,
addr: &Address,
reachable: bool
);
}