sacco 0.0.9 copy "sacco: ^0.0.9" to clipboard
sacco: ^0.0.9 copied to clipboard

outdated

Pure Dart library allowing you to easily create an HD Wallet and create, sign and send Cosmos-SDK transactions.

Version 0.0.9 - 2019-10-23 #

  • Renamed Wallet.signTxData to Wallet.sign
  • Changed Wallet.sign to accept any Map<String, dynamic> and not just a String
  • Added the MapSorter to the exported types

Version 0.0.8 - 2019-09-25 #

  • Removed the id field from the NetworkInfo object
  • Removed the derivationPath field from the Wallet.derive method
  • Changed the return type of the TxSender.broadcastTx method.
    Now it returns a TransactionResponse that include a success field and any error that might have occurred during the broadcast.
  • Fixed some typos inside the exceptions messages

Version 0.0.7 - 2019-08-30 #

  • Added the defaultTokenDenom field inside NetworkInfo

Version 0.0.6 - 2019-08-30 #

  • Added the serialization of the Bech32 address inside Wallet

Version 0.0.5 - 2019-08-30 #

  • Renamed HexWallet to Wallet
  • Added the Wallet.convert factory method
  • Added the optional name and iconUrl fields to NetworkInfo
  • Added the toJson and fromJson methods to both Wallet and NetworkInfo
  • Added the Equatable implementation to both Wallet and NetworkInfo

Version 0.0.4 - 2019-08-29 #

  • Changed the example
  • Fixed some CHANGELOG typos

Version 0.0.3 - 2019-08-29 #

  • Improved the example by adding how to send a transaction

Version 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

Version 0.0.1 - 2019-08-29 #

  • Initial release
5
likes
0
pub points
53%
popularity

Publisher

verified publishercommercio.network

Pure Dart library allowing you to easily create an HD Wallet and create, sign and send Cosmos-SDK transactions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip32, bip39, bip_bech32, bitcoin_flutter, equatable, hex, http, meta, pointycastle

More

Packages that depend on sacco