bitcoinkernel

Trait BlockChecked

Source
pub trait BlockChecked: Fn(UnownedBlock, ValidationMode, BlockValidationResult) { }
Expand description

Exposes the result after validating a block.

Implementors§