pub fn refresh_reserves_batch(
reserves: &[ReserveInfo],
skip_price_updates: bool,
) -> InstructionExpand description
Build a refresh_reserves_batch instruction from a slice of reserve infos.
The remaining_accounts list is built automatically: for each reserve, the reserve account (writable) is followed by its lending market (readonly) and oracle accounts (readonly).
Returns: refresh_reserves_batch