Is it possible to make pagination for listblocks using laravel?

+2 votes
asked Dec 18, 2019 by anonymous

1 Answer

0 votes

Yes, it is easy to paginate the output of listblocks. Just pass parameters like this:

listblocks 0-99
listblocks 100-199
listblocks 200-299

etc...

answered Dec 19, 2019 by MultiChain
...