Type Alias KeyValueEncoded

KeyValueEncoded: [keyDecoded: unknown, value: unknown, keyEncoded: Uint8Array]

Key, value, and key CBOR-encoded with the current options. When used for sorting, ONLY the keyEncoded element is used. The value elements is retained so that the sorted version can be encoded later.