Queries
block-time
Seconds per block, detected from the chain (12.0 mainnet, 0.25 fast-blocks).
Category: Chain
Parameters
This read takes no parameters.
CLI
btcli query block-time --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("block_time")