Module transaction
Expand description
Compatibility functions for rpc Transaction
type.
Traits§
- Builds RPC transaction w.r.t. network.
Functions§
- Create a new rpc transaction result for a pending signed transaction, setting block environment related fields to
None
. - Create a new rpc transaction result for a mined transaction, using the given block hash, number, and tx index fields to populate the corresponding fields in the rpc result.
- Convert
TransactionSignedEcRecovered
to [TransactionRequest
]