pub type RefWorkPackage = GenericWorkPackage<[u8]>;Aliased Type§
struct RefWorkPackage {
pub authorization: Authorization,
pub auth_code_host: u32,
pub authorizer: Authorizer,
pub context: RefineContext,
pub items: BoundedVec<GenericWorkItem<[u8]>, ConstU32<4>>,
}Fields§
Authorization token.
auth_code_host: u32Service identifier.
Authorizer.
context: RefineContextRefinement context.
items: BoundedVec<GenericWorkItem<[u8]>, ConstU32<4>>Sequence of work items.