ClaimType
Enum representing the type of claim functions supported by a Merkle campaign.
Notes:
-
value0: DEFAULT Activates
claim,claimTo, andclaimViaSigfunctions. -
value1: ATTEST Activates
claimViaAttestationfunction only. -
value2: EXECUTE Activates
claimAndExecutefunction only.
enum ClaimType {
DEFAULT,
ATTEST,
EXECUTE
}