Namespace Libplanet.Store
Classes
BaseBlockStatesStore
BaseIndex<TKey, TVal>
BaseStore
BlockSet<T>
ChainIdNotFoundException
The exception that is thrown when a chain ID does not exist in an IStore object.
DefaultStore
The default built-in IStore implementation. This stores data in the file system or in memory. It also uses LiteDB for some complex indices.
StoreExtensions
TransactionSet<T>
TrieStateStore
An IStateStore implementation. It stores states with MerkleTrie.
Interfaces
IBlockStatesStore
An interface to store block states and state references to them.
IStateStore
An interface to store states.