Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDidMethodNotSupported = errors.New("did method not supported")
ErrDidMethodNotSupported is returned when a DID method not supported
Functions ¶
This section is empty.
Types ¶
type DidMethod ¶
type DidMethod interface {
Put(doc *did.Doc, by *[]ModifiedBy) error
Get(id string) (*did.Doc, error)
Accept(method string) bool
}
DidMethod expose did method store methods
type ModifiedBy ¶
ModifiedBy key/signature used to update the DID Document
Click to show internal directories.
Click to hide internal directories.