pub struct Isthmus;
Available on crate feature
consensus
only.Expand description
The Isthmus network upgrade transactions.
Implementations§
Source§impl Isthmus
impl Isthmus
Sourcepub const EIP2935_FROM: Address
pub const EIP2935_FROM: Address
EIP-2935 From Address
Sourcepub fn deposit_contract_source() -> FixedBytes<32>
pub fn deposit_contract_source() -> FixedBytes<32>
Returns the source hash for the Isthmus Deposit Contract deployment.
Sourcepub fn eip2935_creation_data() -> Bytes
pub fn eip2935_creation_data() -> Bytes
Returns the EIP-2935 creation data.
Trait Implementations§
impl Copy for Isthmus
Auto Trait Implementations§
impl Freeze for Isthmus
impl RefUnwindSafe for Isthmus
impl Send for Isthmus
impl Sync for Isthmus
impl Unpin for Isthmus
impl UnwindSafe for Isthmus
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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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 more