amaxdart 0.4.8+20220825 copy "amaxdart: ^0.4.8+20220825" to clipboard
amaxdart: ^0.4.8+20220825 copied to clipboard

Armonia Meta Chain RPC API client in Dart language

0.4.8+20220825 #

  • Change homepage

0.4.8+20220418 #

  • Fix transaction from json default value is null
  • Only serialize action date with map
  • Add auto fill arg & remove duplicate auto fill

0.4.8+20220406 #

  • Handler http error

0.4.8+20220331 #

  • Support amax

0.4.8 #

  • Migrates to null safety

0.4.7 #

  • Handle any amount

0.4.6 #

  • More exports

0.4.5 #

  • Support adding timeout on http request

0.4.4 #

  • Support abi float32 and float64
  • Update dependencies

0.4.3 #

  • Add model for committed transaction
  • Reuse eos client instance with different private keys

0.4.2 #

  • Upgrade eosdart_ecc version to 0.4.0

0.4.1 #

support:

  • /v1/chain/get_table_rows

0.4.0 #

  • Initial version to support push transaction

0.3.3 #

  • Update README.md

0.3.2 #

  • Correct the async operation
  • Better error handling

0.3.1 #

Fix: Class name conflict with flutter - https://github.com/primes-network/eosdart/issues/12

0.3.0 #

Supports the following APIs:

  • /v1/chain/get_info
  • /v1/chain/get_block
  • /v1/chain/get_block_header_state
  • /v1/chain/get_account
  • /v1/chain/get_abi
  • /v1/chain/get_raw_abi
  • /v1/chain/get_raw_code_and_abi
  • /v1/chain/get_currency_balance
  • /v1/history/get_actions
  • /v1/history/get_transaction
  • /v1/history/get_key_accounts

0.0.1 #

  • Initial version, created by Stagehand