getLegacyGasPrice abstract method
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();
Returns the legacy gas price in wei for a network.
Returns a Future that completes with an EtherAmount
representing the legacy gas price.
Future<EtherAmount> getLegacyGasPrice();