menu
web3d package
documentation
web3d.dart
Provider<T extends _ProviderImpl>
getGasPrice method
getGasPrice method
dark_mode
light_mode
getGasPrice
method
Future
<
BigInt
>
getGasPrice
(
)
Returns the current gas price.
Implementation
Future<BigInt> getGasPrice() => call<BigInt>('getGasPrice');
web3d package
documentation
web3d
Provider<T extends _ProviderImpl>
getGasPrice method
Provider class