Struct fuel_core_interfaces::db::FuelBlocks
source · pub struct FuelBlocks;
Expand description
The table of blocks generated by Fuels validators. Right now, we have only that type of block, but we will support others in the future.
Trait Implementations§
source§impl Mappable for FuelBlocks
impl Mappable for FuelBlocks
§type SetValue = FuelBlockDb
type SetValue = FuelBlockDb
The value type is used while setting the value to the storage. In most cases, it is the same
as
Self::GetValue
, but it is without restriction and can be used for performance
optimizations. Read more§type GetValue = <FuelBlocks as Mappable>::SetValue
type GetValue = <FuelBlocks as Mappable>::SetValue
The value type is used while getting the value from the storage.