menu
web3_universal_compat package
documentation
dart_web3_compat.dart
HexUtils
hexToBytes static method
hexToBytes static method
dark_mode
light_mode
hexToBytes
static method
Uint8List
hexToBytes
(
String
hex
)
Implementation
static Uint8List hexToBytes(String hex) { return decode(hex); }
web3_universal_compat package
documentation
dart_web3_compat
HexUtils
hexToBytes static method
HexUtils class