[ChainSync client] spend redeemers #306
Answered
by
KristianBalaj
KristianBalaj
asked this question in
Q & A
-
Babbage block has TXs of type "redeemers": {
"spend:0": {
"redeemer": "2HmA",
"executionUnits": ...
},
"spend:1": {
"redeemer": "2HmA",
"executionUnits": ...
},
"mint:2": {...},
...
}, How to know which input is spent by which redeemer? Maybe the number behind the column is the index of the input in the inputs array? |
Beta Was this translation helpful? Give feedback.
Answered by
KristianBalaj
Feb 6, 2023
Replies: 1 comment 1 reply
-
Yes, it should be the index in the array of inputs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KristianBalaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it should be the index in the array of inputs.