You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type return from RPC and the type return from consensus type are different. And as the rlp encode/decode is bound with consensus type, even though fetch data in rpc type, faced lots of cases that required type cast from rpc -> consensus type.
Component
rpc-type
Describe the feature you would like
The type return from RPC and the type return from consensus type are different. And as the rlp encode/decode is bound with consensus type, even though fetch data in rpc type, faced lots of cases that required type cast from rpc -> consensus type.
Ideal solution
For example in transaction, would like to have :
so that can use like this
Additional context
No response
The text was updated successfully, but these errors were encountered: