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