OuterRewardMerkleTreeV2

Type Alias OuterRewardMerkleTreeV2 

Source
type OuterRewardMerkleTreeV2 = UniversalMerkleTree<KeccakNode, OuterKeccak256Hasher, OuterIndex, REWARD_MERKLE_TREE_V2_ARITY, KeccakNode>;
Expand description

Outer tree type: 4-bit universal Merkle tree storing inner tree roots.

Contains up to 16 entries (2^4), each storing the root hash of one inner tree. Uses a custom hasher (OuterKeccak256Hasher) that treats leaves as pre-hashed values.

Aliased Typeยง

struct OuterRewardMerkleTreeV2 { /* private fields */ }