You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
in eosjs 20.x and 21.x, get_table_rows uses table_key argument, and it's described in the documentation as secondary key name, presumably usable instead of index_position.
In fact, chain_plugin does not recognize table_key, so the examples don't work, as you can see in several bug reports.
Either table_key needs to be removed from eosjs completely, or eosjs needs an additional lookup to get the index names and then pass the corresponding index_position in get_table_rows.
in eosjs 20.x and 21.x,
get_table_rowsusestable_keyargument, and it's described in the documentation as secondary key name, presumably usable instead ofindex_position.In fact, chain_plugin does not recognize
table_key, so the examples don't work, as you can see in several bug reports.Either
table_keyneeds to be removed from eosjs completely, or eosjs needs an additional lookup to get the index names and then pass the correspondingindex_positioninget_table_rows.