Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/bridge
ModuleProxyParams
Type Alias ModuleProxyParams
ModuleProxyParams
:
ModuleParams
<
{
schema
:
ModuleConfigSchema
}
,
{
account
:
AccountInstance
;
archiving
?:
ArchivingModuleConfig
[
"archiving"
]
&
{
resolveArchivists
:
()
=>
Promise
<
ArchivistInstance
[]
>
;
}
;
host
:
ModuleResolver
;
manifest
?:
ModuleManifestPayload
;
moduleAddress
:
Address
;
onQuerySendFinished
?:
(
args
:
Omit
<
QuerySendFinishedEventArgs
,
"mod"
>
,
)
=>
void
;
onQuerySendStarted
?:
(
args
:
Omit
<
QuerySendStartedEventArgs
,
"mod"
>
,
)
=>
void
;
state
?:
Payload
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...