pub struct BatchPostingReportFields {
pub batch_timestamp: u64,
pub batch_poster: Address,
pub data_hash: B256,
pub batch_number: u64,
pub l1_base_fee_estimate: U256,
pub extra_gas: u64,
}Expand description
Fields extracted from a batch posting report.
Fields§
§batch_timestamp: u64§batch_poster: Address§data_hash: B256§batch_number: u64§l1_base_fee_estimate: U256§extra_gas: u64Trait Implementations§
Source§impl Clone for BatchPostingReportFields
impl Clone for BatchPostingReportFields
Source§fn clone(&self) -> BatchPostingReportFields
fn clone(&self) -> BatchPostingReportFields
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BatchPostingReportFields
impl RefUnwindSafe for BatchPostingReportFields
impl Send for BatchPostingReportFields
impl Sync for BatchPostingReportFields
impl Unpin for BatchPostingReportFields
impl UnwindSafe for BatchPostingReportFields
Blanket Implementations§
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