[][src]Function cxmr_api_clients::fetch_accounts

pub async fn fetch_accounts<'_>(
    client: HttpsClient,
    accounts: &'_ Vec<Account>
) -> Result<Vec<(AccountInfo, SharedPrivateClient<Error>)>, Error>

Fetches latest accounts information from API. Tuple contains account config and information.