Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 14:25
· 841 commits to master since this release

Changes

  • Client application can provide a custom UtxoSelectionStrategy implementation to override default coin selection implementation. [#5]
  • A list of utxos can be sent as part of PaymentTransaction, MintTransaction api. The utxos will be included as inputs in the final transaction. [#5]
  • TransactionHelperService's transfer and mintToken methods return Result instead of Result.
  • Bug fixes [#6]