Use TransactionInfo type for rpc transaction construction #10494
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
these function accept the blockcontext/txinfo as input:
reth/crates/rpc/rpc-types-compat/src/transaction/mod.rs
Lines 19 to 22 in a7a9f9f
reth/crates/rpc/rpc-types-compat/src/transaction/mod.rs
Line 35 in a7a9f9f
we have a type for this:
TransactionInfo
: https://github.com/alloy-rs/alloy/blob/8a06509c3f85885ecfab110af0819b354d794b68/crates/rpc-types-eth/src/transaction/common.rs#L10-L10TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: