pub trait BlockChecked {
    fn block_checked(self: Arc<Self>, _0: &Block, _1: &BlockValidationState) { ... }
}

Provided Methods§

| Notifies listeners of a block validation | result. | | If the provided BlockValidationState | IsValid, the provided block is guaranteed | to be the current best block at the time | the callback was generated (not necessarily | now) |

Implementors§