Crate pos_ledger_db

source ·
Expand description

This crate provides PosLedgerDB which represents physical storage of the core Diem data structures.

It relays read/write operations on the physical storage via [schemadb] to the underlying Key-Value storage system, and implements diem data structures on top of it.

Modules§

  • This module defines error types used by PosLedgerDB.
  • This module defines representation of Diem core data structures at physical level via schemas that implement [schemadb::schema::Schema].

Structs§

  • This holds a handle to the underlying DB responsible for physical storage and provides APIs for access to the core Diem data structures.

Traits§