Skip to content

Commit 70dc595

Browse files
committed
Add changelog fragment for FromJSON TxOut
1 parent 03f9f6a commit 70dc595

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
project: cardano-api
2+
pr: 1179
3+
kind:
4+
- feature
5+
description: |
6+
Add FromJSON instances for the new experimental TxOut type, matching
7+
the JSON format produced by the corresponding ToJSON instances. Inline
8+
datums are parsed from inlineDatumRaw with hash validation against
9+
inlineDatumhash. Reference scripts are parsed via the existing
10+
FromJSON ScriptInAnyLang instance and converted to ledger scripts.
11+
Supplemental datums are deliberately unsupported since the ledger
12+
TxOut does not carry them.

0 commit comments

Comments
 (0)