Module request
Available on crate feature
rpc
only.Expand description
Alloy basic Transaction Request type.
Structs§
- Build
Transaction Err - Error thrown when a transaction request cannot be built into a transaction.
- Parse
Transaction Input Kind Error - Error type for parsing
TransactionInputKind
- Transaction
Input - Helper type that supports both
data
andinput
fields that map to transaction input data. - Transaction
Input Error - Error thrown when both
data
andinput
fields are set and not equal. - Transaction
Request - Represents all transaction requests to/from RPC.
Enums§
- Transaction
Input Kind - Represents how a
TransactionRequest
handles input/data fields.