Module fuel_core_storage::transactional

source ·
Expand description

The primitives to work with storage in transactional mode.

Structs§

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§