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

Give concrete classes to objects interacting with RPC #54

Open
foriequal0 opened this issue Nov 20, 2019 · 0 comments
Open

Give concrete classes to objects interacting with RPC #54

foriequal0 opened this issue Nov 20, 2019 · 0 comments

Comments

@foriequal0
Copy link
Contributor

Currently, it takes and gives raw dict when you make a request and get a response.
However it is not desirable since we have some types that do not correspond 1:1 to JSON objects such as big integers and hash types.
We need to convert between our primitive types and JSON types.

@posgnu posgnu removed their assignment Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants