Struct fuel_core_interfaces::db::SealedBlockConsensus
source · pub struct SealedBlockConsensus;
Expand description
The table of consensus metadata associated with sealed (finalized) blocks
Trait Implementations§
source§impl Mappable for SealedBlockConsensus
impl Mappable for SealedBlockConsensus
§type SetValue = FuelBlockConsensus
type SetValue = FuelBlockConsensus
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 = <SealedBlockConsensus as Mappable>::SetValue
type GetValue = <SealedBlockConsensus as Mappable>::SetValue
The value type is used while getting the value from the storage.