async fn fund_accounts(
provider: &DynProvider<TempoNetwork>,
addresses: &[Address],
max_concurrent_requests: usize,
max_concurrent_transactions: usize,
) -> Result<()>Expand description
Funds accounts from the faucet using temp_fundAddress RPC.