Skip to main content

Class: PatchDebugData

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

Implements

Constructors

new PatchDebugData()

new PatchDebugData(p?): PatchDebugData

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

Parameters

p?

IPatchDebugData

Returns

PatchDebugData

Properties

collectionName?

optional collectionName: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.collectionName


currentLthash?

optional currentLthash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.currentLthash


firstFourBytesFromAHashOfSnapshotMacKey?

optional firstFourBytesFromAHashOfSnapshotMacKey: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.firstFourBytesFromAHashOfSnapshotMacKey


isSenderPrimary?

optional isSenderPrimary: null | boolean

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

Implementation of

IPatchDebugData.isSenderPrimary


newLthash?

optional newLthash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.newLthash


newLthashSubtract?

optional newLthashSubtract: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.newLthashSubtract


numberAdd?

optional numberAdd: null | number

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

Implementation of

IPatchDebugData.numberAdd


numberOverride?

optional numberOverride: null | number

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

Implementation of

IPatchDebugData.numberOverride


numberRemove?

optional numberRemove: null | number

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

Implementation of

IPatchDebugData.numberRemove


patchVersion?

optional patchVersion: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IPatchDebugData.patchVersion


senderPlatform?

optional senderPlatform: null | Platform

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

Implementation of

IPatchDebugData.senderPlatform

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): PatchDebugData

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

Parameters

properties?

IPatchDebugData

Returns

PatchDebugData


decode()

static decode(r, l?): PatchDebugData

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PatchDebugData


encode()

static encode(m, w?): Writer

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

Parameters

m

IPatchDebugData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PatchDebugData

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

Parameters

d

Returns

PatchDebugData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

PatchDebugData

o?

IConversionOptions

Returns

object