vite 0.2.0 copy "vite: ^0.2.0" to clipboard
vite: ^0.2.0 copied to clipboard

A dart library for the Vite blockchain. Send transactions and interact with smart contracts!

Changelog #

0.2.0 #

  • Add new subscription APIs
  • Contract ABI support improvements
  • ViteClient improvements

0.1.3 #

  • Use BigInt instead of Decimal in Amount
  • Add address getter in Contract
  • Refactor Account Service and RawTransaction
  • Add TokenInfo for Unknown tokenId

0.1.2 #

  • Update AccountService
  • Fix getPowNonce
  • Add decode function output
  • Add contract_query rpc method
  • Fix solidity types encoding / decoding

0.1.1 #

  • Update decimal dependency
  • Fix web support
  • Update description

0.1.0 #

  • Initial release.