Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements client for accessing document operations
type Provider ¶ added in v0.1.3
type Provider struct {
// contains filtered or unexported fields
}
Provider manages an operation store client for each namespace
func NewProvider ¶ added in v0.1.3
func NewProvider(channelID string, cfgServiceProvider config.SidetreeService, offLedgerProvider common.OffLedgerClientProvider) *Provider
NewProvider returns a new operation store client provider
func (*Provider) ForNamespace ¶ added in v0.1.3
func (p *Provider) ForNamespace(namespace string) (common.OperationStore, error)
ForNamespace returns the operation store client for the given namespace
Click to show internal directories.
Click to hide internal directories.