Allocation: {
    id: number;
    limit: number;
}

Gaurd to specify the maximum number of mints in a guard set.

List of accounts required:

  1. [writable] Allocation tracker PDA. The PDA is derived using the seed ["allocation", allocation id, candy guard pubkey, candy machine pubkey].

Type declaration

  • id: number

    Unique identifier of the allocation.

  • limit: number

    The limit of the allocation.

Generated using TypeDoc