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.
Proposals
Storage Removed Plain v123 → v326 (removed)List of active Triumvirate proposal hashes.
Queried by: validatorsanalytics
The Big Picture
Queue of proposals in the executive body.
Use Cases
- List executive proposals
From Chain Metadata
The hashes of the active proposals.
Purpose & Usage
Purpose
Track active executive proposals.
Common Query Patterns
- Query all to list proposals
Stored Value
value (BoundedVec)
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 Proposals storage (no keys - plain value)
const result = await api.query
[stringCamelCase("Triumvirate")]
[stringCamelCase("Proposals")]();
console.log("Proposals:", result.toHuman());Runtime Info
- Pallet
- Triumvirate
- Storage Kind
- Plain
- First Version
- v123
- Removed In
- v326