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

    Details about the work package being reported on.

    https://graypaper.fluffylabs.dev/#/5f542d7/130e01130e01?v=0.6.2

    Hierarchy (View Summary)

    Index

    Properties

    erasureRoot: OpaqueHash

    u: The root hash of the erasure coding merkle tree of that work package.

    exportsCount: U16

    n: Number of segments exported by this work package.

    exportsRoot: OpaqueHash & pvm.WithOpaque<"ExportsRootHash">

    e: The root hash of all data segments exported by this work package.

    hash: OpaqueHash & pvm.WithOpaque<"WorkPackageHash">

    h: The hash of the work package.

    length: U32

    l: Auditable work-bundle length.

    Codec: Descriptor<
        WorkPackageSpec,
        ViewOf<
            WorkPackageSpec,
            {
                erasureRoot: Descriptor<Bytes<32>, Bytes<32>>;
                exportsCount: Descriptor<U16, Bytes<2>>;
                exportsRoot: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"ExportsRootHash">,
                    Bytes<32>,
                >;
                hash: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"WorkPackageHash">,
                    Bytes<32>,
                >;
                length: Descriptor<U32, Bytes<4>>;
            },
        >,
    > = ...

    Methods