RewardMerkleCommitmentV2

Type Alias RewardMerkleCommitmentV2 

Source
pub type RewardMerkleCommitmentV2 = MerkleTreeCommitment<KeccakNode>;
Expand description

Merkle tree commitment (root hash).

Contains the Keccak256 digest of the tree root along with metadata about tree height and number of leaves. Used for efficient verification.

Aliased Typeยง

pub struct RewardMerkleCommitmentV2 { /* private fields */ }