Type alias CreateCompressedNftOutput

CreateCompressedNftOutput: {
    response: SendAndConfirmTransactionResponse;
    nft: Nft;
    mintAddress: PublicKey;
}

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • nft: Nft

    The newly created SFT and, potentially, its associated token.

  • mintAddress: PublicKey

    The asset id of the leaf.

Generated using TypeDoc