AssetMintLimitMintArgs: {
    asset: PublicKey;
    id: number;
}

Type declaration

  • asset: PublicKey

    The mint address of an NFT from the required collection that belongs to the minter.

  • id: number

    The id of the NFT mint limit.

Generated using TypeDoc