getReferenceGasPrice method

Future<Int64> getReferenceGasPrice()

Current reference gas price (from the current epoch).

Implementation

Future<Int64> getReferenceGasPrice() async =>
    (await getEpoch(readMask: ['reference_gas_price'])).referenceGasPrice;