pub type ExpectedRewardMerkleTreeV2 = UniversalMerkleTree<RewardAmount, Keccak256Hasher, RewardAccountV2, REWARD_MERKLE_TREE_V2_ARITY, KeccakNode>;Expand description
Expected type alias for single-level reward Merkle tree.
Used in tests and comparisons to verify that the two-level implementation produces identical commitments to a single-level tree.
Aliased Typeยง
pub struct ExpectedRewardMerkleTreeV2 { /* private fields */ }