pub trait BlockChecked: Fn(UnownedBlock, ValidationMode, BlockValidationResult) { }Expand description
Exposes the result after validating a block.
pub trait BlockChecked: Fn(UnownedBlock, ValidationMode, BlockValidationResult) { }Exposes the result after validating a block.