Queries
is-fast-blocks
Whether the chain runs fast blocks (0.25s slots, local/e2e testing mode).
Category: Chain
Parameters
This read takes no parameters.
CLI
btcli query is-fast-blocks --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("is_fast_blocks")