Struct fuels_types::block::Header
source · pub struct Header {
pub id: Bytes32,
pub da_height: u64,
pub transactions_count: u64,
pub message_receipt_count: u64,
pub transactions_root: Bytes32,
pub message_receipt_root: Bytes32,
pub height: u32,
pub prev_root: Bytes32,
pub time: Option<DateTime<Utc>>,
pub application_hash: Bytes32,
}
Fields§
§id: Bytes32
§da_height: u64
§transactions_count: u64
§message_receipt_count: u64
§transactions_root: Bytes32
§message_receipt_root: Bytes32
§height: u32
§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
.source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more