Module forest_filecoin::chain::store::chain_store

source ·

Modules§

Structs§

  • Stores chain data such as heaviest tipset and cached tipset info at each epoch. This structure is thread-safe, and all caches are wrapped in a mutex to allow a consistent ChainStore to be shared across tasks.

Enums§

  • Enum for pubsub channel that defines message type variant and data contained in message type.

Constants§

Functions§

Type Aliases§

  • Disambiguate the type to signify that we are expecting a delta and not an actual epoch/height while maintaining the same type.