Skip to content

Commit c59507e

Browse files
committed
docs: add changeset
1 parent 41eced8 commit c59507e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/cold-clubs-doubt.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@evolution-sdk/evolution": patch
3+
---
4+
5+
Add transaction chaining support via `SignBuilder.chainResult()`
6+
7+
- Add `chainResult()` method to `SignBuilder` for building dependent transactions
8+
- Returns `ChainResult` with `consumed`, `available` UTxOs and pre-computed `txHash`
9+
- Lazy evaluation with memoization - computed on first call, cached for subsequent calls
10+
- Add `signAndSubmit()` convenience method combining sign and submit in one call
11+
- Remove redundant `chain()`, `chainEffect()`, `chainEither()` methods from TransactionBuilder

0 commit comments

Comments
 (0)