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

    A report of execution of some work package.

    https://graypaper.fluffylabs.dev/#/cc517d7/131c01132401?v=0.6.5

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    authorizationGasUsed: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
        "ServiceGas[u64]",
    >

    g: Gas used during authorization.

    authorizationOutput: BytesBlob

    o: Authorization output.

    authorizerHash: OpaqueHash & pvm.WithOpaque<"AuthorizerHash">

    a: Hash of the authorizer.

    context: RefineContext

    x: Refinement context.

    coreIndex: number & WithBytesRepresentation<2> & pvm.WithOpaque<
        "CoreIndex[u16]",
    >

    c: Core index on which the work is done.

    r: The results of evaluation of each of the items in the work package.

    segmentRootLookup: readonly WorkPackageInfo[]

    l: Segment-root lookup In GP segment-root lookup is a dictionary but dictionary and var-len sequence are equal from codec perspective https://graypaper.fluffylabs.dev/#/579bd12/13ab0013ad00

    workPackageSpec: WorkPackageSpec

    s: Work package specification.

    Methods