web3-utilsFunctionscheckAddressCheckSumcheckAddressCheckSum CallablecheckAddressCheckSum(data: string): booleanChecks the checksum of a given address. Will also return false on non-checksum addresses.@deprecatedWill be removed in next release. Please use web3-validator package instead.Parametersdata: stringReturns boolean
Checks the checksum of a given address. Will also return false on non-checksum addresses.
Will be removed in next release. Please use
web3-validator
package instead.