pub trait HandleNotifyBlockTip {
    fn handle_notify_block_tip(
        &mut self,
        fn_: NodeNotifyBlockTipFn
    ) -> Box<dyn Handler>; }

Required Methods§

| Register handler for block tip messages. |

Implementors§