pub type Dispatches<T> = CountedStorageMap<_GeneratedPrefixForStorageDispatches<T>, Identity, MessageId, LinkedNode<MessageId, StoredDispatch>>;
Expand description

Storage type is [CountedStorageMap] with key type MessageId and value type LinkedNode < MessageId, StoredDispatch >.

Aliased Type§

struct Dispatches<T>(/* private fields */);