pub type TaskOutput<T: Config> = StorageMap<_GeneratedPrefixForStorageTaskOutput<T>, Blake2_128Concat, TaskId, Result<(), ErrorMsg>, OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type TaskId
and value type Result < (), ErrorMsg >
.
Aliased Typeยง
struct TaskOutput<T: Config>(/* private fields */);