Master Record Edition V2 (pda of ['metadata', program id, master metadata mint id, 'edition'])
Master record metadata account
New Edition (pda of ['metadata', program id, mint id, 'edition'])
New Metadata key (pda of ['metadata', program id, mint id])
Update authority info for new metadata
Mint of new token - THIS WILL TRANSFER AUTHORITY AWAY FROM THIS KEY
Mint authority of new mint
Optional
payer?: Signerpayer
Optional
rent?: PublicKey | PdaRent info
Optional
systemSystem program
token account containing token from master metadata mint
owner of token account containing master token (#8)
Optional
tokenToken program
Generated using TypeDoc
Edition 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).