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
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?
The text was updated successfully, but these errors were encountered:
I am facing the same problem, but its returning at least something when requesting get_actions on mainnet , but yes it is giving null if requested on testnet.
:)
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 thiscleos --url https://junglehistory.cryptolions.io:443 get actions account_name -1 -1 -j
. I don't know what I am doing wrong here?The text was updated successfully, but these errors were encountered: