-
Notifications
You must be signed in to change notification settings - Fork 2
Add Tx parsing feature #43
Copy link
Copy link
Closed
Labels
backendsgood first issueGood for newcomersGood for newcomersin-catalyst-milestoneSomething needed to be done for Catalyst milestones to closedSomething needed to be done for Catalyst milestones to closed
Milestone
Metadata
Metadata
Assignees
Labels
backendsgood first issueGood for newcomersGood for newcomersin-catalyst-milestoneSomething needed to be done for Catalyst milestones to closedSomething needed to be done for Catalyst milestones to closed
Parser would probably look like
parseTx :: CEMScriptCompiled script => TxBody -> CEMScriptDatum script, wheretype CEMScriptDatum script = (Params script, State script). ThoughTxBodyfromcardano-apimight be actually inconvenient for specific indexer interface (#44). But they are nice to have to do roundtrip tests in PSM backend, as it usescardano-apitypes.There should be existent implementation somewhere in old
hydra-aucton.TODO: