Copy FillTxEnv::fill_tx_env
into SignedTransaction
trait
#12182
Labels
A-sdk
Related to reth's use as a library
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Copy
FillTxEnv::fill_tx_env
toSignedTransaction
and its implementation to impl ofSignedTransaction
forTransactionSigned
andOpTransactionSigned
respectively, the latter is blocked by #11433.reth/crates/primitives/src/transaction/compat.rs
Lines 9 to 10 in 734c78f
The trait
FillTxEnv
will be removed whenSignedTransaction
trait is integrated into codebase.Additional context
No response
The text was updated successfully, but these errors were encountered: