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§

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§