Struct fuel_core_interfaces::model::SealedFuelBlock
source · pub struct SealedFuelBlock {
pub block: FuelBlock,
pub consensus: FuelBlockConsensus,
}
Expand description
A fuel block with the related consensus data.
Fields§
§block: FuelBlock
§consensus: FuelBlockConsensus
Trait Implementations§
source§impl Clone for SealedFuelBlock
impl Clone for SealedFuelBlock
source§fn clone(&self) -> SealedFuelBlock
fn clone(&self) -> SealedFuelBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more