pub trait HaveBlockOnDisk {
    fn have_block_on_disk(&mut self, height: i32) -> bool;
}

Required Methods§

| Check that the block is available on disk | (i.e. has not been pruned), and contains | transactions.

Implementors§