Variables
Const NamehashOptionsDefault
NamehashOptionsDefault: { format: "hex"; prefix: true } = {format: 'hex', prefix: true} as const
Type declaration
-
format: "hex"
-
prefix: true
Const UDApiDefaultUrl
UDApiDefaultUrl: "https://unstoppabledomains.com/api/v1" = "https://unstoppabledomains.com/api/v1"
Const UNCLAIMED_DOMAIN_RESPONSE
UNCLAIMED_DOMAIN_RESPONSE: { addresses: {}; meta: { namehash: string; owner: string | null; resolver: string; ttl: number; type: string }; records: {} } = UnclaimedDomainResponse
Type declaration
-
addresses: {}
-
meta: { namehash: string; owner: string | null; resolver: string; ttl: number; type: string }
-
namehash: string
-
owner: string | null
-
resolver: string
-
ttl: number
-
type: string
-
records: {}
Main configurational object for Resolution instance