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

Required Methods§

source

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

| Notifies of ConnectTip result, i.e., | new active tip only |

Implementors§