You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary or problem description
Wallets can have multiple accounts. This issue is for including new accounts to existing wallets and creating new wallets with multiple accounts
Additional contextual information
A NEP-6 wallet is a collection of accounts, meaning that it can contain one or multiple NEP-2 accounts.
The wallet should be already implemented in Wallet creation using NEP-6 #59. This issue is to include accounts to the wallet
Summary or problem description
Wallets can have multiple accounts. This issue is for including new accounts to existing wallets and creating new wallets with multiple accounts
Additional contextual information
AddAccount(acc: Account)
RemoveAccount(address: str)
The text was updated successfully, but these errors were encountered: