Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 554 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 554 Bytes

ledger_db

Persistent storage for the blockchain.

This crate defines a Ledger interface and an LMDB implementation of a blockchain data store. The MobileCoin blockchain redacts the inputs and signatures for each transaction.

For improved query efficiency, some data is duplicated outside of the block in additional LMDB indices.

References