Add accounts package and refactor key stores
* Add initial UserAccount and AccountManager structs * Add NewAccount, Sign and Accounts functions * Refactor key stores to use key address as main identifier while keeping the UUID. * Use key address as file/dir names instead of UUID
Showing
accounts/account_manager.go
0 → 100644
accounts/accounts_test.go
0 → 100644
Please register or sign in to comment