Struct fuel_core_interfaces::model::FuelBlockPoAConsensus
source · pub struct FuelBlockPoAConsensus {
pub signature: Signature,
}
Expand description
The consensus related data that doesn’t live on the header.
Fields§
§signature: Signature
The signature of the FuelBlockHeader
.
Implementations§
Trait Implementations§
source§impl Clone for FuelBlockPoAConsensus
impl Clone for FuelBlockPoAConsensus
source§fn clone(&self) -> FuelBlockPoAConsensus
fn clone(&self) -> FuelBlockPoAConsensus
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 moresource§impl Debug for FuelBlockPoAConsensus
impl Debug for FuelBlockPoAConsensus
source§impl Default for FuelBlockPoAConsensus
impl Default for FuelBlockPoAConsensus
source§fn default() -> FuelBlockPoAConsensus
fn default() -> FuelBlockPoAConsensus
Returns the “default value” for a type. Read more