getGasPrice method

Future<BigInt> getGasPrice()

Returns the current gas price.

Implementation

Future<BigInt> getGasPrice() async => _call<BigInt>('getGasPrice');