Search
Preparing search index...
The search index is not available
@psychedelic/plug-controller
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@psychedelic/plug-controller
interfaces/icns_resolver
default
Interface default
Hierarchy
ICNSResolver
default
Index
Methods
get
Addr
get
Canister
get
Extension
Limit
get
Host
get
Info
get
Length
Limit
get
Text
get
User
Default
Info
set
Addr
set
Canister
set
Extension
Limit
set
Host
set
Length
Limit
set
Text
Methods
get
Addr
get
Addr
(
arg_0
:
string
, arg_1
:
string
)
:
Promise
<
[
]
|
[
string
]
>
Parameters
arg_0:
string
arg_1:
string
Returns
Promise
<
[
]
|
[
string
]
>
get
Canister
get
Canister
(
arg_0
:
string
, arg_1
:
string
)
:
Promise
<
[
]
|
[
Principal
]
>
Parameters
arg_0:
string
arg_1:
string
Returns
Promise
<
[
]
|
[
Principal
]
>
get
Extension
Limit
get
Extension
Limit
(
)
:
Promise
<
bigint
>
Returns
Promise
<
bigint
>
get
Host
get
Host
(
arg_0
:
string
)
:
Promise
<
[
]
|
[
{
url
:
string
}
|
{
canister
:
Principal
}
]
>
Parameters
arg_0:
string
Returns
Promise
<
[
]
|
[
{
url
:
string
}
|
{
canister
:
Principal
}
]
>
get
Info
get
Info
(
)
:
Promise
<
Info
>
Returns
Promise
<
Info
>
get
Length
Limit
get
Length
Limit
(
)
:
Promise
<
bigint
>
Returns
Promise
<
bigint
>
get
Text
get
Text
(
arg_0
:
string
, arg_1
:
string
)
:
Promise
<
[
]
|
[
string
]
>
Parameters
arg_0:
string
arg_1:
string
Returns
Promise
<
[
]
|
[
string
]
>
get
User
Default
Info
get
User
Default
Info
(
arg_0
:
string
)
:
Promise
<
[
]
|
[
DefaultInfoExt
]
>
Parameters
arg_0:
string
Returns
Promise
<
[
]
|
[
DefaultInfoExt
]
>
set
Addr
set
Addr
(
arg_0
:
string
, arg_1
:
string
, arg_2
:
[
]
|
[
string
]
)
:
Promise
<
Result
>
Parameters
arg_0:
string
arg_1:
string
arg_2:
[
]
|
[
string
]
Returns
Promise
<
Result
>
set
Canister
set
Canister
(
arg_0
:
string
, arg_1
:
string
, arg_2
:
[
]
|
[
Principal
]
)
:
Promise
<
Result
>
Parameters
arg_0:
string
arg_1:
string
arg_2:
[
]
|
[
Principal
]
Returns
Promise
<
Result
>
set
Extension
Limit
set
Extension
Limit
(
arg_0
:
bigint
)
:
Promise
<
bigint
>
Parameters
arg_0:
bigint
Returns
Promise
<
bigint
>
set
Host
set
Host
(
arg_0
:
string
, arg_1
:
[
]
|
[
{
url
:
string
}
|
{
canister
:
Principal
}
]
)
:
Promise
<
Result
>
Parameters
arg_0:
string
arg_1:
[
]
|
[
{
url
:
string
}
|
{
canister
:
Principal
}
]
Returns
Promise
<
Result
>
set
Length
Limit
set
Length
Limit
(
arg_0
:
bigint
)
:
Promise
<
bigint
>
Parameters
arg_0:
bigint
Returns
Promise
<
bigint
>
set
Text
set
Text
(
arg_0
:
string
, arg_1
:
string
, arg_2
:
[
]
|
[
string
]
)
:
Promise
<
Result
>
Parameters
arg_0:
string
arg_1:
string
arg_2:
[
]
|
[
string
]
Returns
Promise
<
Result
>
Modules
interfaces/icns_
resolver
Default
Info
Ext
ICNSResolver
Info
default
get
Addr
get
Canister
get
Extension
Limit
get
Host
get
Info
get
Length
Limit
get
Text
get
User
Default
Info
set
Addr
set
Canister
set
Extension
Limit
set
Host
set
Length
Limit
set
Text
Result
Legend
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Interface
Interface with type parameter
Class
Class with type parameter
Enumeration