Type alias PrintNewEditionBuilderContext

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

Type declaration

  • tokenAddress: PublicKey

    The address of the token account.

  • 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.

  • updatedSupply: BigNumber

    The new supply of the original NFT.

Generated using TypeDoc