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

Provided Methods§

source

fn block_disconnected(&mut self, block: Arc<Block>, pindex: Arc<BlockIndex>)

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

Implementors§