estimateGasFee method

  1. @override
Future<Map<String, BigInt>> estimateGasFee({
  1. required String from,
  2. required String toAddress,
  3. required double amount,
  4. bool isBEP20 = false,
})
override

Implementation

@override
Future<Map<String, BigInt>> estimateGasFee({
  required String from,
  required String toAddress,
  required double amount,
  bool isBEP20 = false,
}) { return Future.value({}); }