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
Typed namespace method (autocomplete, signature help):
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.chain.tx_rate_limit()Or dispatch by name, as an agent would:
result = await client.read("tx_rate_limit")