Trait bitcoin_block::BlockChecked
source · pub trait BlockChecked {
fn block_checked(self: Arc<Self>, _0: &Block, _1: &BlockValidationState) { ... }
}Provided Methods§
sourcefn block_checked(self: Arc<Self>, _0: &Block, _1: &BlockValidationState)
fn block_checked(self: Arc<Self>, _0: &Block, _1: &BlockValidationState)
| 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) |