Type alias MintFromCandyMachineOutput

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

Type declaration

Generated using TypeDoc