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
bda0d98
Use serde_json to convert values in this crate to JSON, that contain the ScVal::Address value.
ScVal::Address
The strkey representation of the address. e.g. A... or C...
A...
C...
{ "address": { "contract": "fc21c6967fda947c012695d185c9f78bcb97e380c6811d12f4b525f6fb54f9a0" } }
The text was updated successfully, but these errors were encountered:
leighmcculloch
Successfully merging a pull request may close this issue.
What version are you using?
bda0d98
What did you do?
Use serde_json to convert values in this crate to JSON, that contain the
ScVal::Address
value.What did you expect to see?
The strkey representation of the address. e.g.
A...
orC...
What did you see instead?
The text was updated successfully, but these errors were encountered: