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