Typeberry by Fluffy Labs - v0.6.0
    Preparing search index...

    Type Alias WorkPackageFetchData

    Encoded work package data for fetch, shared between IsAuthorized and Refine fetchers.

    type WorkPackageFetchData = {
        packageView: WorkPackageView;
        workItemSummaries: SequenceView<WorkItemSummary, WorkItemSummaryView>;
    }
    Index

    Properties

    packageView: WorkPackageView

    Lazy view over the encoded work package.

    workItemSummaries: SequenceView<WorkItemSummary, WorkItemSummaryView>

    SequenceView over the concatenated S(w) summaries.