Type Definition pallet_circuit::pallet::DLQ

source ·
pub type DLQ<T> = StorageMap<_GeneratedPrefixForStorageDLQ<T>, Identity, XExecSignalId<T>, (BlockNumberFor<T>, Vec<TargetId>, SpeedMode), OptionQuery>;
Expand description

Storage type is [StorageMap] with key type XExecSignalId < T > and value type (BlockNumberFor < T >, Vec < TargetId >, SpeedMode).