Skip to main content

Module transaction

Module transaction 

Source
Expand description

Compatibility functions for rpc Transaction type.

Structs§

ConvertReceiptInput
Input for RpcConvert::convert_receipts.
RpcConverter
Generic RPC response object converter for Evm and network Network.

Enums§

TransactionConversionError
Conversion into transaction RPC response failed.

Traits§

HeaderConverter
A type that knows how to convert a consensus header into an RPC header.
ReceiptConverter
A type that knows how to convert primitive receipts to RPC representations.
RpcConvert
Responsible for the conversions from and into RPC requests and responses.
RpcTxConverter
Converts Tx into RpcTx
SimTxConverter
Converts TxReq into SimTx.
TxEnvConverter
Converts TxReq into TxEnv.