loom_defi_preloader::preloader_actor

Function fetch_account_state

Source
async fn fetch_account_state<P, T, N>(
    client: P,
    address: Address,
) -> Result<AccountState>
where T: Transport + Clone, N: Network, P: Provider<T, N> + Send + Sync + Clone + 'static,