Function isValidChecksumAddress

  • Validate that the passed hex string is a valid ERC-55 mixed-case checksum address.

    Returns

    True if the address is a checksum address.

    Parameters

    • possibleChecksum: `0x${string}`

      The hex address to check.

    Returns boolean