Function isAddressEoa

  • Checks if the given address is a user or a contract address.

    Returns

    'true' if the address is a user address, 'false' otherwise.

    Parameters

    • address: string

      the string address to identify.

    Returns bool

Generated using TypeDoc