Expand description
Module containing a contract’s types and functions.
library RewardMerkleTreeVerifier {
struct AccruedRewardsProof { bytes32[] siblings; }
}
Structs§
Functions§
- new
- Creates a new wrapper around an on-chain
RewardMerkleTreeVerifier
contract instance.