parent
f2f638c143
commit
e7407a8021
@ -1,9 +1,12 @@ |
||||
// Copyright SIX DAY LLC. All rights reserved. |
||||
|
||||
import Foundation |
||||
import Result |
||||
|
||||
protocol Keystore { |
||||
var hasAccounts: Bool { get } |
||||
var accounts: [Account] { get } |
||||
var recentlyUsedAccount: Account? { get set } |
||||
|
||||
func createAccount(with password: String, completion: @escaping (Result<Account, KeyStoreError>) -> Void) |
||||
} |
||||
|
Loading…
Reference in new issue