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

    Five fields describing the level of activity which this workload imposed on the core in bringing the output datum to bear.

    https://graypaper.fluffylabs.dev/#/68eaa1f/141300141b00?v=0.6.4 https://graypaper.fluffylabs.dev/#/68eaa1f/1a50001a5000?v=0.6.4

    Hierarchy (View Summary)

    Index

    Properties

    exportedSegments: U32

    e: number of segments exported into

    extrinsicCount: U32

    x: number of extrinsics used in computing the workload

    extrinsicSize: U32

    z: size of extrinsics used in computing the workload

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

    u: actual amount of gas used during refinement

    importedSegments: U32

    i: number of segments imported from

    Codec: Descriptor<
        WorkRefineLoad,
        ViewOf<
            WorkRefineLoad,
            {
                exportedSegments: Descriptor<U32, U32>;
                extrinsicCount: Descriptor<U32, U32>;
                extrinsicSize: Descriptor<U32, U32>;
                gasUsed: Descriptor<
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >,
                    U64,
                >;
                importedSegments: Descriptor<U32, U32>;
            },
        >,
    > = ...

    Methods