Type alias PrintNewEditionOutput

PrintNewEditionOutput: {
    response: SendAndConfirmTransactionResponse;
    nft: NftWithToken;
    mintSigner: Signer;
    metadataAddress: PublicKey;
    editionAddress: PublicKey;
    tokenAddress: PublicKey;
    updatedSupply: BigNumber;
}

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • nft: NftWithToken

    The newly created NFT and its associated token.

  • mintSigner: Signer

    The created mint account as a Signer.

  • metadataAddress: PublicKey

    The address of the metadata account.

  • editionAddress: PublicKey

    The address of the edition account.

  • tokenAddress: PublicKey

    The address of the token account.

  • updatedSupply: BigNumber

    The new supply of the original NFT.

Generated using TypeDoc