Add ATs Network
and Task
to FullNodeComponents
#9872
Labels
A-rpc
Related to the RPC implementation
A-sdk
Related to reth's use as a library
C-debt
A clean up/refactor of existing code
M-prevent-stale
Prevents old inactive issues/PRs from being closed due to inactivity
Describe the feature
RPC types use generics
Network
andTasks
, which resolve to the type returned byFullNodeComponents
getters.The two should be added as ATs on
FullNodeComponents
, to make them possible to reference in type definitions.reth/crates/node/api/src/node.rs
Lines 141 to 148 in f43fd7b
Additional context
No response
The text was updated successfully, but these errors were encountered: