Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPIC | v1/chain APIs #8

Open
3 of 19 tasks
poplexity opened this issue Jan 3, 2024 · 0 comments
Open
3 of 19 tasks

EPIC | v1/chain APIs #8

poplexity opened this issue Jan 3, 2024 · 0 comments

Comments

@poplexity
Copy link
Member

poplexity commented Jan 3, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant