AssetMintLimitArgs: {
    id: number;
    limit: number;
    requiredCollection: PublicKey<string>;
}

Type declaration

  • id: number

    Unique identifier of the mint limit.

  • limit: number

    Limit of mints per individual mint address.

  • requiredCollection: PublicKey<string>

    Required collection of the mint.

Generated using TypeDoc