# Variables
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
# Structs
ChangelogEntry is a single entry in the changelog.
CommitID defines the commitment information when a specific store is committed.
CommitInfo defines commit information used by the multi-store when committing a version/height.
MultiTreeMetadata stores the metadata for MultiTree.
NamedChangeSet combine a tree name with the changeset.
StoreInfo defines store-specific commit information.
TreeNameUpgrade defines upgrade of tree names: - New tree: { name: "tree" } - Delete tree: { name: "tree", delete: true } - Rename tree: { name: "new-tree", rename_from: "old-tree" }.