eos-sharp icon indicating copy to clipboard operation
eos-sharp copied to clipboard

get Actions Count

Open varshadqz opened this issue 5 years ago • 1 comments

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

varshadqz avatar Oct 12 '20 12:10 varshadqz

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.

varshadqz avatar Mar 31 '21 03:03 varshadqz