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

    KeyValue ::= SEQUENCE { key TrieKey, value OCTET STRING }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    value: BytesBlob
    Codec: Descriptor<
        KeyValue,
        ViewOf<
            KeyValue,
            {
                key: Descriptor<Bytes<31>, Bytes<31>>;
                value: Descriptor<BytesBlob, BytesBlob>;
            },
        >,
    > = ...

    Methods