getGasPrice method

Future<BigInt> getGasPrice()

Returns the current gas price.

Implementation

Future<BigInt> getGasPrice() => call<BigInt>('getGasPrice');