2022-06-15 07:12:35 +00:00
|
|
|
/*
|
2022-12-29 10:46:18 +00:00
|
|
|
Package subnet collects functionality related to the FrostFS subnets.
|
2022-06-15 07:12:35 +00:00
|
|
|
|
2022-12-29 10:46:18 +00:00
|
|
|
Subnet of a particular FrostFS network consists of a subset of the storage nodes
|
2022-06-15 07:12:35 +00:00
|
|
|
of that network. Subnet of the whole network is called zero. Info type acts as
|
|
|
|
a subnet descriptor. Each subnet is owned by the user who created it. Information
|
2022-12-29 10:46:18 +00:00
|
|
|
about all subnets is stored in the Subnet contract of the FrostFS Sidechain.
|
2022-06-15 07:12:35 +00:00
|
|
|
*/
|
|
|
|
package subnet
|