pub type DispatchStash<T: Config> = StorageMap<_GeneratedPrefixForStorageDispatchStash<T>, Identity, MessageId, (StoredDelayedDispatch, Interval<BlockNumberFor<T>>)>;
Expand description

Storage type is [StorageMap] with key type MessageId and value type (StoredDelayedDispatch, Interval < BlockNumberFor < T > >).

Aliased Type§

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