Skip to main content

Class: PatchDebugData

Defined in: WAProto/index.d.ts:8646

Implements

Constructors

new PatchDebugData()

new PatchDebugData(p?): PatchDebugData

Defined in: WAProto/index.d.ts:8647

Parameters

p?

IPatchDebugData

Returns

PatchDebugData

Properties

collectionName?

optional collectionName: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8651

Implementation of

IPatchDebugData.collectionName


currentLthash?

optional currentLthash: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8648

Implementation of

IPatchDebugData.currentLthash


firstFourBytesFromAHashOfSnapshotMacKey?

optional firstFourBytesFromAHashOfSnapshotMacKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8652

Implementation of

IPatchDebugData.firstFourBytesFromAHashOfSnapshotMacKey


isSenderPrimary?

optional isSenderPrimary: null | boolean

Defined in: WAProto/index.d.ts:8658

Implementation of

IPatchDebugData.isSenderPrimary


newLthash?

optional newLthash: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8649

Implementation of

IPatchDebugData.newLthash


newLthashSubtract?

optional newLthashSubtract: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8653

Implementation of

IPatchDebugData.newLthashSubtract


numberAdd?

optional numberAdd: null | number

Defined in: WAProto/index.d.ts:8654

Implementation of

IPatchDebugData.numberAdd


numberOverride?

optional numberOverride: null | number

Defined in: WAProto/index.d.ts:8656

Implementation of

IPatchDebugData.numberOverride


numberRemove?

optional numberRemove: null | number

Defined in: WAProto/index.d.ts:8655

Implementation of

IPatchDebugData.numberRemove


patchVersion?

optional patchVersion: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:8650

Implementation of

IPatchDebugData.patchVersion


senderPlatform?

optional senderPlatform: null | Platform

Defined in: WAProto/index.d.ts:8657

Implementation of

IPatchDebugData.senderPlatform

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:8664

Returns

object


create()

static create(properties?): PatchDebugData

Defined in: WAProto/index.d.ts:8659

Parameters

properties?

IPatchDebugData

Returns

PatchDebugData


decode()

static decode(r, l?): PatchDebugData

Defined in: WAProto/index.d.ts:8661

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PatchDebugData


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:8660

Parameters

m

IPatchDebugData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PatchDebugData

Defined in: WAProto/index.d.ts:8662

Parameters

d

Returns

PatchDebugData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:8665

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:8663

Parameters

m

PatchDebugData

o?

IConversionOptions

Returns

object