Type alias MintCandyMachineV2Output

MintCandyMachineV2Output: {
    response: SendAndConfirmTransactionResponse;
    nft: NftWithToken;
    mintSigner: Signer;
    tokenAddress: PublicKey;
}

Type declaration

Generated using TypeDoc