pub trait IsBlockRequested {
    // Required method
    fn is_block_requested(&self, hash: &u256) -> bool;
}

Required Methods§

source

fn is_block_requested(&self, hash: &u256) -> bool

| Have we requested this block from a peer |

Implementors§