pub fn update_extra_account_meta_list(
program_id: &Pubkey,
extra_account_metas_pubkey: &Pubkey,
mint_pubkey: &Pubkey,
authority_pubkey: &Pubkey,
extra_account_metas: &[ExtraAccountMeta],
) -> Instruction
Expand description
Creates a UpdateExtraAccountMetaList
instruction.