Add a legacy wallet
Optional
info: WalletDescriptorAdd an account for HD wallet
Optional
info: WalletDescriptorGet the HD wallet
Get all current legacy wallets
Get wallet information
could be id or uid of from wallet info
Serialize the user information to a store-able string which is secured by user's password. Everytime we call this method, a new salt will be generated and update directly to the current user instance. The caller must also store it in order to re-use later.
Set the HD wallet information
the master key, either keyPhrase (12-24 words) or seed of keyPhrase
the encryption type
Generated using TypeDoc
A user instance to manage HD wallet and legacy wallets with detailed information. A user serialized value is secured by a secured password which is given by user. We should never store user's password but its encrypted one to do extra actions.