pallet_tasks::pallet

Type Alias MessageExecutedTaskId

Source
pub type MessageExecutedTaskId<T: Config> = StorageMap<_GeneratedPrefixForStorageMessageExecutedTaskId<T>, Blake2_128Concat, MessageId, TaskId, OptionQuery>;
Expand description

Storage type is [StorageMap] with key type MessageId and value type TaskId.

Aliased Typeยง

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