Struct fuels_types::block::Header
source · pub struct Header {
pub id: Bytes32,
pub da_height: u64,
pub transactions_count: u64,
pub output_messages_count: u64,
pub transactions_root: Bytes32,
pub output_messages_root: Bytes32,
pub height: u64,
pub prev_root: Bytes32,
pub time: Option<DateTime<Utc>>,
pub application_hash: Bytes32,
}
Fields§
§id: Bytes32
§da_height: u64
§transactions_count: u64
§output_messages_count: u64
§transactions_root: Bytes32
§output_messages_root: Bytes32
§height: u64
§prev_root: Bytes32
§time: Option<DateTime<Utc>>
§application_hash: Bytes32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.