Private
#activePrivate
#loggerPrivate
#managerPrivate
#managerPrivate
#signingPrivate
#storesPrivate
#walletPrivate
#walletPrivate
#walletPrivate
#buildPrivate
#deactivatePrivate
#destroyPrivate
#getGets store if wallet was activated previously or creates one when wallet is activated for the first time.
Private
#hasPrivate
#isPrivate
Checks if the wallet is active.
The wallet properties to check.
Private
#stopCreate and activate a new ObservableWallet.
A Promise that resolves once the wallet has been successfully activated.
An object containing the necessary properties and configurations to activate the wallet.
Optional
force: booleanOptional. A boolean flag that determines the activation behavior. If set to true
,
the wallet will be activated regardless of whether its properties have changed since
the last activation. This is useful for scenarios where reinitialization is needed
without changes to the properties. Defaults to false
, meaning the wallet will only
be activated if there have been changes in the props
.
Deactivate wallet. Wallet observable properties will emit only after a new wallet is activateed.
Generated using TypeDoc
Helper class for background scripts using wallet manager. Uses wallet and store factories to create wallets. Keeps track of created stores and reuses them when a wallet is reactivated.