menu
web3_universal_compat package
documentation
dart_web3_compat.dart
PublicClient
getGasPrice method
getGasPrice method
dark_mode
light_mode
getGasPrice
method
Future
<
BigInt
>
getGasPrice
(
)
Gets the current gas price.
Implementation
Future<BigInt> getGasPrice() async { return provider.getGasPrice(); }
web3_universal_compat package
documentation
dart_web3_compat
PublicClient
getGasPrice method
PublicClient class