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 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.