verify_checkpoint_block

Function verify_checkpoint_block 

Source
pub async fn verify_checkpoint_block(
    overlay: &BlockchainOverlayPtr,
    diffs: &[SledDbOverlayStateDiff],
    state_monotree: &mut Monotree<MemoryDb>,
    block: &BlockInfo,
    header: &HeaderHash,
    block_target: u32,
) -> Result<()>
Expand description

Verify given checkpoint BlockInfo, and apply it to the provided overlay.