package
0.0.0-20241105191054-1ebf85a354a0
Repository: https://github.com/zeta-chain/ethermint.git
Documentation: pkg.go.dev

# Functions

NewBTree creates a wrapper around `btree.BTreeG`.
No description provided by the author

# Structs

BTree implements the sorted cache for cachekv store, we don't use MemDB here because cachekv is used extensively in sdk core path, we need it to be as fast as possible, while `MemDB` is mainly used as a mocking db in unit tests.