package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Packages

Code generated by counterfeiter.

# Functions

NewUpdateBatch constructs an instance of a Batch.

# Structs

CompositeKey encloses Namespace and Key components.
UpdateBatch encloses the details of multiple `updates`.
VersionedKV encloses key and corresponding VersionedValue.
VersionedValue encloses value and corresponding version.

# Interfaces

BulkOptimizable interface provides additional functions for databases capable of batch operations.
FullScanIterator provides a mean to iterate over entire statedb.
IndexCapable interface provides additional functions for databases capable of index operations.
NamespaceProvider provides a mean for statedb to get all the possible namespaces for a channel.
QueryResultsIterator adds GetBookmarkAndClose method.
ResultsIterator iterates over query results.
VersionedDB lists methods that a db is supposed to implement.
VersionedDBProvider provides an instance of an versioned DB.