Skip to content

KvDelta

KvDelta: object

A single Delta containing the key, the previous value and the current value for a single round.

Type declaration

key?

optional key: string

The key, base64 encoded.

value?

optional value: string

The new value of the KV store entry, base64 encoded.

Defined in

types.gen.ts:661