Modules§
- mock
 - This module provides mock dbreader for tests.
 - state_
view  
Structs§
Enums§
- Error
 - Order
 - Storage
Request  - Network types for storage service
 
Traits§
- DBReader
ForPoW  - 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.