Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.33 KB

Domain.md

File metadata and controls

20 lines (17 loc) · 1.33 KB

# Domain

Properties

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]

[Back to Model list] [Back to API list] [Back to README]