getLegacyGasPrice abstract method

Future<EtherAmount> getLegacyGasPrice()

Returns the legacy gas price in wei for a network.

Returns a Future that completes with an EtherAmount representing the legacy gas price.

Implementation

Future<EtherAmount> getLegacyGasPrice();