MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc / VerificationMethod

Struct VerificationMethod

website/resolve.go:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type VerificationMethod struct {
11 Id string `json:"id"`
12 Type string `json:"type"`
13 Controller string `json:"controller"`
14 PublicKeyMultibase string `json:"publicKeyMultibase"`
15}
16
17type DidService struct {
18 Id string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected