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.
Generated using TypeDoc
The address of the original NFT.