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.