Skip to main content

verify_commitment_block_hash

Function verify_commitment_block_hash 

Source
pub fn verify_commitment_block_hash(
    commitment: &UtxoCommitment,
    header: &BlockHeader,
) -> UtxoCommitmentResult<bool>
Expand description

Verify commitment against block header

Verifies that the commitment’s block_hash matches the actual block hash at the given height.