Type alias PrintNewEditionBuilderContext

PrintNewEditionBuilderContext: { metadataAddress: PublicKey; tokenAddress: PublicKey; mintSigner: Signer; editionAddress: PublicKey; updatedSupply: BigNumber }

Type declaration

  • metadataAddress: PublicKey

    The address of the metadata account.

  • tokenAddress: PublicKey

    The address of the token account.

  • mintSigner: Signer

    The created mint account as a Signer.

  • editionAddress: PublicKey

    The address of the edition account.

  • updatedSupply: BigNumber

    The new supply of the original NFT.

Generated using TypeDoc