Type alias CreateNftOutput

CreateNftOutput: {
    response: SendAndConfirmTransactionResponse;
    nft: NftWithToken;
    mintAddress: PublicKey;
    metadataAddress: PublicKey;
    masterEditionAddress: PublicKey;
    tokenAddress: PublicKey;
}

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • nft: NftWithToken

    The newly created NFT and its associated token.

  • mintAddress: PublicKey

    The address of the mint account.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • masterEditionAddress: PublicKey

    The address of the master edition account.

  • tokenAddress: PublicKey

    The address of the token account.

Generated using TypeDoc