Populate Seed (more TBD) and checks

This commit is contained in:
yuhan6665 2024-04-13 14:55:05 -04:00
parent 83c76ec192
commit d09290c5d4
8 changed files with 139 additions and 58 deletions

View file

@ -13,4 +13,6 @@ message Account {
string flow = 2;
// Encryption settings. Only applies to client side, and only accepts "none" for now.
string encryption = 3;
// Seed settings. Details TBD
string seed = 4;
}