-
Notifications
You must be signed in to change notification settings - Fork 10
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
AddressService#getAllAddressUtxos does not return datum hashes as outlined in API spec #7
Comments
I'd add This is the class I think, it seems that the 3 fields are missing
|
@bentaye Yes the missing fields need to be added to AddressUtxo.java . |
I opened a PR here #8 |
@will991 The PR with the new fields have been merge, please check if it is all good now. |
According to the OpenAPI specifications this endpoint should return
data_hash
,inline_datum
and other script output related fields.Unfortunately, it doesn't. Perhaps a new version needs to be released to match the documentation.
The text was updated successfully, but these errors were encountered: