The current supply of the original edition.
Optional originalThe owner of the original NFT as a Signer.
metaplex.identity()
Optional originalThe address of the original NFT's token account.
Defaults to using the associated token account
from the originalMint and originalTokenAccountOwner parameters.
Optional newThe address of the new mint account as a Signer. This is useful if you already have a generated Keypair for the mint account of the Print NFT to create.
Keypair.generate()
Optional newThe update authority of the new printed NFT.
Depending on your use-case, you might want to change that to
the updateAuthority of the original NFT.
metaplex.identity()
Optional newThe owner of the new printed NFT.
metaplex.identity().publicKey
Optional newThe address of the new printed NFT's token account.
Defaults to using the associated token account
from the originalMint and newOwner parameters.
Optional createA key to distinguish the instruction that creates the mint account.
Optional initializeA key to distinguish the instruction that initializes the mint account.
Optional createA key to distinguish the instruction that creates the associated token account.
Optional createA key to distinguish the instruction that creates the token account.
Optional initializeA key to distinguish the instruction that initializes the token account.
Optional mintA key to distinguish the instruction that mints tokens.
Optional printA key to distinguish the instruction that prints the new edition.
Generated using TypeDoc
The address of the original NFT.