Trait bitcoin_net_zmq::NotifyBlock
source · pub trait NotifyBlock {
// Required method
fn notify_block(&mut self, pindex: *const BlockIndex) -> bool;
}
Required Methods§
sourcefn notify_block(&mut self, pindex: *const BlockIndex) -> bool
fn notify_block(&mut self, pindex: *const BlockIndex) -> bool
| Notifies of ConnectTip result, i.e., | new active tip only |