Releases: SatoshiPortal/lwk-dart
Precompiled binaries 8d5a7ecf
Precompiled binaries for crate lwk, crate hash 8d5a7ecf5a772e41a24b3f7ab7d95299.
Precompiled binaries 543b56de
Precompiled binaries for crate lwk_dart, crate hash 543b56ded15714fa5fb1975d5177b61b.
Precompiled binaries c86bc6d8
Precompiled binaries for crate lwk, crate hash c86bc6d8d95a0fc71287aab10f9632f3.
Precompiled binaries 4fd10206
Precompiled binaries for crate lwk_dart, crate hash 4fd102062c9dbf3ffb07c9f8870d55a4.
0.1.5
0.1.4
0.1.3
0.1.2
CHANGELOG:
-
Better Balances:
Balances are now a struct in rust and a more convenient class with getters for LBTC and custom assets. -
Address methods:
Address have helper methods to convert from scriptpubkey and validate a string address -
Blinding key:
Get blinding key of a wallet (required to convert scriptpubkey to confidential address) -
Send Assets:
build_asset_tx() supports sending any asset (untested) -
Other misc fixes
-
Better error handling (less panics)