v0.1.4
Fixes
[#26] Utxo service returning status code 400 during transfer
[#20] Fix Min Ada in Utxo calculation - Alonzo
[#18] Caller can provide native lib name through system properties or env variable
- The native library name and folder can be customized through system properties.
Example:
System.setProperty("jna.library.path", "/Users/satya");
System.setProperty(LibraryUtil.CARDANO_CLIENT_NATIVE_LIB_NAME, "cardano-native-lib");
[#15] AddressUtil to validate addresses