pub fn verify_chain(
chain: &[RotationAttestation],
opts: ChainOptions,
) -> Result<ChainOutcome, ChainError>Expand description
Walk the chain top-to-bottom and verify it forms a valid history. Returns the head pubkey + version on success.
pub fn verify_chain(
chain: &[RotationAttestation],
opts: ChainOptions,
) -> Result<ChainOutcome, ChainError>Walk the chain top-to-bottom and verify it forms a valid history. Returns the head pubkey + version on success.