Crate storage_interface

Crate storage_interface 

Source

Modules§

state_view

Structs§

DbReaderWriter
StartupInfo
TreeState

Enums§

Error
Order

Traits§

DBReaderForPoW
DbReader
Trait that is implemented by a DB that supports certain public (to client) read APIs expected of a Diem DB
DbWriter
Trait that is implemented by a DB that supports certain public (to client) write APIs expected of a Diem DB. This adds write APIs to DbReader.