pub fn create_update_external_price_account_instruction(
    program_id: Pubkey,
    external_price_account: Pubkey,
    price_per_share: u64,
    price_mint: Pubkey,
    allowed_to_combine: bool
) -> Instruction
Expand description

Creates an UpdateExternalPriceAccount instruction