blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
16 stars 17 forks source link

Missing fields in Address UTxOs result #28

Closed Saizan closed 1 year ago

Saizan commented 2 years ago

https://docs.blockfrost.io/#tag/Cardano-Addresses/paths/~1addresses~1{address}~1utxos/get

the docs above include data_hash, inline_datum, and reference_script_hash fields in the response, but they are missing from the AddressUtxo type used to represent the result of the endpoint.