Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResolver ¶
Types ¶
type DIDAttribute ¶
type DIDAuthentication ¶
type DIDDocument ¶
type DIDDocument struct { Context string `json:"@context"` Id string `json:"id"` PublicKey []DIDPublicKey `json:"publicKey"` Authentication []DIDAuthentication `json:"authentication"` Service []DIDAttribute `json:"service"` }
type DIDLog ¶
type DIDLog struct { DidPublicKeyLogs []LogPublicKeyChanged DidAuthenticationLogs []LogAuthenticationChanged DidAttributeLogs []LogAttributeChanged }
type DIDPublicKey ¶
type LogAttributeChanged ¶
Click to show internal directories.
Click to hide internal directories.