When adding a BIP32 wallet, it must have at least 1 account. 1st (accounts[0]) account is used to derive wallet id.
Rejects with WalletConflictError when wallet already exists.
Rejects with WalletConflictError when account is not found.
Rejects with WalletConflictError when wallet or account with specified index is not found
Generated using TypeDoc
Can be used to add a new account to an existing BIP32Wallet
Rejects with WalletConflictError when either
walletId
is not found