package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
Converts an ABCI snapshot to a snapshot.
WriteExtensionItem writes an item payload for current extention snapshotter.
# Constants
CurrentFormat is the currently used format for snapshots.
# Variables
ErrChunkHashMismatch is returned when chunk hash verification failed.
No description provided by the author
No description provided by the author
ErrInvalidMetadata is returned when the snapshot metadata is invalid.
ErrInvalidSnapshotVersion is returned when the snapshot version is invalid.
No description provided by the author
ErrUnknownFormat is returned when an unknown format is used.
# Structs
Metadata contains SDK-specific snapshot metadata.
Snapshot contains Tendermint state sync snapshot info.
SnapshotExtensionMeta contains metadata about an external snapshotter.
SnapshotExtensionPayload contains payloads of an external snapshotter.
SnapshotIAVLItem is an exported IAVL node.
SnapshotItem is an item contained in a rootmulti.Store snapshot.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SnapshotKVItem is an exported Key/Value Pair.
SnapshotSchema is an exported schema of smt store.
SnapshotStoreItem contains metadata about a snapshotted store.
# Interfaces
ExtensionSnapshotter is an extension Snapshotter that is appended to the snapshot stream.
Snapshotter is something that can create and restore snapshots, consisting of streamed binary chunks - all of which must be read from the channel and closed.