jam_types::types

Type Alias RefWorkPackage

Source
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: Authorization

Authorization token.

§auth_code_host: u32

Service identifier.

§authorizer: Authorizer

Authorizer.

§context: RefineContext

Refinement context.

§items: BoundedVec<GenericWorkItem<[u8]>, ConstU32<4>>

Sequence of work items.