pub type ShardTasks<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageShardTasks<T>, Blake2_128Concat, ShardId, Blake2_128Concat, TaskId, (), OptionQuery>;
Expand description
Double map storage for tasks by shard.
Storage type is [StorageDoubleMap
] with key1 type ShardId, key2 type TaskId and value type ().
Aliased Typeยง
struct ShardTasks<T: Config>(/* private fields */);