Populate Seed (more TBD) and checks

This commit is contained in:
yuhan6665
2024-04-13 14:55:05 -04:00
parent b1f4d32ef0
commit 279abd4fc8
8 changed files with 152 additions and 80 deletions
+2
View File
@@ -16,4 +16,6 @@ message Account {
uint32 xorMode = 4;
uint32 seconds = 5;
string padding = 6;
// Seed settings. Details TBD
string seed = 7;
}