mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add DID to vault genesis schema
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user