pub type WorkItem = GenericWorkItem<ExtrinsicSpec>;Expand description
A definition of work to be done by the Refinement logic of a service and transformed into a WorkOutput for its Accumulation logic.
This is a concrete version of the work-item, which only commits to extrinsic data but does not supply it.
Aliased Typeยง
struct WorkItem { /* private fields */ }