getReferenceGasPrice method

  1. @override
Future<BigInt> getReferenceGasPrice()
override

Implementation

@override
Future<BigInt> getReferenceGasPrice() async {
  return BigInt.parse(await client.getReferenceGasPrice());
}