menu
web3_universal_compat package
documentation
dart_web3_compat.dart
HexUtils
hexToInt static method
hexToInt static method
dark_mode
light_mode
hexToInt
static method
int
hexToInt
(
String
hex
)
Implementation
static int hexToInt(String hex) { return int.parse(dw3_core.HexUtils.strip0x(hex), radix: 16); }
web3_universal_compat package
documentation
dart_web3_compat
HexUtils
hexToInt static method
HexUtils class