Expand description

Merkle Trie storage. A store for persisting Trie values at their hashes.

See the in_memory and lmdb modules for usage examples.

Modules§

  • An in-memory trie store, intended to be used for testing.
  • An LMDB-backed trie store.

Traits§