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

Required Methods§

source

fn already_have_block(self: Arc<Self>, block_hash: &u256) -> bool

Implementors§