pub type PendingXtxTimeoutsMap<T> = StorageMap<_GeneratedPrefixForStoragePendingXtxTimeoutsMap<T>, Identity, XExecSignalId<T>, AdaptiveTimeout<BlockNumberFor<T>, [u8; 4]>, OptionQuery>;
Expand description

Current Circuit’s context of active Xtx used for the on_initialize clock to discover the ones pending for execution too long, that eventually need to be killed

Storage type is [StorageMap] with key type XExecSignalId < T > and value type AdaptiveTimeout < BlockNumberFor < T >, [u8 ; 4] >.