Expand description
Re-exported from reth_rpc_convert
.
Modules§
- block
- Conversion traits for block responses to primitive block types.
- receipt
- Conversion traits for receipt responses to primitive receipt types.
- transaction
- Compatibility functions for rpc
Transaction
type.
Structs§
- Call
Fees - Helper type for representing the fees of a
TransactionRequest
- RpcConverter
- Generic RPC response object converter for
Evm
and networkNetwork
. - Transaction
Conversion Error - Conversion into transaction RPC response failed.
Enums§
- Call
Fees Error - Error coming from decoding and validating transaction request fees.
- EthTx
EnvError - An Ethereum specific transaction environment error than can occur during conversion from
TransactionRequest
. - Sign
TxRequest Error - Error for
SignableTxRequest
trait.
Traits§
- Into
RpcTx - Converts
self
intoT
. The opposite ofFromConsensusTx
. - RpcConvert
- Responsible for the conversions from and into RPC requests and responses.
- RpcTypes
- RPC types used by the
eth_
RPC API. - Signable
TxRequest - An abstraction over transaction requests that can be signed.
- TryFrom
Block Response - Trait for converting network block responses to primitive block types.
- TryFrom
Receipt Response - Trait for converting network receipt responses to primitive receipt types.
- TryFrom
Transaction Response - Trait for converting network transaction responses to primitive transaction types.
- TryInto
SimTx - Converts
self
intoT
. - TxInfo
Mapper - Adds extra context to
TransactionInfo
.
Functions§
- try_
into_ op_ tx_ info - Creates [
OpTransactionInfo
] by adding [OpDepositInfo
] toTransactionInfo
iftx
is a deposit.
Type Aliases§
- RpcBlock
- Adapter for network specific block type.
- RpcHeader
- Adapter for network specific header response.
- RpcReceipt
- Adapter for network specific receipt response.
- RpcTransaction
- Adapter for network specific transaction response.
- RpcTx
Req - Adapter for network specific transaction request.