Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockPublisherProvider ¶
type BlockPublisherProvider interface {
ForChannel(channelID string) gossipapi.BlockPublisher
}
BlockPublisherProvider provides a block publisher for a given channel
type DCASClientProvider ¶
type DCASClientProvider interface {
GetDCASClient(channelID string, namespace string, coll string) (dcasclient.DCAS, error)
}
DCASClientProvider is a DCAS client provider
type OffLedgerClientProvider ¶ added in v0.1.5
OffLedgerClientProvider is an off-ledger client provider
type OperationStore ¶
type OperationStore interface { Get(suffix string) ([]*operation.AnchoredOperation, error) Put(ops []*operation.AnchoredOperation) error }
OperationStore interface to access operation store
type OperationStoreProvider ¶
type OperationStoreProvider interface {
ForNamespace(namespace string) (OperationStore, error)
}
OperationStoreProvider returns an operation store for the given namespace
Click to show internal directories.
Click to hide internal directories.