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?
Returns
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
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
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
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
patchVersion?
optional
patchVersion:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8650
Implementation of
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?
Returns
decode()
static
decode(r
,l
?):PatchDebugData
Defined in: WAProto/index.d.ts:8661
Parameters
r
Uint8Array
<ArrayBufferLike
> | Reader
l?
number
Returns
encode()
static
encode(m
,w
?):Writer
Defined in: WAProto/index.d.ts:8660
Parameters
m
w?
Writer
Returns
Writer
fromObject()
static
fromObject(d
):PatchDebugData
Defined in: WAProto/index.d.ts:8662
Parameters
d
Returns
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
o?
IConversionOptions
Returns
object