eosdart 0.4.1 eosdart: ^0.4.1 copied to clipboard
EOSIO-based blockchain RPC API client in Dart language
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