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

    Class StorageItem

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

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    key: BytesBlob & pvm.WithOpaque<"storage key">
    value: BytesBlob
    Codec: Descriptor<
        StorageItem,
        ViewOf<
            StorageItem,
            {
                key: Descriptor<BytesBlob & pvm.WithOpaque<"storage key">, BytesBlob>;
                value: Descriptor<BytesBlob, BytesBlob>;
            },
        >,
    > = ...

    Methods