Trait bitcoin_peerman::AlreadyHaveBlock
source · pub trait AlreadyHaveBlock {
// Required method
fn already_have_block(self: Arc<Self>, block_hash: &u256) -> bool;
}pub trait AlreadyHaveBlock {
// Required method
fn already_have_block(self: Arc<Self>, block_hash: &u256) -> bool;
}