pub type SessionExecutorParams<T: Config> = StorageMap<_GeneratedPrefixForStorageSessionExecutorParams<T>, Identity, SessionIndex, ExecutorParams>;Expand description
Executor parameter set for a given session index
Storage type is [StorageMap] with key type SessionIndex and value type ExecutorParams.
Aliased Type§
pub struct SessionExecutorParams<T: Config>(/* private fields */);