pub trait BlockDisconnected {
    fn block_disconnected(&mut self, block: Arc<Block>, pindex: Arc<BlockIndex>) { ... }
}

Provided Methods§

| Notifies listeners of a block being | disconnected | | Called on a background thread. |

Implementors§