Trait bitcoinchain_interface::HavePruned
source · pub trait HavePruned {
// Required method
fn have_pruned(&mut self) -> bool;
}
Required Methods§
sourcefn have_pruned(&mut self) -> bool
fn have_pruned(&mut self) -> bool
| Check if any block has been pruned. |