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

    Service index (requester) and the data (blob).

    https://graypaper.fluffylabs.dev/#/579bd12/181500181600

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    blob: BytesBlob

    The preimage data blob.

    requester: number & WithBytesRepresentation<4> & pvm.WithOpaque<
        "ServiceId[u32]",
    >

    The service which requested the preimage.

    Codec: Descriptor<
        Preimage,
        ViewOf<
            Preimage,
            {
                blob: Descriptor<BytesBlob, BytesBlob>;
                requester: Descriptor<
                    number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "ServiceId[u32]",
                    >,
                    Bytes<4>,
                >;
            },
        >,
    > = ...

    Methods