Skip to main content

ClaimType

Git Source

Enum representing the type of claim functions supported by a Merkle campaign.

Notes:

  • value0: DEFAULT Activates claim, claimTo, and claimViaSig functions.

  • value1: ATTEST Activates claimViaAttestation function only.

  • value2: EXECUTE Activates claimAndExecute function only.

enum ClaimType {
DEFAULT,
ATTEST,
EXECUTE
}