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

    Definition of data segment that was exported by some work package earlier and now is being imported by another work-item.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    index: number & WithBytesRepresentation<2> & pvm.WithOpaque<
        "Segment Index [U16]",
    >

    Index of the prior exported segment.

    treeRoot: OpaqueHash

    ??: TODO [ToDr] GP seems to mention a identity of a work-package: https://graypaper.fluffylabs.dev/#/579bd12/199300199300

    Codec: Descriptor<
        ImportSpec,
        ViewOf<
            ImportSpec,
            {
                index: Descriptor<
                    number & WithBytesRepresentation<2> & pvm.WithOpaque<
                        "Segment Index [U16]",
                    >,
                    Bytes<2>,
                >;
                treeRoot: Descriptor<Bytes<32>, Bytes<32>>;
            },
        >,
    > = ...

    Methods