package
0.0.0-20220913055112-2b1eae4ebed9
Repository: https://github.com/iotaledger/trie.go.git
Documentation: pkg.go.dev

# Functions

NewHiveBatchedUpdater creates new batch updater with the hive.go batch as a backend.
NewHiveKVStoreAdaptor creates a new KVStore as a partition of hive.go KVStore.

# Structs

HiveBatchedUpdater implements buffering and flush updates in batches, both k/v pairs and trie.
HiveKVStoreAdaptor maps a partition of the Hive KVStore to trie_go.KVStore.