Skip to content
New issue

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

Make a wrapper of RPC method parameters #9

Open
vincenzopalazzo opened this issue Mar 23, 2021 · 0 comments
Open

Make a wrapper of RPC method parameters #9

vincenzopalazzo opened this issue Mar 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vincenzopalazzo
Copy link
Member

vincenzopalazzo commented Mar 23, 2021

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

@vincenzopalazzo vincenzopalazzo self-assigned this Mar 23, 2021
@vincenzopalazzo vincenzopalazzo added the enhancement New feature or request label Mar 23, 2021
@vincenzopalazzo vincenzopalazzo added this to the v0.2.3 milestone Oct 14, 2021
@vincenzopalazzo vincenzopalazzo modified the milestones: v0.2.2, v0.3.0 Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant