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

    Mapping between work package hash and root hash of it's exports.

    Used to construct a dictionary.

    Hierarchy (View Summary)

    Index

    Properties

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

    Exports root hash.

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

    Hash of the described work package.

    Codec: Descriptor<
        WorkPackageInfo,
        ViewOf<
            WorkPackageInfo,
            {
                segmentTreeRoot: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"ExportsRootHash">,
                    Bytes<32>,
                >;
                workPackageHash: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"WorkPackageHash">,
                    Bytes<32>,
                >;
            },
        >,
    > = ...

    Methods