Closed
Description
Component
provider, pubsub
Describe the feature you would like
Currently, the JoinFill
implementation leads to highly verbose provider types.
We can improve this by using a tuple approach that removes layering and reduces verbosity.
e.g tuple Fillers<(GasFiller, NonceFiller, ChainIdFiller)>
We can achieve the above without perf cost as this approach doesn't use dynamic dispatch.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Completed