Open
Description
Component
rpc
Describe the feature you would like
These are quite useful if you want to build a specific function
we can make all of these pub:
alloy/crates/rpc-types-eth/src/transaction/request.rs
Lines 797 to 802 in 8466012
and change the error from &str
to ValueError<Self>
,
this could be a bit disgusting, so we could maybe solve this with a macro or do something like:
alloy/crates/rpc-types-eth/src/transaction/request.rs
Lines 792 to 796 in 8466012
but ideally retain the actual error, because more useful
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Todo