Replies: 1 comment 1 reply
-
What API are you using to invoke the RPC request? You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a client for the deribit.com JSON-RPC server. It expects params to always be an object. They do not use positional parameters. So when sending a request for a method that does not expect any parameters, StreamJsonRpc currently serializes as an empty array. But this server requires it to be an empty object. How would I achieve that using StreamJsonRpc?
Beta Was this translation helpful? Give feedback.
All reactions