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
payer
OptionalrentRent info
OptionalsystemSystem program
token account containing token from master metadata mint
owner of token account containing master token (#8)
OptionaltokenToken program
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).