# Functions
DefaultStoreConfig for livenet.
DefaultStoreConfig for livenet.
LiteStoreConfig is for tests or inmemory.
LiteStoreConfig is for tests or inmemory.
New creates IndexedLachesis instance.
New creates Lachesis instance.
NewMemStore creates store over memory map.
New creates Orderer instance.
NewStore creates store over key-value db.
# Structs
No description provided by the author
No description provided by the author
Genesis stores genesis state.
IndexedLachesis performs events ordering and detects cheaters It's a wrapper around Orderer, which adds features which might potentially be application-specific: confirmed events traversal, DAG index updates and cheaters detection.
Lachesis performs events ordering and detects cheaters It's a wrapper around Orderer, which adds features which might potentially be application-specific: confirmed events traversal, cheaters detection.
LastDecidedState is for persistent storing.
Unlike processes events to reach finality on their order.
No description provided by the author
Store is a abft persistent storage working over parent key-value database.
StoreCacheConfig is a cache config for store db.
StoreConfig is a config for store db.
# Interfaces
No description provided by the author
No description provided by the author
EventSource is a callback for getting events from an external storage.
No description provided by the author
# Type aliases
No description provided by the author