Skip to content

Fix parsing the script attached to utxos and datum hash

Niels requested to merge nielstron/ogmios-python:various_fixes into main

Note that scripts are annotated to be Script but actually are dictionaries. Trying to parse them into Script types raises a weird error about missing field root

Merge request reports