This storage item was removed in v326
This storage item is no longer available in the current runtime. Existed from v123 to v326. Shown here for historical reference.
ProposalCount
Storage Removed Plain v123 → v326 (removed)Total Triumvirate proposals submitted.
Queried by: analytics
The Big Picture
Running count of executive proposals.
Use Cases
- Governance metrics
From Chain Metadata
Proposals so far.
Purpose & Usage
Purpose
Track proposal indexing.
Common Query Patterns
- Query for count
Stored Value
value (u32)
Code Examples
import { ApiPromise, WsProvider } from "@polkadot/api";
import { stringCamelCase } from "@polkadot/util";
const provider = new WsProvider("wss://entrypoint-finney.opentensor.ai:443");
const api = await ApiPromise.create({ provider });
// Query ProposalCount storage (no keys - plain value)
const result = await api.query
[stringCamelCase("Triumvirate")]
[stringCamelCase("ProposalCount")]();
console.log("ProposalCount:", result.toHuman());Runtime Info
- Pallet
- Triumvirate
- Storage Kind
- Plain
- First Version
- v123
- Removed In
- v326