Crate fuel_storage
Source - StorageMut
- The wrapper around the storage that supports methods from
StorageInspect
and
StorageMutate
. - StorageRef
- The wrapper around the storage that supports only methods from
StorageInspect
.
- Mappable
- Mappable type with
Key
and Value
. - MerkleRootStorage
- Returns the merkle root for the
StorageType
per merkle Key
. Per one storage, it is
possible to have several merkle trees under different Key
. - StorageAsMut
- Helper trait for
StorageMutate
to provide user-friendly API to retrieve storage as
mutable reference. - StorageAsRef
- Helper trait for
StorageInspect
to provide user-friendly API to retrieve storage as
reference. - StorageInspect
- Base read storage trait for Fuel infrastructure.
- StorageMutate
- Base storage trait for Fuel infrastructure.
- StorageRead
- Base storage trait for Fuel infrastructure.
- StorageSize
- Base storage trait for Fuel infrastructure.
- StorageWrite
- Base storage trait for Fuel infrastructure.
- MerkleRoot
- Merkle root alias type