menu
web3_universal_compat package
documentation
dart_web3_compat.dart
AddressUtils
isValidEthereumAddress static method
isValidEthereumAddress static method
dark_mode
light_mode
isValidEthereumAddress
static method
bool
isValidEthereumAddress
(
String
address
)
Implementation
static bool isValidEthereumAddress(String address) { return EthereumAddress.isValid(address); }
web3_universal_compat package
documentation
dart_web3_compat
AddressUtils
isValidEthereumAddress static method
AddressUtils class