nspcc-dev / neofs-api

NeoFS API documentation and proto files declaration
Apache License 2.0
11 stars 15 forks source link

Provide method to list all containers in the network #260

Open cthulhu-rider opened 1 year ago

cthulhu-rider commented 1 year ago

Container contract provides API to list all containers in the network https://pkg.go.dev/github.com/nspcc-dev/neofs-contract@v0.17.0/container#ContainersOf

can such a service be provided in the NeoFS protocol? The information is public anyway, it'd be convenient to request it via native transport. Information may be useful for analytics like monitoring systems