Documentation
Preparing search index...
@mysten/enoki
enokiWalletsInitializer
Function enokiWalletsInitializer
enokiWalletsInitializer
(
options
:
Omit
<
RegisterEnokiWalletsOptions
,
"clients"
|
"getCurrentNetwork"
,
>
,
)
:
{
id
:
string
;
initialize
(
__namedParameters
:
{
getClient
:
(
network
?:
Network
)
=>
ClientWithCoreApi
;
networks
:
readonly
Network
[]
;
}
,
)
:
Promise
<
{
unregister
:
()
=>
void
}
>
;
}
Parameters
options
:
Omit
<
RegisterEnokiWalletsOptions
,
"clients"
|
"getCurrentNetwork"
>
Returns
{
id
:
string
;
initialize
(
__namedParameters
:
{
getClient
:
(
network
?:
Network
)
=>
ClientWithCoreApi
;
networks
:
readonly
Network
[]
;
}
,
)
:
Promise
<
{
unregister
:
()
=>
void
}
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...