pallet_tasks::pallet

Type Alias TaskShard

Source
pub type TaskShard<T: Config> = StorageMap<_GeneratedPrefixForStorageTaskShard<T>, Blake2_128Concat, TaskId, ShardId, OptionQuery>;
Expand description

Map storage for task shard by task ID.

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

Aliased Typeยง

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