getReferenceGasPrice method

Future<String> getReferenceGasPrice()

Implementation

Future<String> getReferenceGasPrice() {
  return core.getReferenceGasPrice();
}