Queries
timestamp
Current chain time (from the Timestamp pallet) and the block it was read at.
Category: Chain
Parameters
This read takes no parameters.
CLI
btcli query timestamp --jsonPython
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.read("timestamp")