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
Pain Point: I want a string or bytes of an ABI that was given to me through a solc module, which exports the ::Abi object.
Possibility: I don't see many options to get this into JSON, a String of JSON, or a bytes vector.
Is there some kind of serde_json::to_string(myAbi) option available?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pain Point:
I want a string or bytes of an ABI that was given to me through a solc module, which exports the ::Abi object.
Possibility:
I don't see many options to get this into JSON, a String of JSON, or a bytes vector.
Is there some kind of serde_json::to_string(myAbi) option available?
The text was updated successfully, but these errors were encountered: