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).
New Metadata key (pda of ['metadata', program id, mint id])
Mint of new token - THIS WILL TRANSFER AUTHORITY AWAY FROM THIS KEY
Mint authority of new mint
Token account of new token
Owner of the token account of new token
OptionaleditionToken record account
Master Record Edition V2 (pda of ['metadata', program id, master metadata mint id, 'edition'])
Master record metadata account
token account containing token from master metadata mint
owner of token account containing master token
payer
OptionalsplSPL Associated Token Account program
OptionalsplToken program
OptionalsystemSystem program
OptionalsysvarInstructions sysvar account
The update authority of the master edition.
New Edition (pda of ['metadata', program id, mint id, 'edition'])