Namespace Libplanet.Store.Trie
Classes
CacheableKeyValueStore
The proxy class to cache IKeyValueStore operations.
DefaultKeyValueStore
The default built-in IKeyValueStore implementation. This stores data in the file system or in memory.
InvalidTrieNodeException
MerkleTrie
An ITrie implementation implemented Merkle Patricia Trie.
MerkleTrieExtensions
An extension class to provide some convenient methods to deal with MerkleTrie.
Interfaces
IKeyValueStore
An interface to access key-value store.
ITrie
An interface for Merkle Tree.