pub fn create<'a>(
program_id: &Pubkey,
accounts: &'a [AccountInfo<'a>],
args: CreateArgs,
) -> ProgramResultExpand description
Create the associated metadata accounts for a mint.
The instruction will also initialize the mint if the account does not
exist. For NonFungible assets, a master_edition account is required.