suggestedGasFees static method

Future suggestedGasFees()

Get suggesst fee return value unit is GWEI

Implementation

static Future<dynamic> suggestedGasFees() async {
  const method = "particle_suggestedGasFees";
  final params = [];
  return await EvmService.rpc(method, params);
}