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
For public dashboard we need a number of registered containers in the network. To do that we can invoke container.List() with empty byte array and get list of all relevant container IDs. However, stack is limited and at one point we will get an error.
The better solution is to provide method to return int number of registered containers.
/cc @fyrchik
The text was updated successfully, but these errors were encountered:
For public dashboard we need a number of registered containers in the network. To do that we can invoke
container.List()
with empty byte array and get list of all relevant container IDs. However, stack is limited and at one point we will get an error.The better solution is to provide method to return
int
number of registered containers./cc @fyrchik
The text was updated successfully, but these errors were encountered: