sacco 0.0.9
sacco: ^0.0.9 copied to clipboard
Pure Dart library allowing you to easily create an HD Wallet and create, sign and send Cosmos-SDK transactions.
0.0.9 - 2019-10-23 #
- Renamed
Wallet.signTxDatatoWallet.sign - Changed
Wallet.signto accept anyMap<String, dynamic>and not just aString - Added the
MapSorterto the exported types
0.0.8 - 2019-09-25 #
- Removed the
idfield from theNetworkInfoobject - Removed the
derivationPathfield from theWallet.derivemethod - Changed the return type of the
TxSender.broadcastTxmethod.
Now it returns aTransactionResponsethat include asuccessfield and any error that might have occurred during the broadcast. - Fixed some typos inside the exceptions messages
0.0.7 - 2019-08-30 #
- Added the
defaultTokenDenomfield insideNetworkInfo
0.0.6 - 2019-08-30 #
- Added the serialization of the Bech32 address inside
Wallet
0.0.5 - 2019-08-30 #
- Renamed
HexWallettoWallet - Added the
Wallet.convertfactory method - Added the optional
nameandiconUrlfields toNetworkInfo - Added the
toJsonandfromJsonmethods to bothWalletandNetworkInfo - Added the
Equatableimplementation to bothWalletandNetworkInfo
0.0.4 - 2019-08-29 #
- Changed the example
- Fixed some CHANGELOG typos
0.0.3 - 2019-08-29 #
- Improved the example by adding how to send a transaction
0.0.2 - 2019-08-29 #
- Improved the package.yaml description
- Added some examples inside the
example/folder - Removed some unused dependencies
- Improved the README
0.0.1 - 2019-08-29 #
- Initial release