NftGateMintArgs: {
    mint: PublicKey;
    tokenAccount?: PublicKey;
}

Type declaration

  • mint: PublicKey

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

  • 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 payer's address.

Generated using TypeDoc