Type Alias polkadot_runtime_parachains::paras::pallet::ActionsQueue

source ·
pub type ActionsQueue<T: Config> = StorageMap<_GeneratedPrefixForStorageActionsQueue<T>, Twox64Concat, SessionIndex, Vec<Id>, ValueQuery>;
Expand description

The actions to perform during the start of a specific session index.

Storage type is [StorageMap] with key type SessionIndex and value type Vec < ParaId >.

Aliased Type§

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