v0.1.2
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]