Queries

crowdloans

All crowdloans on chain (id and summary fields).

View as Markdown

Category: Leases & crowdloans

Parameters

This read takes no parameters.

CLI

btcli query crowdloans --json

Python

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")