pub type RelayIndices<T: Config> = StorageValue<_GeneratedPrefixForStorageRelayIndices<T>, RelayChainIndices, ValueQuery>;
Expand description

Stores the indices of relay chain pallets

Storage type is [StorageValue] with value type RelayChainIndices.

Aliased Type§

struct RelayIndices<T: Config>(/* private fields */);