Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorGraph ¶
AnchorGraph interface to access did anchors.
type CASResolver ¶ added in v0.1.1
CASResolver interface to resolve cid.
type ClientVersion ¶ added in v0.1.2
type ClientVersion interface {
Version() string
Protocol() protocol.Protocol
OperationProvider() protocol.OperationProvider
}
ClientVersion contains the protocol and corresponding implementations that are compatible with this client version.
type OperationStore ¶
type OperationStore interface {
Get(suffix string) ([]*operation.AnchoredOperation, error)
Put(ops []*operation.AnchoredOperation) error
}
OperationStore interface to access operation store.
Click to show internal directories.
Click to hide internal directories.