Queries
subnets
Info for every subnet, fetched in four batched map queries rather than
one-query-per-subnet. This is what listing should use.
Category: Subnets
Parameters
This read takes no parameters.
CLI
btcli query subnets --jsonPython
Namespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.subnets.subnets()Or dispatch by name, as an agent would:
result = sub.read("subnets")Async is the same surface awaited: async with bt.Subtensor() as client:.
On-chain implementation
- Storage
SubtensorModule.NetworksAdded - Storage
SubtensorModule.Tempo - Storage
SubtensorModule.Burn - Storage
SubtensorModule.SubnetworkN
Every file is browsable under /code exactly as built into the runtime.