Const UNCLAIMED_DOMAIN_RESPONSE
UNCLAIMED_DOMAIN_RESPONSE: { addresses: {}; gundb?: undefined | { public_key?: undefined | string; username?: undefined | string }; ipfs?: undefined | { html?: undefined | string; redirect_domain?: undefined | string }; meta: { owner: string | null; ttl: number; type: string }; records?: undefined | {}; whois?: undefined | { email?: undefined | string; for_sale?: undefined | false | true } } = UnclaimedDomainResponse
Type declaration
-
addresses: {}
-
Optional gundb?: undefined | { public_key?: undefined | string; username?: undefined | string }
-
Optional ipfs?: undefined | { html?: undefined | string; redirect_domain?: undefined | string }
-
meta: { owner: string | null; ttl: number; type: string }
-
owner: string | null
-
ttl: number
-
type: string
-
Optional records?: undefined | {}
-
Optional whois?: undefined | { email?: undefined | string; for_sale?: undefined | false | true }
Main configurational object for Resolution instance