We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41eced8 commit c59507eCopy full SHA for c59507e
.changeset/cold-clubs-doubt.md
@@ -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