package
2.0.0-alpha+incompatible
Repository: https://github.com/karthikmohan91/fabric.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ConstructCompositeHistoryKey builds the History Key of namespace~key~blocknum~trannum using an order preserving encoding so that history query results are ordered by height.
ConstructPartialCompositeHistoryKey builds a partial History Key namespace~key~ for use in history key range queries.
SplitCompositeHistoryKey splits the key bytes using a separator.

# Variables

CompositeKeySep is a nil byte used as a separator between different components of a composite key.

# Interfaces

HistoryDB - an interface that a history database should implement.
HistoryDBProvider provides an instance of a history DB.