Skip to main content

detect_checkpoint_equivocation

Function detect_checkpoint_equivocation 

Source
pub fn detect_checkpoint_equivocation(
    first: &KernelCheckpoint,
    second: &KernelCheckpoint,
) -> Result<Option<CheckpointEquivocation>, CheckpointError>
Expand description

Detect whether two checkpoints conflict under Chio transparency semantics.