Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
DnsClient
Interface DnsClient
interface
DnsClient
{
resolveTXT
:
(
(
domain
)
=>
Promise
<
string
[]
>
)
;
}
Index
Properties
resolveTXT
Properties
resolveTXT
resolveTXT
:
(
(
domain
)
=>
Promise
<
string
[]
>
)
Type declaration
(
domain
)
:
Promise
<
string
[]
>
Parameters
domain
:
string
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
resolveTXT
Documentation
Loading...