Add Tx parsing feature #43
Labels
backends
good first issue
Good for newcomers
in-catalyst-milestone
Something needed to be done for Catalyst milestones to closed
Milestone
Parser would probably look like
parseTx :: CEMScriptCompiled script => TxBody -> CEMScriptDatum script
, wheretype CEMScriptDatum script = (Params script, State script)
. ThoughTxBody
fromcardano-api
might be actually inconvenient for specific indexer interface (#44). But they are nice to have to do roundtrip tests in PSM backend, as it usescardano-api
types.There should be existent implementation somewhere in old
hydra-aucton
.TODO:
The text was updated successfully, but these errors were encountered: