(no commit message provided)

This commit is contained in:
Prad Nukala
2024-07-06 03:02:45 -04:00
committed by Prad Nukala (aider)
parent 775150830f
commit e127d70584
10 changed files with 3047 additions and 1312 deletions
+6 -1
View File
@@ -23,7 +23,12 @@ message DIDDocument {
message VerificationMethod {
string id = 1;
string controller = 2;
PublicKey public_key = 3;
// The delegation proof or verification method
string public_key_multibase = 3;
// Public Key JWKS is a map of the associated public keys
map<string, string> public_key_jwks = 4;
}