Queries
tx-rate-limit
Global transaction rate limit in blocks.
Category: Chain
Parameters
This read takes no parameters.
CLI
btcli query tx-rate-limit --jsonPython
Namespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.chain.tx_rate_limit()Or dispatch by name, as an agent would:
result = sub.read("tx_rate_limit")Async is the same surface awaited: async with bt.Subtensor() as client:.
On-chain implementation
- Storage
SubtensorModule.TxRateLimit
Every file is browsable under /code exactly as built into the runtime.