GetScatter / eos-sharp

C# client library for EOS blockchains
MIT License
75 stars 48 forks source link

get Actions Count #50

Open varshadqz opened 3 years ago

varshadqz commented 3 years ago

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 commented 3 years ago

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.