Skip to main content

verify_checkpoint_consistency_proof

Function verify_checkpoint_consistency_proof 

Source
pub fn verify_checkpoint_consistency_proof(
    previous: &KernelCheckpoint,
    current: &KernelCheckpoint,
    proof: &CheckpointConsistencyProof,
) -> Result<bool, CheckpointError>
Expand description

Verify that a consistency proof matches a concrete checkpoint extension.