wallet.proto start #47

Closed
orblivion wants to merge 14 commits from wallet.proto into master
Showing only changes of commit e793753546 - Show all commits

View file

@ -9,14 +9,6 @@ message Wallet {
string name = 2; // Human readable name for this wallet
TimestampedPreferences preferences = 3;
uint32 version = 4; // Wallet spec version
/*
Python had these but probably unrelated
self.storage = storage or WalletStorage()
self.encryption_password = None
self.id = self.get_id()
*/
}
message Account {