Expand description
ASP Membership Contract
This contract implements a Merkle tree-based membership system using Poseidon2 hash function for Anonymous Service Provider (ASP) membership tracking. The contract maintains a Merkle tree where each leaf represents a member, and the root serves as a commitment to the entire membership set.
Structs§
- ASPMembership
- ASP Membership contract
- ASPMembership
Args - ASPMembershipArgs is a type for building arg lists for functions defined in “ASPMembership”.
- ASPMembership
Client - ASPMembershipClient is a client for calling the contract defined in “ASPMembership”.
Enums§
- Error
- Contract error types