Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/node-model
NodeQueryFunctions
Interface NodeQueryFunctions
interface
NodeQueryFunctions
{
attach
:
(
id
:
string
,
external
?:
boolean
,
)
=>
Promise
<
undefined
|
Lowercase
<
string
>
>
;
attached
:
()
=>
Promise
<
Lowercase
<
string
>
[]
>
;
attachedQuery
:
(
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
;
attachQuery
:
(
id
:
string
,
external
?:
boolean
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
;
certify
:
(
id
:
string
)
=>
Promise
<
undefined
|
ChildCertificationFields
>
;
certifyQuery
:
(
id
:
string
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
ChildCertification
>
>
;
detach
:
(
id
:
string
)
=>
Promise
<
undefined
|
Lowercase
<
string
>
>
;
detachQuery
:
(
id
:
string
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
;
registered
:
()
=>
Promise
<
Lowercase
<
string
>
[]
>
;
registeredQuery
:
(
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
;
}
Hierarchy (
View Summary
)
NodeQueryFunctions
NodeInstance
Index
Properties
attach
attached
attached
Query
attach
Query
certify
certify
Query
detach
detach
Query
registered
registered
Query
Properties
attach
attach
:
(
id
:
string
,
external
?:
boolean
,
)
=>
Promise
<
undefined
|
Lowercase
<
string
>
>
attached
attached
:
()
=>
Promise
<
Lowercase
<
string
>
[]
>
attached
Query
attachedQuery
:
(
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
attach
Query
attachQuery
:
(
id
:
string
,
external
?:
boolean
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
certify
certify
:
(
id
:
string
)
=>
Promise
<
undefined
|
ChildCertificationFields
>
certify
Query
certifyQuery
:
(
id
:
string
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
ChildCertification
>
>
detach
detach
:
(
id
:
string
)
=>
Promise
<
undefined
|
Lowercase
<
string
>
>
detach
Query
detachQuery
:
(
id
:
string
,
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
registered
registered
:
()
=>
Promise
<
Lowercase
<
string
>
[]
>
registered
Query
registeredQuery
:
(
account
?:
AccountInstance
,
)
=>
Promise
<
ModuleQueryResult
<
AddressPayload
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attach
attached
attached
Query
attach
Query
certify
certify
Query
detach
detach
Query
registered
registered
Query
XYO Platform SDK - v3.9.16
Loading...