FetchGasEstimatesViaEthFeeHistoryFun typedef
FetchGasEstimatesViaEthFeeHistoryFun =
Future<GasFeeEstimates> Function(Web3Client web3)
Implementation
typedef FetchGasEstimatesViaEthFeeHistoryFun = Future<GasFeeEstimates> Function(
Web3Client web3);