getReferenceGasPrice method
Current reference gas price (from the current epoch).
Implementation
Future<Int64> getReferenceGasPrice() async =>
(await getEpoch(readMask: ['reference_gas_price'])).referenceGasPrice;
Current reference gas price (from the current epoch).
Future<Int64> getReferenceGasPrice() async =>
(await getEpoch(readMask: ['reference_gas_price'])).referenceGasPrice;