Demo showcasing an XEC tx with multiple recipients.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- oneToManyXecDemo
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25296 Build 50177: Build Diff app-dev-examples Build 50176: arc lint + arc unit
Event Timeline
Comment Actions
not sure we really need this as a separate script and file
apps/examples/scripts/getUtxosFromAddress.js | ||
---|---|---|
41 | seems like this is a bug fix unrelated to this diff | |
apps/examples/scripts/sendOneToManyXec.js | ||
39 | do we need a separate script for this function? now that we are using coinSelect, should just work with both. the user is supplying the outputs either way. sending to multiple outputs is not really a special type of tx. sending to a single output is just a special case where targetOutputs.length === 1 |