| title | delegates |
|---|---|
| description | Every delegate hotkey on the network, with take and registrations. |
{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}
Category: Delegation
This read takes no parameters.
btcli query delegates --jsonNamespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.delegation.delegates()Or dispatch by name, as an agent would:
result = sub.read("delegates")Async is the same surface awaited: async with bt.Subtensor() as client:.
- Runtime API
DelegateInfoRuntimeApi.get_delegates
Every file is browsable under /code exactly as built into the runtime.