pub trait NotifyBlockDisconnect {
    // Required method
    fn notify_block_disconnect(&mut self, pindex: *const BlockIndex) -> bool;
}

Required Methods§

source

fn notify_block_disconnect(&mut self, pindex: *const BlockIndex) -> bool

| Notifies of every block disconnection |

Implementors§