Skip to content

Latest commit

 

History

History
 
 

db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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