pub struct OptimismTransactionFields {
pub mint: Option<u128>,
pub source_hash: Option<B256>,
pub is_system_tx: Option<bool>,
pub deposit_receipt_version: Option<u64>,
}
Expand description
Optimism specific transaction fields
Fields§
§mint: Option<u128>
The ETH value to mint on L2
source_hash: Option<B256>
Hash that uniquely identifies the source of the deposit.
is_system_tx: Option<bool>
Field indicating whether the transaction is a system transaction, and therefore exempt from the L2 gas limit.
deposit_receipt_version: Option<u64>
Deposit receipt version for deposit transactions post-canyon
Trait Implementations§
source§impl Clone for OptimismTransactionFields
impl Clone for OptimismTransactionFields
source§fn clone(&self) -> OptimismTransactionFields
fn clone(&self) -> OptimismTransactionFields
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 OptimismTransactionFields
impl Debug for OptimismTransactionFields
source§impl Default for OptimismTransactionFields
impl Default for OptimismTransactionFields
source§fn default() -> OptimismTransactionFields
fn default() -> OptimismTransactionFields
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OptimismTransactionFields
impl<'de> Deserialize<'de> for OptimismTransactionFields
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<OptimismTransactionFields> for OtherFields
impl From<OptimismTransactionFields> for OtherFields
source§fn from(value: OptimismTransactionFields) -> Self
fn from(value: OptimismTransactionFields) -> Self
Converts to this type from the input type.
impl Copy for OptimismTransactionFields
impl Eq for OptimismTransactionFields
impl StructuralPartialEq for OptimismTransactionFields
Auto Trait Implementations§
impl Freeze for OptimismTransactionFields
impl RefUnwindSafe for OptimismTransactionFields
impl Send for OptimismTransactionFields
impl Sync for OptimismTransactionFields
impl Unpin for OptimismTransactionFields
impl UnwindSafe for OptimismTransactionFields
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreimpl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes