Search
Preparing search index...
The search index is not available
@unstoppabledomains/resolution
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
NamingService
Class NamingService
Abstract class for different Naming Service supports like
ENS
ZNS
Hierarchy
BaseConnection
NamingService
EtheriumNamingService
Zns
Udapi
Index
Properties
name
Methods
address
ensure
Supported
Domain
fetch
is
Node
is
Supported
Domain
is
Supported
Network
namehash
normalize
Source
owner
record
resolve
Properties
name
name
:
string
Methods
Abstract
address
address
(
domain
:
string
, currencyTicker
:
string
)
:
Promise
<
string
>
Parameters
domain:
string
currencyTicker:
string
Returns
Promise
<
string
>
Protected
ensure
Supported
Domain
ensure
Supported
Domain
(
domain
:
string
)
:
void
Parameters
domain:
string
Returns
void
Protected
fetch
fetch
(
url
:
any
, options
:
any
)
:
Promise
<
Response
|
Response
>
internal
Parameters
url:
any
options:
any
Returns
Promise
<
Response
|
Response
>
Protected
is
Node
is
Node
(
)
:
boolean
Returns
boolean
Abstract
is
Supported
Domain
is
Supported
Domain
(
domain
:
string
)
:
boolean
Parameters
domain:
string
Returns
boolean
Abstract
is
Supported
Network
is
Supported
Network
(
)
:
boolean
Returns
boolean
Abstract
namehash
namehash
(
domain
:
string
)
:
string
Parameters
domain:
string
Returns
string
Protected
Abstract
normalize
Source
normalize
Source
(
source
:
NamingServiceSource
)
:
SourceDefinition
Parameters
source:
NamingServiceSource
Returns
SourceDefinition
Abstract
owner
owner
(
domain
:
string
)
:
Promise
<
string
>
Parameters
domain:
string
Returns
Promise
<
string
>
Abstract
record
record
(
domain
:
string
, key
:
string
)
:
Promise
<
string
>
Parameters
domain:
string
key:
string
Returns
Promise
<
string
>
Abstract
resolve
resolve
(
domain
:
string
)
:
Promise
<
ResolutionResponse
>
Parameters
domain:
string
Returns
Promise
<
ResolutionResponse
>
Globals
Naming
Service
name
address
ensure
Supported
Domain
fetch
is
Node
is
Supported
Domain
is
Supported
Network
namehash
normalize
Source
owner
record
resolve
Generated using
TypeDoc
Abstract class for different Naming Service supports like