frostfs-contract/container
Evgenii Stratonikov f1f2101dc6 [#242] container: allow to fetch total amount of countainers
There are 2 approaches:
1. Use `storage.Find` to enumerate all containers.
2. Store a counter by a separate key.

Here we implemented 1, because this method is readonly (thus GAS cost it
not a problem) and simpler to implement.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-05-24 13:31:18 +03:00
..
config.yml [#242] container: allow to fetch total amount of countainers 2022-05-24 13:31:18 +03:00
container_contract.go [#242] container: allow to fetch total amount of countainers 2022-05-24 13:31:18 +03:00
doc.go [#240] English Check 2022-04-26 23:22:06 +03:00