Module darkfi::blockchain
source · Re-exports
pub use block_store::BlockOrderStore;
pub use block_store::BlockStore;
pub use block_store::HeaderStore;
pub use slot_checkpoint_store::SlotCheckpointStore;
pub use slot_checkpoint_store::SlotCheckpointStoreOverlay;
pub use tx_store::PendingTxOrderStore;
pub use tx_store::PendingTxStore;
pub use tx_store::TxStore;
pub use contract_store::ContractStateStore;
pub use contract_store::ContractStateStoreOverlay;
pub use contract_store::WasmStore;
pub use contract_store::WasmStoreOverlay;
Modules
Structs
- Structure holding all sled trees that define the concept of Blockchain.
- Overlay structure over a
Blockchain
instance.
Type Definitions
- Atomic pointer to blockchain overlay.
- Atomic pointer to sled db overlay.