return null actions while using getActions.
Open
- 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.