| title | crowdloan |
|---|---|
| description | A crowdloan's state (creator, deposit, raised, cap, end, target/call), or None. |
{/* GENERATED by scripts/generate.py from the SDK registries — do not edit. */}
Amounts are TAO; end is the block number at which contributions close.
Category: Leases & crowdloans
| Parameter | Type | Description |
|---|---|---|
crowdloan_id |
integer | Id of the crowdloan to look up. |
btcli query crowdloan --crowdloan-id <integer> --jsonNamespace method (autocomplete, signature help):
import bittensor as bt
sub = bt.Subtensor()
result = sub.leasing.crowdloan(crowdloan_id=1)Or dispatch by name, as an agent would:
result = sub.read("crowdloan", crowdloan_id=1)Async is the same surface awaited: async with bt.Subtensor() as client:.
- Storage
Crowdloan.Crowdloans
Every file is browsable under /code exactly as built into the runtime.