Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
WitnessQueryFunctions
Interface WitnessQueryFunctions<TIn, TOut>
interface
WitnessQueryFunctions
<
TIn
extends
Payload
=
Payload
,
TOut
extends
Payload
=
Payload
,
>
{
observe
:
(
payloads
?:
TIn
[]
,
)
=>
Promisable
<
WithoutPrivateStorageMeta
<
TOut
>
[]
>
;
observeQuery
:
(
payloads
?:
TIn
[]
,
account
?:
AccountInstance
,
)
=>
Promisable
<
ModuleQueryResult
<
TOut
>
>
;
}
Type Parameters
TIn
extends
Payload
=
Payload
TOut
extends
Payload
=
Payload
Hierarchy (
View Summary
)
WitnessQueryFunctions
WitnessInstance
Index
Properties
observe
observe
Query
Properties
observe
observe
:
(
payloads
?:
TIn
[]
)
=>
Promisable
<
WithoutPrivateStorageMeta
<
TOut
>
[]
>
observe
Query
observeQuery
:
(
payloads
?:
TIn
[]
,
account
?:
AccountInstance
,
)
=>
Promisable
<
ModuleQueryResult
<
TOut
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
observe
observe
Query
XYO Platform SDK - v3.6.9
Loading...