Trait bitcoin_peerman::IsBlockRequested
source · pub trait IsBlockRequested {
// Required method
fn is_block_requested(&self, hash: &u256) -> bool;
}Required Methods§
sourcefn is_block_requested(&self, hash: &u256) -> bool
fn is_block_requested(&self, hash: &u256) -> bool
| Have we requested this block from a peer |