Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/wallet-ts
internal
LockManager
Interface LockManager
Available only in secure contexts.
Hierarchy
LockManager
Index
Methods
query
request
Methods
query
query
(
)
:
Promise
<
LockManagerSnapshot
>
Returns
Promise
<
LockManagerSnapshot
>
request
request
(
name
:
string
, callback
:
LockGrantedCallback
)
:
Promise
<
any
>
request
(
name
:
string
, options
:
LockOptions
, callback
:
LockGrantedCallback
)
:
Promise
<
any
>
Parameters
name:
string
callback:
LockGrantedCallback
Returns
Promise
<
any
>
Parameters
name:
string
options:
LockOptions
callback:
LockGrantedCallback
Returns
Promise
<
any
>
Modules
@injectivelabs/sdk-
ts
@injectivelabs/wallet-
ts
Utils
Wallets
internal
Event
Emitter
Lock
Manager
query
request
Generated using
TypeDoc
Available only in secure contexts.