Module tx
Expand description
Abstraction of an executable transaction.
Traits§
- From
Recovered Tx - Helper user-facing trait to allow implementing
IntoTxEnv
on instances of [Recovered
]. - From
TxWith Encoded - Helper user-facing trait to allow implementing
IntoTxEnv
on instances of [WithEncoded
]. This allows creating transaction environments directly from EIP-2718 encoded bytes. - Into
TxEnv - Trait marking types that can be converted into a transaction environment.
- Recovered
Tx - Helper trait to abstract over different
Recovered<T>
implementations.