KvDelta
KvDelta:
object
A single Delta containing the key, the previous value and the current value for a single round.
Type declaration
key?
optionalkey:string
The key, base64 encoded.
value?
optionalvalue:string
The new value of the KV store entry, base64 encoded.
Defined in
types.gen.ts:661