Type alias MintCandyMachineV2BuilderContext

MintCandyMachineV2BuilderContext: {
    tokenAddress: PublicKey;
    mintSigner: Signer;
}

Type declaration

  • tokenAddress: PublicKey

    The token account's address of the minted NFT.

  • mintSigner: Signer

    The mint account of the minted NFT as a Signer.

Generated using TypeDoc