Skip to content

Commit

Permalink
add AssertionMethod to DIDDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Dec 6, 2024
1 parent 19f1772 commit 24f0ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verifiable/did_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type DIDDocument struct {
ID string `json:"id"`
Service []interface{} `json:"service,omitempty"`
VerificationMethod []CommonVerificationMethod `json:"verificationMethod,omitempty"`
AssertionMethod []interface{} `json:"assertionMethod,omitempty"`
Authentication []Authentication `json:"authentication,omitempty"`
KeyAgreement []interface{} `json:"keyAgreement,omitempty"`
}
Expand Down

0 comments on commit 24f0ca3

Please sign in to comment.