Replies: 3 comments 2 replies
-
the way this is layered now is reth/crates/ethereum/primitives/src/transaction.rs Lines 298 to 309 in 34b7145 and the transactionSginedEcRecovered type is now deprecated in favor of depending on what you work on, you might want to operate on trait SignedTransaction instead: |
Beta Was this translation helpful? Give feedback.
-
is this a compiler error? |
Beta Was this translation helpful? Give feedback.
-
hmm, it's right there on v1.2.0 reth/crates/ethereum/primitives/src/transaction.rs Lines 292 to 297 in 1e965ca |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. It was working on version 1.0.8, but today I updated to 1.2.0. Could you please tell me how to correctly use "Transaction, TransactionSigned" now? Thanks for your help

Beta Was this translation helpful? Give feedback.
All reactions