We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1547955 commit 8063211Copy full SHA for 8063211
CHANGELOG.md
@@ -7,6 +7,9 @@
7
- Change type of `txRequiredTopLevelGuards` from map to list.
8
- Change `TxBody.txRequiredGuards` to `TxBody.txGuards`.
9
- Add `TxBody.reqSignerHashes`.
10
+- Add `TxInfo.txInfoSubTxs` field (a `Maybe` list of `SubTxInfo` for guard scripts).
11
+- Introduce `SubTxInfo` type alias.
12
+- Add `txInfoForPurpose` function for purpose-specific `TxInfo` construction.
13
14
## Conway spec
15
0 commit comments