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

Implements

Constructors

  • Creates a new KvDelta object.

    Parameters

    • __namedParameters: {
          key?: string | Uint8Array;
          value?: string | Uint8Array;
      }
      • Optional key?: string | Uint8Array
      • Optional value?: string | Uint8Array

    Returns KvDelta

Properties

key?: Uint8Array

The key, base64 encoded.

value?: Uint8Array

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

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc