pub type WorkPackage = GenericWorkPackage<ExtrinsicSpec>;Expand description
A work-package, a collection of work-items together with authorization and contextual information. This is processed in-core with Is-Authorized and Refine logic to produce a work-report.
This is a concrete version of the work-item, which only commits to extrinsic data but does not supply it.
Aliased Typeยง
struct WorkPackage { /* private fields */ }