mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 10:51:41 +00:00
(no commit message provided)
This commit is contained in:
committed by
Prad Nukala (aider)
parent
775150830f
commit
e127d70584
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user