wallet.proto start #47

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

View file

@ -57,11 +57,11 @@ message TimestampedPreferences {
Preferences shared = 4;
message EncryptOnDisk { // seen in sdk. do we want this here?
uint32 ts = 1;
double ts = 1; // TODO string?
bool value = 2;
}
message EnableSync { // seen in example wallet. do we want this here?
uint32 ts = 1;
double ts = 1; // TODO string?
bool value = 2;
}
message Preferences {