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