Queries
crowdloans
All crowdloans on chain (id and summary fields).
Category: Leases & crowdloans
Parameters
This read takes no parameters.
CLI
btcli query crowdloans --jsonPython
Typed namespace method (autocomplete, signature help):
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.leasing.crowdloans()Or dispatch by name, as an agent would:
result = await client.read("crowdloans")