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
Safety deposit box
Safety deposit token store account
OptionalsystemSystem program
OptionaltokenToken program
Token vault program
Vault
Vault authority
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).