stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

Use options object argument for transaction builders #68

Closed yknl closed 4 years ago

yknl commented 4 years ago

Use an options object as argument to transaction builder functions instead of a long list of non-optional and optional args. This cleans up the interface and avoids potential breaking changes in the future.

https://github.com/blockstack/stacks-transactions-js/pull/65#pullrequestreview-401178663