pub trait NotifyBlockDisconnect {
// Required method
fn notify_block_disconnect(&mut self, pindex: *const BlockIndex) -> bool;
}
Required Methods§
sourcefn notify_block_disconnect(&mut self, pindex: *const BlockIndex) -> bool
fn notify_block_disconnect(&mut self, pindex: *const BlockIndex) -> bool
| Notifies of every block disconnection |