NftMintLimitMintArgs: {
    id: number;
    mint: PublicKey;
    tokenAccount?: PublicKey;
}

Type declaration

  • id: number

    The id of the NFT mint limit.

  • mint: PublicKey

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

  • Optional tokenAccount?: PublicKey

    The token account linking the NFT with its owner.

    Default Value

    Defaults to the associated token address using the mint address of the NFT and the minter's address.

Generated using TypeDoc