Skip to main content

build_checkpoint_consistency_proof

Function build_checkpoint_consistency_proof 

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

Build a deterministic consistency proof when current cleanly extends previous.