Registry / other / pallet-indices

pallet-indices

JSON →
library48.0.0rscratesunverified

A FRAME pallet for managing account indices in Substrate-based blockchains.

# Cargo.toml [dependencies] pallet-indices = "48.0.0"
INSTALL
IMPORT
SIG · PALLET-INDICES
P
pallet-indices
otherrustv48.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pallet
use pallet_indices::Pallet;

Demonstrates importing the indices pallet for use in a Substrate runtime.

use pallet_indices::Pallet; fn main() { // Pallet is typically used within a Substrate runtime configuration println!("Indices pallet ready"); }
Debug
Known issues
gotchaRequires specific Substrate runtime dependencies and configuration.
fix
Ensure you have the correct Substrate dependencies and implement the required traits.
affects: >=48.0.0
Upgrade
Version history
48.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pallet-indices — cargo add pallet-indices · libregistry