pub trait HaveBlockOnDisk {
// Required method
fn have_block_on_disk(&mut self, height: i32) -> bool;
}
Required Methods§
sourcefn have_block_on_disk(&mut self, height: i32) -> bool
fn have_block_on_disk(&mut self, height: i32) -> bool
| Check that the block is available on disk | (i.e. has not been pruned), and contains | transactions.