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

    Class PreimageItem

    A class that adds toString method that prints all properties of an object.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    blob: BytesBlob
    hash: Blake2bHash & pvm.WithOpaque<"PreimageHash">
    Codec: Descriptor<
        PreimageItem,
        ViewOf<
            PreimageItem,
            {
                blob: Descriptor<BytesBlob, BytesBlob>;
                hash: Descriptor<Bytes<32> & pvm.WithOpaque<"PreimageHash">, Bytes<32>>;
            },
        >,
    > = ...

    Methods