Module fuel_core_storage::transactional
source · Expand description
The primitives to work with storage in transactional mode.
Structs§
- In memory transaction accumulates
Changes
over the storage.
Enums§
- The policy to resolve the conflict during committing of the changes.
Traits§
- Provides a view of the storage at the given height. It guarantees to be atomic, meaning the view is immutable to outside modifications.
- The trait to convert the type into the storage transaction.
- The type is modifiable and may commit the changes into the storage.
- Creates a new instance of the storage read transaction.
- Creates a new instance of the storage write transaction.
Type Aliases§
- The type describing the list of changes to the storage.
- Storage transaction on top of the storage.