Expand description
Information about IC subnets.
Fetch subnet information via Agent::fetch_subnet_by_id or
Agent::get_subnet_by_canister.
Structs§
- Canister
Ranges Iter - Iterator over the canister ID ranges assigned to a subnet.
- Subnet
- Information about a subnet, including its public key, member nodes, and assigned canister ranges.
- Subnet
Keys Iter - Iterator over the node IDs and their corresponding public keys in a subnet.
- Subnet
Node Iter - Iterator over the node IDs in a subnet.
Enums§
- Subnet
Type - The type of an IC subnet, as reported in the state tree under
/subnet/<subnet_id>/type.