ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / isValidChecksumAddress

Function: isValidChecksumAddress()

isValidChecksumAddress(hexAddress, eip1191ChainId?): boolean

Defined in: packages/util/src/account.ts:441

Checks if the address is a valid checksummed address.

See toChecksumAddress’ documentation for details about the eip1191ChainId parameter.

Parameters

hexAddress

string

eip1191ChainId?

BigIntLike

Returns

boolean