feat: add DID to vault genesis schema

This commit is contained in:
Prad Nukala
2024-10-01 18:55:02 -04:00
parent f5f0578dcc
commit fa6bb93c78
8 changed files with 259 additions and 88 deletions
+5 -4
View File
@@ -29,8 +29,9 @@ message Schema {
string asset = 3;
string chain = 4;
string credential = 5;
string jwk = 6;
string grant = 7;
string keyshare = 8;
string profile = 9;
string did = 6;
string jwk = 7;
string grant = 8;
string keyshare = 9;
string profile = 10;
}