Trait bitcoin_net_zmq::NotifyBlockConnect
source · pub trait NotifyBlockConnect {
// Required method
fn notify_block_connect(&mut self, pindex: *const BlockIndex) -> bool;
}Required Methods§
sourcefn notify_block_connect(&mut self, pindex: *const BlockIndex) -> bool
fn notify_block_connect(&mut self, pindex: *const BlockIndex) -> bool
| Notifies of every block connection |