-
Notifications
You must be signed in to change notification settings - Fork 504
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
Support String or Number Unmarshalling in Int64 fields #1912
Milestone
Comments
This is for the SDK right? |
@ire-and-curses no, this is a tracker for #1909 (review) |
@ire-and-curses here's the PR for the js-sdk stellar/js-stellar-sdk#457 |
This was referenced Nov 13, 2019
This was finished. |
This was referenced Jan 20, 2020
4 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
UnmarshalJSON
to the following structs, allowingstring
ornumber
where anInt64
is expectedjson:"new_seq"
json:"offer_id"
json:"offer_id"
json:"offer_id"
json:"id"
json:"timestamp"
json:"trade_count"
The text was updated successfully, but these errors were encountered: