Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal TzKT id. [sortable] | [optional] |
level | int | Domain level (i.e. tez has level=1, domain.tez has level=2, subdomain.domain.tez has level=3, etc.). | [optional] |
name | string | Domain record name. [sortable] | [optional] |
owner | \Bzzhh\Tzkt\Model\DomainOwner | [optional] | |
address | \Bzzhh\Tzkt\Model\DomainAddress | [optional] | |
reverse | bool | Whether or not the domain is on the reverse records list | [optional] |
expiration | \DateTime | Expiration datetime | [optional] |
data | mixed | Arbitrary data bound to the domain. | [optional] |
first_level | int | Level of the block where the domain was first seen. [sortable] | [optional] |
first_time | \DateTime | Timestamp of the block where the domain was first seen. | [optional] |
last_level | int | Level of the block where the domain was last seen. [sortable] | [optional] |
last_time | \DateTime | Timestamp of the block where the domain was last seen. | [optional] |