Optional
edition?: PublicKey | PdaOptional
editionEdition pda to mark creation - will be checked for pre-existence. (pda of ['metadata', program id, master metadata mint id, 'edition', edition_number]) where edition_number is NOT the edition number you pass in args but actually edition_number = floor(edition/EDITION_MARKER_BIT_SIZE).
Optional
editionNew Metadata key (pda of ['metadata', program id, mint id])
Mint of new token - THIS WILL TRANSFER AUTHORITY AWAY FROM THIS KEY
Optional
editionMint authority of new mint
Optional
editionToken account of new token
Optional
editionOwner of the token account of new token
Optional
editionToken record account
Optional
masterMaster Record Edition V2 (pda of ['metadata', program id, master metadata mint id, 'edition'])
Optional
masterMaster record metadata account
Optional
mastertoken account containing token from master metadata mint
Optional
masterowner of token account containing master token
Optional
payer?: Signerpayer
Optional
splSPL Associated Token Account program
Optional
splToken program
Optional
systemSystem program
Optional
sysvarInstructions sysvar account
Optional
updateThe update authority of the master edition.
Generated using TypeDoc
New Edition (pda of ['metadata', program id, mint id, 'edition'])