-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Overview
Implement a minimum set of client APIs
Links
https://github.com/wharfkit/antelope/blob/master/src/api/v1/chain.ts
Acceptance Criteria
All APIs are implemented, with proper response and error structs defined/returned
Tasks
- get_abi
- get_raw_abi
- get_account
- get_accounts_by_authorizers
- get_activated_protocol_features
- get_block
- get_block_header_state
- get_block_info
- get_currency_balance
- get_info
- get_producer_schedule
- compute_transaction
- send_read_only_transaction
- push_transaction
- send_transaction (done but needs proper response structs implemented/populated)
- send_transaction2
- get_table_rows (if struct is provided, should submit request to node with
json: false
and decode locally into struct) - get_table_by_scope
- get_transaction_status
Metadata
Metadata
Assignees
Labels
No labels