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

    Variable accumulationQueueCodecConst

    accumulationQueueCodec: Descriptor<
        readonly (readonly NotYetAccumulatedReport[])[] & pvm.WithOpaque<
            "EpochLength",
        >,
        SequenceView<
            readonly NotYetAccumulatedReport[],
            SequenceView<
                NotYetAccumulatedReport,
                ViewOf<
                    NotYetAccumulatedReport,
                    {
                        dependencies: Descriptor<
                            readonly (Bytes<32> & pvm.WithOpaque<"WorkPackageHash">)[] & pvm.WithOpaque<
                                "[0..8)",
                            >,
                            SequenceView<Bytes<32> & pvm.WithOpaque<"WorkPackageHash">, Bytes<32>>,
                        >;
                        report: Descriptor<
                            WorkReportNoCodec,
                            ViewOf<
                                WorkReportNoCodec,
                                {
                                    authorizationGasUsed: Descriptor<
                                        bigint & WithBytesRepresentation<(...)> & pvm.WithOpaque<(...)>,
                                        U64,
                                    >;
                                    authorizationOutput: Descriptor<BytesBlob, BytesBlob>;
                                    authorizerHash: Descriptor<
                                        Bytes<(...)> & pvm.WithOpaque<(...)>,
                                        Bytes<32>,
                                    >;
                                    context: Descriptor<
                                        RefineContext,
                                        ViewOf<
                                            RefineContext,
                                            {
                                                anchor: ...;
                                                beefyRoot: ...;
                                                lookupAnchor: ...;
                                                lookupAnchorSlot: ...;
                                                prerequisites: ...;
                                                stateRoot: ...;
                                            },
                                        >,
                                    >;
                                    coreIndex: Descriptor<
                                        number & WithBytesRepresentation<(...)> & pvm.WithOpaque<(...)>,
                                        U32,
                                    >;
                                    results: Descriptor<
                                        FixedSizeArray<WorkResult, U8>,
                                        SequenceView<WorkResult, ViewOf<(...), (...)>>,
                                    >;
                                    segmentRootLookup: Descriptor<
                                        readonly WorkPackageInfo[],
                                        SequenceView<WorkPackageInfo, ViewOf<(...), (...)>>,
                                    >;
                                    workPackageSpec: Descriptor<
                                        WorkPackageSpec,
                                        ViewOf<
                                            WorkPackageSpec,
                                            {
                                                erasureRoot: ...;
                                                exportsCount: ...;
                                                exportsRoot: ...;
                                                hash: ...;
                                                length: ...;
                                            },
                                        >,
                                    >;
                                },
                            >,
                        >;
                    },
                >,
            >,
        >,
    > = ...