Expand description
Transaction related types
Structs§
- Maybe
Impersonated Transaction - A wrapper for TypedTransaction that allows impersonating accounts.
- Pending
Transaction - Queued transaction
- Transaction
Essentials - Transaction
Info - Represents all relevant information of an executed transaction
Enums§
- Typed
Receipt - Typed
Receipt Rpc - RPC-specific variant of TypedReceipt for boundary conversion
- Typed
Transaction - Container type for signed, typed transactions.
- Typed
Transaction Request
Functions§
- convert_
receipt_ 🔒to_ rpc - Convert internal receipt to RPC receipt
- convert_
to_ anvil_ receipt - has_
optimism_ fields - to_
alloy_ transaction_ with_ hash_ and_ sender - transaction_
request_ to_ typed - Converts a [TransactionRequest] into a TypedTransactionRequest. Should be removed once the call builder abstraction for providers is in place.