You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if the Koios API has changed, but unfortunately I was unable to get an inline datum from the utxo_info call.
It turned out, that the call does need to include the _extended: true get parameter to populate some fields such as inline_datum, which will be null otherwise.
I don't know if the Koios API has changed, but unfortunately I was unable to get an inline datum from the utxo_info call.
It turned out, that the call does need to include the
_extended: true
get parameter to populate some fields such asinline_datum
, which will benull
otherwise.Is there currently a way to pass the get parameter to the getTransactionInformation method?
Thx 🙏
The text was updated successfully, but these errors were encountered: