We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it could be a good improvement to add a native RPC method parameters passed inside the request
Now in the code, I need to do the following stuff
val listParamter = request["params"].asJsonArray.toList()
With koltin it is a goof but with java some additional check is needed
The text was updated successfully, but these errors were encountered:
vincenzopalazzo
No branches or pull requests
it could be a good improvement to add a native RPC method parameters passed inside the request
Now in the code, I need to do the following stuff
val listParamter = request["params"].asJsonArray.toList()
With koltin it is a goof but with java some additional check is needed
The text was updated successfully, but these errors were encountered: