Queries
weights-rate-limit
Blocks a hotkey must wait between weight sets on a subnet.
Category: Hyperparameters
Parameters
| Parameter | Type | Description |
|---|---|---|
netuid | integer | Subnet to query. |
CLI
btcli query weights-rate-limit --netuid <integer> --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("weights_rate_limit", netuid=1)