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
Moreover even without the derive macro there's no way to handle named params without Map->JSON->struct conversion which is inefficient and ugly. Did I miss something?
Is there a way to pass method params through single struct (for sake of extensibility and flexibility), i.e. something like
So now I can call
{"jsonrpc":"2.0","id":123,"method":"foo","params":{"bar": "buzz"}}
.The text was updated successfully, but these errors were encountered: