Alternative to `history/get_actions` to list actions?
faustbrian opened this issue · 0 comments
faustbrian commented
I am currently trying to use the eosjs-api
package with https://api.testnet.eos.io as peer but since the history plugin is deprecated the https://github.com/EOSIO/eosjs-api/blob/master/docs/api.md#eosgetactionsaccount_name-pos-offset--getactionsresult function no longer works.
What would be the recommended alternative to get a history of actions for a given actor/wallet?