EOSIO / EOSIO/eosjs-api

return null actions while using getActions.

Open
#20 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
177
Forks
86
PR merge metrics
No merged PRs in 30d

Description

I configured the file right and all other end points are working fine. But `eos.getActions("account_name",-1,1).then((result)=> console.log(result));` is returning ` { actions: [], last_irreversible_block: 23070550 }` But if I use cleos command it working fine : like this
`cleos --url https://junglehistory.cryptolions.io:443 get actions account_name -1 -1 -j` . I don't know what I am doing wrong here?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.