Closed Saizan closed 1 year 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.
data_hash
inline_datum
reference_script_hash
AddressUtxo
https://docs.blockfrost.io/#tag/Cardano-Addresses/paths/~1addresses~1{address}~1utxos/get
the docs above include
data_hash
,inline_datum
, andreference_script_hash
fields in the response, but they are missing from theAddressUtxo
type used to represent the result of the endpoint.