//
pkg.gl
Category
cosmossdk.io/store/v2
commitment
iavl
package
2.0.0-beta.1
Repository:
https://github.com/cosmos/cosmos-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
2
Files
221 SLOC
#
Functions
DefaultConfig
DefaultConfig returns the default configuration for the IAVL tree.
NewIavlTree
NewIavlTree creates a new IavlTree instance.
#
Structs
Config
Config is the configuration for the IAVL tree.
Exporter
Exporter is a wrapper around iavl.Exporter.
IavlTree
IavlTree is a wrapper around iavl.MutableTree.
Importer
Importer is a wrapper around iavl.Importer.