Crate linera_storage

source ·
Expand description

This module defines the storage abstractions for individual chains and certificates.

Re-exports§

  • pub use crate::db_storage::READ_CERTIFICATE_COUNTER;
  • pub use crate::db_storage::READ_HASHED_CONFIRMED_BLOCK_COUNTER;
  • pub use crate::db_storage::WRITE_CERTIFICATE_COUNTER;

Structs§

Traits§

  • A clock that can be used to get the current Timestamp.
  • Communicate with a persistent storage using the “views” abstraction.

Functions§