• Validates that an address contains a 0x prefix followed by 64 hex characters.

    Parameters

    • address: string

      The address to validate.

    Returns boolean

    True if the address is valid, false otherwise.