pub async fn fetch_multiple_accounts(
    rpc: &RpcClientAsync,
    keys: &[Pubkey]
) -> Result<Vec<(Pubkey, AccountSharedData)>>