getReferenceGasPriceBigInt method

Future<BigInt> getReferenceGasPriceBigInt()

Legacy alias: old getReferenceGasPrice returned a BigInt.

Implementation

Future<BigInt> getReferenceGasPriceBigInt() async =>
    BigInt.from((await getReferenceGasPrice()).toInt());