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

Required Methods§

source

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

| Notifies of every block connection |

Implementors§