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
For simple JSON encoding any solidity related type should have FromJSON and ToJSON instances. In first view UIntN type have no.
UIntN
Solidity primitive type check list:
The text was updated successfully, but these errors were encountered:
hi is the issue still active can i work on it...?
Sorry, something went wrong.
Hi @adithya70, yes, it’s actual, your support will be very helpful! Feel free to open PR.
PS: primitive types located in https://github.com/airalab/hs-web3/tree/master/packages/solidity/src/Data/Solidity/Prim
Hi @adithya70, yes, it’s actual, your support will be very helpful! Feel free to open PR. PS: primitive types located in https://github.com/airalab/hs-web3/tree/master/packages/solidity/src/Data/Solidity/Prim can i know more about the issue please.? i can see there are already instances created for UIntN type in Int.hs .
PS: primitive types located in https://github.com/airalab/hs-web3/tree/master/packages/solidity/src/Data/Solidity/Prim can i know more about the issue please.? i can see there are already instances created for UIntN type in Int.hs .
I think this is related to this PR
No branches or pull requests
For simple JSON encoding any solidity related type should have FromJSON and ToJSON instances. In first view
UIntN
type have no.Solidity primitive type check list:
The text was updated successfully, but these errors were encountered: