type InnerRewardMerkleTreeV2 = UniversalMerkleTree<RewardAmount, Keccak256Hasher, RewardAccountV2, REWARD_MERKLE_TREE_V2_ARITY, KeccakNode>;Expand description
Inner tree type: 156-bit universal Merkle tree for account balances.
Each inner tree corresponds to one of the 16 partitions (indexed by the first 4 bits of the account address). Stores reward amounts keyed by full account addresses. Uses standard Keccak256 hashing for both leaves and internal nodes.
Aliased Typeยง
struct InnerRewardMerkleTreeV2 { /* private fields */ }