web3-utilsFunctionsisAddressisAddress CallableisAddress(value: ValidInputTypes, checkChecksum?: boolean): booleanChecks if a given string is a valid Ethereum address. It will also check the checksum, if the address has upper and lowercase letters.@deprecatedWill be removed in next release. Please use web3-validator package instead.Parametersvalue: ValidInputTypesoptionalcheckChecksum: booleanReturns boolean
Checks if a given string is a valid Ethereum address. It will also check the checksum, if the address has upper and lowercase letters.
Will be removed in next release. Please use
web3-validator
package instead.