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

    Class WorkItemExtrinsicSpec

    Introduced blob hashes and their lengths.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

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

    The pre-image to this hash should be passed to the guarantor alongisde the work-package.

    len: U32

    Length of the preimage identified by the hash above.

    Codec: Descriptor<
        WorkItemExtrinsicSpec,
        ViewOf<
            WorkItemExtrinsicSpec,
            {
                hash: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"ExtrinsicHash">,
                    Bytes<32>,
                >;
                len: Descriptor<U32, Bytes<4>>;
            },
        >,
    > = ...

    Methods