Module exocore_chain::chain::directory[][src]

Structs

DirectoryChainMetadata

Metadata information of the chain directory store persisted to disk.

DirectoryChainStore

Directory based chain persistence. The chain is split in segments with configurable maximum size. This maximum size allows using mmap on 32bit systems by preventing segments from growing over 4gb.

DirectoryChainStoreConfig

Configuration for directory based chain persistence.

Enums

DirectoryError

Directory chain store specific errors