eos-sharp
eos-sharp copied to clipboard
get Actions Count
How to get the total count of Actions. I am doing this,
var r = getEos();
var resultaction = await r.GetActions("groupaccount", 0, 1000);
Instead of 1000, I want to give the maximum count. I need to display all actions. Please help
Anybody can please give this answer? If I give the range more than (0,200) it's throwing an exception if the action count is big.