pub type Waitlist<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageWaitlist<T>, Identity, ProgramId, Identity, MessageId, (StoredDispatch, Interval<BlockNumberFor<T>>)>;
Expand description

Storage type is [StorageDoubleMap] with key1 type ProgramId, key2 type MessageId and value type (StoredDispatch, Interval < BlockNumberFor < T > >).

Aliased Type§

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