[Feature] Add rpc types for wallet_ namespace
Closed this issue · 4 comments
mattsse commented
Component
rpc
Describe the feature you would like
just like txpool,eth,trace these types should go into another rpc-types-wallet crate and should include rpc type bindings for various wallet_
endpoints
https://eips.ethereum.org/EIPS/eip-5792#wallet_sendcalls
Additional context
No response
nadtech-hub commented
Do you mind if I do it?
mattsse commented
please go for it
mattsse commented
there's some wip here
https://github.com/paradigmxyz/alphanet/pull/129/files#diff-f4101dafa4b2873ece04cc3c059d373ddd9143026a68c62c8e9431e7d3eb5b3aR35 which you can take
nadtech-hub commented
@mattsse Did you mean to add wallet_sendCalls related types? I implemented all types in both EIPs.