Module tx

Expand description

Abstraction of an executable transaction.

Traits§

FromRecoveredTx
Helper user-facing trait to allow implementing IntoTxEnv on instances of [Recovered].
FromTxWithEncoded
Helper user-facing trait to allow implementing IntoTxEnv on instances of [WithEncoded]. This allows creating transaction environments directly from EIP-2718 encoded bytes.
IntoTxEnv
Trait marking types that can be converted into a transaction environment.
RecoveredTx
Helper trait to abstract over different Recovered<T> implementations.