menu
dart_web3gas package
documentation
web3dart/web3dart.dart
Web3Client
getChainId method
getChainId method
dark_mode
light_mode
getChainId
method
Future
<
BigInt
>
getChainId
(
)
Implementation
Future<BigInt> getChainId() { return _makeRPCCall<String>('eth_chainId').then(BigInt.parse); }
dart_web3gas package
documentation
web3dart/web3dart
Web3Client
getChainId method
Web3Client class