Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/module-model
ModuleQueryFunctions
Interface ModuleQueryFunctions
interface
ModuleQueryFunctions
{
manifest
:
(
maxDepth
?:
number
,
ignoreAddresses
?:
Lowercase
<
string
>
[]
,
)
=>
Promisable
<
ModuleManifestPayload
>
;
manifestQuery
:
(
account
:
AccountInstance
,
maxDepth
?:
number
,
ignoreAddresses
?:
Lowercase
<
string
>
[]
,
)
=>
Promisable
<
ModuleQueryResult
<
ModuleManifestPayload
>
>
;
moduleAddress
:
()
=>
Promisable
<
(
AddressPayload
|
AddressPreviousHashPayload
)
[]
,
>
;
state
:
()
=>
Promisable
<
Payload
[]
>
;
stateQuery
:
(
account
:
AccountInstance
)
=>
Promisable
<
ModuleQueryResult
>
;
}
Hierarchy (
View Summary
)
ModuleQueryFunctions
ModuleInstance
Index
Properties
manifest
manifest
Query
module
Address
state
state
Query
Properties
manifest
manifest
:
(
maxDepth
?:
number
,
ignoreAddresses
?:
Lowercase
<
string
>
[]
,
)
=>
Promisable
<
ModuleManifestPayload
>
manifest
Query
manifestQuery
:
(
account
:
AccountInstance
,
maxDepth
?:
number
,
ignoreAddresses
?:
Lowercase
<
string
>
[]
,
)
=>
Promisable
<
ModuleQueryResult
<
ModuleManifestPayload
>
>
module
Address
moduleAddress
:
()
=>
Promisable
<
(
AddressPayload
|
AddressPreviousHashPayload
)
[]
>
state
state
:
()
=>
Promisable
<
Payload
[]
>
state
Query
stateQuery
:
(
account
:
AccountInstance
)
=>
Promisable
<
ModuleQueryResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
manifest
manifest
Query
module
Address
state
state
Query
XYO Platform SDK - v3.9.16
Loading...