Search
Preparing search index...
The search index is not available
@bitclave/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"manager/WalletManagerImpl"
WalletManagerImpl
Class WalletManagerImpl
Hierarchy
WalletManagerImpl
Implements
WalletManager
Index
Constructors
constructor
Properties
DATA_
KEY_
CRYPTO_
WALLETS
DATA_
KEY_
ETH_
WEALTH_
VALIDATOR
DATA_
KEY_
WEALTH
Methods
add
Wealth
Validator
create
Crypto
Wallets
Data
get
Wallet
Validator
Constructors
constructor
new
Wallet
Manager
Impl
(
profileManager
:
ProfileManager
, dataRequestManager
:
DataRequestManager
, walletValidator
:
WalletValidator
<
CryptoWallet
,
SupportSignedMessageData
<
CryptoWallet
>
>
, messageSigner
:
MessageSigner
, authAccountBehavior
:
Observable
<
Account
>
)
:
WalletManagerImpl
Parameters
profileManager:
ProfileManager
dataRequestManager:
DataRequestManager
walletValidator:
WalletValidator
<
CryptoWallet
,
SupportSignedMessageData
<
CryptoWallet
>
>
messageSigner:
MessageSigner
authAccountBehavior:
Observable
<
Account
>
Returns
WalletManagerImpl
Properties
Static
DATA_
KEY_
CRYPTO_
WALLETS
DATA_
KEY_
CRYPTO_
WALLETS
:
string
= "crypto_wallets"
Static
DATA_
KEY_
ETH_
WEALTH_
VALIDATOR
DATA_
KEY_
ETH_
WEALTH_
VALIDATOR
:
string
= "ethwealthvalidator"
Static
DATA_
KEY_
WEALTH
DATA_
KEY_
WEALTH
:
string
= "wealth"
Methods
add
Wealth
Validator
add
Wealth
Validator
(
validatorPbKey
:
string
)
:
Promise
<
void
>
Parameters
validatorPbKey:
string
Returns
Promise
<
void
>
create
Crypto
Wallets
Data
create
Crypto
Wallets
Data
(
cryptoWallets
:
CryptoWallets
)
:
Promise
<
CryptoWalletsData
>
Parameters
cryptoWallets:
CryptoWallets
Returns
Promise
<
CryptoWalletsData
>
get
Wallet
Validator
get
Wallet
Validator
(
)
:
WalletValidator
<
CryptoWallet
,
SupportSignedMessageData
<
CryptoWallet
>
>
Returns
WalletValidator
<
CryptoWallet
,
SupportSignedMessageData
<
CryptoWallet
>
>
Globals
"manager/
Wallet
Manager
Impl"
Wallet
Manager
Impl
constructor
DATA_
KEY_
CRYPTO_
WALLETS
DATA_
KEY_
ETH_
WEALTH_
VALIDATOR
DATA_
KEY_
WEALTH
add
Wealth
Validator
create
Crypto
Wallets
Data
get
Wallet
Validator
Generated using
TypeDoc