Type alias MintFromCandyMachineBuilderContext

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

Type declaration

  • tokenAddress: PublicKey

    The address of the minted NFT's token account.

  • mintSigner: Signer

    The mint account of the minted NFT as a Signer.

Generated using TypeDoc