Optional delegate?: SignerOptional edition?: PublicKey | PdaNew Edition (pda of ['metadata', program id, mint id, 'edition'])
Optional 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 holderThe Delegate Record authorizing escrowless edition printing
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
The authority printing the edition for a delegated print