Trait OpPooledTx
pub trait OpPooledTx:
MaybeConditionalTransaction
+ MaybeInteropTransaction
+ PoolTransaction
+ DataAvailabilitySized {
// Required method
fn encoded_2718(&self) -> Cow<'_, Bytes>;
}
Expand description
Helper trait to provide payload builder with access to conditionals and encoded bytes of transaction.
Required Methods§
fn encoded_2718(&self) -> Cow<'_, Bytes>
fn encoded_2718(&self) -> Cow<'_, Bytes>
Returns the EIP-2718 encoded bytes of the transaction.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.