getReferenceGasPrice method

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

Implementation

@override
Future<BigInt> getReferenceGasPrice() async =>
    BigInt.from((await core.getReferenceGasPrice()).toInt());