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