Expand description
§Transaction Storage
Provides a transactional layer on top of a state storage.
Structs§
- Transaction
Storage - Wrapper around a state storage that provides transactional semantics.
- Transaction
View - View of a transaction.
Enums§
- Transaction
View Error - Error for transaction view.
Traits§
- Transaction
- Utility trait to provide transactional semantics on top of a state storage.