MintLimit: {
    id: number;
    limit: number;
}

Gaurd to set a limit of mints per wallet.

List of accounts required:

  1. [writable] Mint counter PDA. The PDA is derived using the seed ["mint_limit", mint guard id, payer key, candy guard pubkey, candy machine pubkey].

Type declaration

  • id: number

    Unique identifier of the mint limit.

  • limit: number

    Limit of mints per individual address.

Generated using TypeDoc