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.
Members
Storage Removed Plain v123 → v326 (removed)Current Triumvirate members.
Queried by: validatorsanalytics
The Big Picture
The small set with elevated authority.
Use Cases
- List executive members
From Chain Metadata
The current members of the collective. This is stored sorted (just by value).
Purpose & Usage
Purpose
Defines executive body membership.
Common Query Patterns
- Query all
Stored Value
Vec<AccountId> Vec
value (Vec<AccountId>)
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 Members storage (no keys - plain value)
const result = await api.query
[stringCamelCase("Triumvirate")]
[stringCamelCase("Members")]();
console.log("Members:", result.toHuman());Runtime Info
- Pallet
- Triumvirate
- Storage Kind
- Plain
- First Version
- v123
- Removed In
- v326