| 8 | ) |
| 9 | |
| 10 | type VerificationMethod struct { |
| 11 | Id string `json:"id"` |
| 12 | Type string `json:"type"` |
| 13 | Controller string `json:"controller"` |
| 14 | PublicKeyMultibase string `json:"publicKeyMultibase"` |
| 15 | } |
| 16 | |
| 17 | type DidService struct { |
| 18 | Id string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected