Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/modules
CreatableModuleFactory
Type Alias CreatableModuleFactory<T>
CreatableModuleFactory
:
Omit
<
CreatableModule
<
T
extends
AttachableModuleInstance
?
T
:
AttachableModuleInstance
,
>
,
"new"
|
"create"
,
>
&
{
create
<
T
extends
AttachableModuleInstance
<
BaseParamsFields
&
{
account
?:
AccountInstance
|
"random"
;
additionalSigners
?:
AccountInstance
[]
;
addToResolvers
?:
boolean
;
allowNameResolution
?:
boolean
;
config
:
TConfig
extends
AnyConfigSchema
<
ModuleConfig
>
?
TConfig
:
AnyConfigSchema
<
ModuleConfig
>
;
ephemeralQueryAccountEnabled
?:
boolean
;
moduleIdentifierTransformers
?:
ModuleIdentifierTransformer
[]
;
privateChildren
?:
ModuleInstance
[]
;
publicChildren
?:
ModuleInstance
[]
;
}
,
ModuleEventData
<
object
>
,
>
,
>
(
this
:
CreatableModuleFactory
<
T
>
,
params
:
T
[
"params"
]
,
)
:
Promise
<
T
>
;
}
Type Parameters
T
extends
AttachableModuleInstance
|
void
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.9.16
Loading...