EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Missing some endpoints and param support #412

Closed shtse8 closed 5 years ago

shtse8 commented 6 years ago

Currently, get_table_rows can't support secondary key in the latest version. Also, missing get_scope_by_table is missing. Please add the support of them. Thanks.

tbfleming commented 5 years ago

Fixed in https://github.com/EOSIO/eosjs/pull/415