@keepkey/device-protocol 7.9.1 → 7.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/messages-binance_pb.js +8 -53
- package/lib/messages-cosmos_pb.js +8 -53
- package/lib/messages-eos_pb.js +7 -1
- package/lib/messages-ethereum_pb.js +4421 -0
- package/lib/messages-nano_pb.js +8 -55
- package/lib/messages-osmosis_pb.js +7 -1
- package/lib/messages-ripple_pb.js +7 -1
- package/lib/messages-tendermint_pb.js +8 -53
- package/lib/messages-thorchain_pb.js +8 -53
- package/lib/messages_pb.js +3106 -6413
- package/lib/proto.json +374 -397
- package/lib/types_pb.js +8 -483
- package/package.json +3 -3
- package/lib/exchange_pb.d.ts +0 -170
- package/lib/exchange_pb.js +0 -1341
- package/lib/messages-binance_pb.d.ts +0 -434
- package/lib/messages-cosmos_pb.d.ts +0 -472
- package/lib/messages-eos_pb.d.ts +0 -1057
- package/lib/messages-nano_pb.d.ts +0 -214
- package/lib/messages-osmosis_pb.d.ts +0 -774
- package/lib/messages-ripple_pb.d.ts +0 -173
- package/lib/messages-tendermint_pb.d.ts +0 -532
- package/lib/messages-thorchain_pb.d.ts +0 -294
- package/lib/messages_pb.d.ts +0 -2748
- package/lib/types_pb.d.ts +0 -904
package/lib/messages-eos_pb.d.ts
DELETED
@@ -1,1057 +0,0 @@
|
|
1
|
-
// package:
|
2
|
-
// file: messages-eos.proto
|
3
|
-
|
4
|
-
import * as jspb from "google-protobuf";
|
5
|
-
|
6
|
-
export class EosGetPublicKey extends jspb.Message {
|
7
|
-
clearAddressNList(): void;
|
8
|
-
getAddressNList(): Array<number>;
|
9
|
-
setAddressNList(value: Array<number>): void;
|
10
|
-
addAddressN(value: number, index?: number): number;
|
11
|
-
|
12
|
-
hasShowDisplay(): boolean;
|
13
|
-
clearShowDisplay(): void;
|
14
|
-
getShowDisplay(): boolean | undefined;
|
15
|
-
setShowDisplay(value: boolean): void;
|
16
|
-
|
17
|
-
hasKind(): boolean;
|
18
|
-
clearKind(): void;
|
19
|
-
getKind(): EosPublicKeyKindMap[keyof EosPublicKeyKindMap] | undefined;
|
20
|
-
setKind(value: EosPublicKeyKindMap[keyof EosPublicKeyKindMap]): void;
|
21
|
-
|
22
|
-
serializeBinary(): Uint8Array;
|
23
|
-
toObject(includeInstance?: boolean): EosGetPublicKey.AsObject;
|
24
|
-
static toObject(includeInstance: boolean, msg: EosGetPublicKey): EosGetPublicKey.AsObject;
|
25
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
26
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
27
|
-
static serializeBinaryToWriter(message: EosGetPublicKey, writer: jspb.BinaryWriter): void;
|
28
|
-
static deserializeBinary(bytes: Uint8Array): EosGetPublicKey;
|
29
|
-
static deserializeBinaryFromReader(message: EosGetPublicKey, reader: jspb.BinaryReader): EosGetPublicKey;
|
30
|
-
}
|
31
|
-
|
32
|
-
export namespace EosGetPublicKey {
|
33
|
-
export type AsObject = {
|
34
|
-
addressNList: Array<number>,
|
35
|
-
showDisplay?: boolean,
|
36
|
-
kind?: EosPublicKeyKindMap[keyof EosPublicKeyKindMap],
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
export class EosPublicKey extends jspb.Message {
|
41
|
-
hasWifPublicKey(): boolean;
|
42
|
-
clearWifPublicKey(): void;
|
43
|
-
getWifPublicKey(): string | undefined;
|
44
|
-
setWifPublicKey(value: string): void;
|
45
|
-
|
46
|
-
hasRawPublicKey(): boolean;
|
47
|
-
clearRawPublicKey(): void;
|
48
|
-
getRawPublicKey(): Uint8Array | string;
|
49
|
-
getRawPublicKey_asU8(): Uint8Array;
|
50
|
-
getRawPublicKey_asB64(): string;
|
51
|
-
setRawPublicKey(value: Uint8Array | string): void;
|
52
|
-
|
53
|
-
serializeBinary(): Uint8Array;
|
54
|
-
toObject(includeInstance?: boolean): EosPublicKey.AsObject;
|
55
|
-
static toObject(includeInstance: boolean, msg: EosPublicKey): EosPublicKey.AsObject;
|
56
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
57
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
58
|
-
static serializeBinaryToWriter(message: EosPublicKey, writer: jspb.BinaryWriter): void;
|
59
|
-
static deserializeBinary(bytes: Uint8Array): EosPublicKey;
|
60
|
-
static deserializeBinaryFromReader(message: EosPublicKey, reader: jspb.BinaryReader): EosPublicKey;
|
61
|
-
}
|
62
|
-
|
63
|
-
export namespace EosPublicKey {
|
64
|
-
export type AsObject = {
|
65
|
-
wifPublicKey?: string,
|
66
|
-
rawPublicKey: Uint8Array | string,
|
67
|
-
}
|
68
|
-
}
|
69
|
-
|
70
|
-
export class EosSignTx extends jspb.Message {
|
71
|
-
clearAddressNList(): void;
|
72
|
-
getAddressNList(): Array<number>;
|
73
|
-
setAddressNList(value: Array<number>): void;
|
74
|
-
addAddressN(value: number, index?: number): number;
|
75
|
-
|
76
|
-
hasChainId(): boolean;
|
77
|
-
clearChainId(): void;
|
78
|
-
getChainId(): Uint8Array | string;
|
79
|
-
getChainId_asU8(): Uint8Array;
|
80
|
-
getChainId_asB64(): string;
|
81
|
-
setChainId(value: Uint8Array | string): void;
|
82
|
-
|
83
|
-
hasHeader(): boolean;
|
84
|
-
clearHeader(): void;
|
85
|
-
getHeader(): EosTxHeader | undefined;
|
86
|
-
setHeader(value?: EosTxHeader): void;
|
87
|
-
|
88
|
-
hasNumActions(): boolean;
|
89
|
-
clearNumActions(): void;
|
90
|
-
getNumActions(): number | undefined;
|
91
|
-
setNumActions(value: number): void;
|
92
|
-
|
93
|
-
serializeBinary(): Uint8Array;
|
94
|
-
toObject(includeInstance?: boolean): EosSignTx.AsObject;
|
95
|
-
static toObject(includeInstance: boolean, msg: EosSignTx): EosSignTx.AsObject;
|
96
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
97
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
98
|
-
static serializeBinaryToWriter(message: EosSignTx, writer: jspb.BinaryWriter): void;
|
99
|
-
static deserializeBinary(bytes: Uint8Array): EosSignTx;
|
100
|
-
static deserializeBinaryFromReader(message: EosSignTx, reader: jspb.BinaryReader): EosSignTx;
|
101
|
-
}
|
102
|
-
|
103
|
-
export namespace EosSignTx {
|
104
|
-
export type AsObject = {
|
105
|
-
addressNList: Array<number>,
|
106
|
-
chainId: Uint8Array | string,
|
107
|
-
header?: EosTxHeader.AsObject,
|
108
|
-
numActions?: number,
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
export class EosTxHeader extends jspb.Message {
|
113
|
-
hasExpiration(): boolean;
|
114
|
-
clearExpiration(): void;
|
115
|
-
getExpiration(): number | undefined;
|
116
|
-
setExpiration(value: number): void;
|
117
|
-
|
118
|
-
hasRefBlockNum(): boolean;
|
119
|
-
clearRefBlockNum(): void;
|
120
|
-
getRefBlockNum(): number | undefined;
|
121
|
-
setRefBlockNum(value: number): void;
|
122
|
-
|
123
|
-
hasRefBlockPrefix(): boolean;
|
124
|
-
clearRefBlockPrefix(): void;
|
125
|
-
getRefBlockPrefix(): number | undefined;
|
126
|
-
setRefBlockPrefix(value: number): void;
|
127
|
-
|
128
|
-
hasMaxNetUsageWords(): boolean;
|
129
|
-
clearMaxNetUsageWords(): void;
|
130
|
-
getMaxNetUsageWords(): number | undefined;
|
131
|
-
setMaxNetUsageWords(value: number): void;
|
132
|
-
|
133
|
-
hasMaxCpuUsageMs(): boolean;
|
134
|
-
clearMaxCpuUsageMs(): void;
|
135
|
-
getMaxCpuUsageMs(): number | undefined;
|
136
|
-
setMaxCpuUsageMs(value: number): void;
|
137
|
-
|
138
|
-
hasDelaySec(): boolean;
|
139
|
-
clearDelaySec(): void;
|
140
|
-
getDelaySec(): number | undefined;
|
141
|
-
setDelaySec(value: number): void;
|
142
|
-
|
143
|
-
serializeBinary(): Uint8Array;
|
144
|
-
toObject(includeInstance?: boolean): EosTxHeader.AsObject;
|
145
|
-
static toObject(includeInstance: boolean, msg: EosTxHeader): EosTxHeader.AsObject;
|
146
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
147
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
148
|
-
static serializeBinaryToWriter(message: EosTxHeader, writer: jspb.BinaryWriter): void;
|
149
|
-
static deserializeBinary(bytes: Uint8Array): EosTxHeader;
|
150
|
-
static deserializeBinaryFromReader(message: EosTxHeader, reader: jspb.BinaryReader): EosTxHeader;
|
151
|
-
}
|
152
|
-
|
153
|
-
export namespace EosTxHeader {
|
154
|
-
export type AsObject = {
|
155
|
-
expiration?: number,
|
156
|
-
refBlockNum?: number,
|
157
|
-
refBlockPrefix?: number,
|
158
|
-
maxNetUsageWords?: number,
|
159
|
-
maxCpuUsageMs?: number,
|
160
|
-
delaySec?: number,
|
161
|
-
}
|
162
|
-
}
|
163
|
-
|
164
|
-
export class EosTxActionRequest extends jspb.Message {
|
165
|
-
serializeBinary(): Uint8Array;
|
166
|
-
toObject(includeInstance?: boolean): EosTxActionRequest.AsObject;
|
167
|
-
static toObject(includeInstance: boolean, msg: EosTxActionRequest): EosTxActionRequest.AsObject;
|
168
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
169
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
170
|
-
static serializeBinaryToWriter(message: EosTxActionRequest, writer: jspb.BinaryWriter): void;
|
171
|
-
static deserializeBinary(bytes: Uint8Array): EosTxActionRequest;
|
172
|
-
static deserializeBinaryFromReader(message: EosTxActionRequest, reader: jspb.BinaryReader): EosTxActionRequest;
|
173
|
-
}
|
174
|
-
|
175
|
-
export namespace EosTxActionRequest {
|
176
|
-
export type AsObject = {
|
177
|
-
}
|
178
|
-
}
|
179
|
-
|
180
|
-
export class EosTxActionAck extends jspb.Message {
|
181
|
-
hasCommon(): boolean;
|
182
|
-
clearCommon(): void;
|
183
|
-
getCommon(): EosActionCommon | undefined;
|
184
|
-
setCommon(value?: EosActionCommon): void;
|
185
|
-
|
186
|
-
hasTransfer(): boolean;
|
187
|
-
clearTransfer(): void;
|
188
|
-
getTransfer(): EosActionTransfer | undefined;
|
189
|
-
setTransfer(value?: EosActionTransfer): void;
|
190
|
-
|
191
|
-
hasDelegate(): boolean;
|
192
|
-
clearDelegate(): void;
|
193
|
-
getDelegate(): EosActionDelegate | undefined;
|
194
|
-
setDelegate(value?: EosActionDelegate): void;
|
195
|
-
|
196
|
-
hasUndelegate(): boolean;
|
197
|
-
clearUndelegate(): void;
|
198
|
-
getUndelegate(): EosActionUndelegate | undefined;
|
199
|
-
setUndelegate(value?: EosActionUndelegate): void;
|
200
|
-
|
201
|
-
hasRefund(): boolean;
|
202
|
-
clearRefund(): void;
|
203
|
-
getRefund(): EosActionRefund | undefined;
|
204
|
-
setRefund(value?: EosActionRefund): void;
|
205
|
-
|
206
|
-
hasBuyRam(): boolean;
|
207
|
-
clearBuyRam(): void;
|
208
|
-
getBuyRam(): EosActionBuyRam | undefined;
|
209
|
-
setBuyRam(value?: EosActionBuyRam): void;
|
210
|
-
|
211
|
-
hasBuyRamBytes(): boolean;
|
212
|
-
clearBuyRamBytes(): void;
|
213
|
-
getBuyRamBytes(): EosActionBuyRamBytes | undefined;
|
214
|
-
setBuyRamBytes(value?: EosActionBuyRamBytes): void;
|
215
|
-
|
216
|
-
hasSellRam(): boolean;
|
217
|
-
clearSellRam(): void;
|
218
|
-
getSellRam(): EosActionSellRam | undefined;
|
219
|
-
setSellRam(value?: EosActionSellRam): void;
|
220
|
-
|
221
|
-
hasVoteProducer(): boolean;
|
222
|
-
clearVoteProducer(): void;
|
223
|
-
getVoteProducer(): EosActionVoteProducer | undefined;
|
224
|
-
setVoteProducer(value?: EosActionVoteProducer): void;
|
225
|
-
|
226
|
-
hasUpdateAuth(): boolean;
|
227
|
-
clearUpdateAuth(): void;
|
228
|
-
getUpdateAuth(): EosActionUpdateAuth | undefined;
|
229
|
-
setUpdateAuth(value?: EosActionUpdateAuth): void;
|
230
|
-
|
231
|
-
hasDeleteAuth(): boolean;
|
232
|
-
clearDeleteAuth(): void;
|
233
|
-
getDeleteAuth(): EosActionDeleteAuth | undefined;
|
234
|
-
setDeleteAuth(value?: EosActionDeleteAuth): void;
|
235
|
-
|
236
|
-
hasLinkAuth(): boolean;
|
237
|
-
clearLinkAuth(): void;
|
238
|
-
getLinkAuth(): EosActionLinkAuth | undefined;
|
239
|
-
setLinkAuth(value?: EosActionLinkAuth): void;
|
240
|
-
|
241
|
-
hasUnlinkAuth(): boolean;
|
242
|
-
clearUnlinkAuth(): void;
|
243
|
-
getUnlinkAuth(): EosActionUnlinkAuth | undefined;
|
244
|
-
setUnlinkAuth(value?: EosActionUnlinkAuth): void;
|
245
|
-
|
246
|
-
hasNewAccount(): boolean;
|
247
|
-
clearNewAccount(): void;
|
248
|
-
getNewAccount(): EosActionNewAccount | undefined;
|
249
|
-
setNewAccount(value?: EosActionNewAccount): void;
|
250
|
-
|
251
|
-
hasUnknown(): boolean;
|
252
|
-
clearUnknown(): void;
|
253
|
-
getUnknown(): EosActionUnknown | undefined;
|
254
|
-
setUnknown(value?: EosActionUnknown): void;
|
255
|
-
|
256
|
-
serializeBinary(): Uint8Array;
|
257
|
-
toObject(includeInstance?: boolean): EosTxActionAck.AsObject;
|
258
|
-
static toObject(includeInstance: boolean, msg: EosTxActionAck): EosTxActionAck.AsObject;
|
259
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
260
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
261
|
-
static serializeBinaryToWriter(message: EosTxActionAck, writer: jspb.BinaryWriter): void;
|
262
|
-
static deserializeBinary(bytes: Uint8Array): EosTxActionAck;
|
263
|
-
static deserializeBinaryFromReader(message: EosTxActionAck, reader: jspb.BinaryReader): EosTxActionAck;
|
264
|
-
}
|
265
|
-
|
266
|
-
export namespace EosTxActionAck {
|
267
|
-
export type AsObject = {
|
268
|
-
common?: EosActionCommon.AsObject,
|
269
|
-
transfer?: EosActionTransfer.AsObject,
|
270
|
-
delegate?: EosActionDelegate.AsObject,
|
271
|
-
undelegate?: EosActionUndelegate.AsObject,
|
272
|
-
refund?: EosActionRefund.AsObject,
|
273
|
-
buyRam?: EosActionBuyRam.AsObject,
|
274
|
-
buyRamBytes?: EosActionBuyRamBytes.AsObject,
|
275
|
-
sellRam?: EosActionSellRam.AsObject,
|
276
|
-
voteProducer?: EosActionVoteProducer.AsObject,
|
277
|
-
updateAuth?: EosActionUpdateAuth.AsObject,
|
278
|
-
deleteAuth?: EosActionDeleteAuth.AsObject,
|
279
|
-
linkAuth?: EosActionLinkAuth.AsObject,
|
280
|
-
unlinkAuth?: EosActionUnlinkAuth.AsObject,
|
281
|
-
newAccount?: EosActionNewAccount.AsObject,
|
282
|
-
unknown?: EosActionUnknown.AsObject,
|
283
|
-
}
|
284
|
-
}
|
285
|
-
|
286
|
-
export class EosAsset extends jspb.Message {
|
287
|
-
hasAmount(): boolean;
|
288
|
-
clearAmount(): void;
|
289
|
-
getAmount(): string | undefined;
|
290
|
-
setAmount(value: string): void;
|
291
|
-
|
292
|
-
hasSymbol(): boolean;
|
293
|
-
clearSymbol(): void;
|
294
|
-
getSymbol(): string | undefined;
|
295
|
-
setSymbol(value: string): void;
|
296
|
-
|
297
|
-
serializeBinary(): Uint8Array;
|
298
|
-
toObject(includeInstance?: boolean): EosAsset.AsObject;
|
299
|
-
static toObject(includeInstance: boolean, msg: EosAsset): EosAsset.AsObject;
|
300
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
301
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
302
|
-
static serializeBinaryToWriter(message: EosAsset, writer: jspb.BinaryWriter): void;
|
303
|
-
static deserializeBinary(bytes: Uint8Array): EosAsset;
|
304
|
-
static deserializeBinaryFromReader(message: EosAsset, reader: jspb.BinaryReader): EosAsset;
|
305
|
-
}
|
306
|
-
|
307
|
-
export namespace EosAsset {
|
308
|
-
export type AsObject = {
|
309
|
-
amount?: string,
|
310
|
-
symbol?: string,
|
311
|
-
}
|
312
|
-
}
|
313
|
-
|
314
|
-
export class EosPermissionLevel extends jspb.Message {
|
315
|
-
hasActor(): boolean;
|
316
|
-
clearActor(): void;
|
317
|
-
getActor(): string | undefined;
|
318
|
-
setActor(value: string): void;
|
319
|
-
|
320
|
-
hasPermission(): boolean;
|
321
|
-
clearPermission(): void;
|
322
|
-
getPermission(): string | undefined;
|
323
|
-
setPermission(value: string): void;
|
324
|
-
|
325
|
-
serializeBinary(): Uint8Array;
|
326
|
-
toObject(includeInstance?: boolean): EosPermissionLevel.AsObject;
|
327
|
-
static toObject(includeInstance: boolean, msg: EosPermissionLevel): EosPermissionLevel.AsObject;
|
328
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
329
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
330
|
-
static serializeBinaryToWriter(message: EosPermissionLevel, writer: jspb.BinaryWriter): void;
|
331
|
-
static deserializeBinary(bytes: Uint8Array): EosPermissionLevel;
|
332
|
-
static deserializeBinaryFromReader(message: EosPermissionLevel, reader: jspb.BinaryReader): EosPermissionLevel;
|
333
|
-
}
|
334
|
-
|
335
|
-
export namespace EosPermissionLevel {
|
336
|
-
export type AsObject = {
|
337
|
-
actor?: string,
|
338
|
-
permission?: string,
|
339
|
-
}
|
340
|
-
}
|
341
|
-
|
342
|
-
export class EosAuthorizationKey extends jspb.Message {
|
343
|
-
hasType(): boolean;
|
344
|
-
clearType(): void;
|
345
|
-
getType(): number | undefined;
|
346
|
-
setType(value: number): void;
|
347
|
-
|
348
|
-
hasKey(): boolean;
|
349
|
-
clearKey(): void;
|
350
|
-
getKey(): Uint8Array | string;
|
351
|
-
getKey_asU8(): Uint8Array;
|
352
|
-
getKey_asB64(): string;
|
353
|
-
setKey(value: Uint8Array | string): void;
|
354
|
-
|
355
|
-
hasWeight(): boolean;
|
356
|
-
clearWeight(): void;
|
357
|
-
getWeight(): number | undefined;
|
358
|
-
setWeight(value: number): void;
|
359
|
-
|
360
|
-
clearAddressNList(): void;
|
361
|
-
getAddressNList(): Array<number>;
|
362
|
-
setAddressNList(value: Array<number>): void;
|
363
|
-
addAddressN(value: number, index?: number): number;
|
364
|
-
|
365
|
-
serializeBinary(): Uint8Array;
|
366
|
-
toObject(includeInstance?: boolean): EosAuthorizationKey.AsObject;
|
367
|
-
static toObject(includeInstance: boolean, msg: EosAuthorizationKey): EosAuthorizationKey.AsObject;
|
368
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
369
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
370
|
-
static serializeBinaryToWriter(message: EosAuthorizationKey, writer: jspb.BinaryWriter): void;
|
371
|
-
static deserializeBinary(bytes: Uint8Array): EosAuthorizationKey;
|
372
|
-
static deserializeBinaryFromReader(message: EosAuthorizationKey, reader: jspb.BinaryReader): EosAuthorizationKey;
|
373
|
-
}
|
374
|
-
|
375
|
-
export namespace EosAuthorizationKey {
|
376
|
-
export type AsObject = {
|
377
|
-
type?: number,
|
378
|
-
key: Uint8Array | string,
|
379
|
-
weight?: number,
|
380
|
-
addressNList: Array<number>,
|
381
|
-
}
|
382
|
-
}
|
383
|
-
|
384
|
-
export class EosAuthorizationAccount extends jspb.Message {
|
385
|
-
hasAccount(): boolean;
|
386
|
-
clearAccount(): void;
|
387
|
-
getAccount(): EosPermissionLevel | undefined;
|
388
|
-
setAccount(value?: EosPermissionLevel): void;
|
389
|
-
|
390
|
-
hasWeight(): boolean;
|
391
|
-
clearWeight(): void;
|
392
|
-
getWeight(): number | undefined;
|
393
|
-
setWeight(value: number): void;
|
394
|
-
|
395
|
-
serializeBinary(): Uint8Array;
|
396
|
-
toObject(includeInstance?: boolean): EosAuthorizationAccount.AsObject;
|
397
|
-
static toObject(includeInstance: boolean, msg: EosAuthorizationAccount): EosAuthorizationAccount.AsObject;
|
398
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
399
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
400
|
-
static serializeBinaryToWriter(message: EosAuthorizationAccount, writer: jspb.BinaryWriter): void;
|
401
|
-
static deserializeBinary(bytes: Uint8Array): EosAuthorizationAccount;
|
402
|
-
static deserializeBinaryFromReader(message: EosAuthorizationAccount, reader: jspb.BinaryReader): EosAuthorizationAccount;
|
403
|
-
}
|
404
|
-
|
405
|
-
export namespace EosAuthorizationAccount {
|
406
|
-
export type AsObject = {
|
407
|
-
account?: EosPermissionLevel.AsObject,
|
408
|
-
weight?: number,
|
409
|
-
}
|
410
|
-
}
|
411
|
-
|
412
|
-
export class EosAuthorizationWait extends jspb.Message {
|
413
|
-
hasWaitSec(): boolean;
|
414
|
-
clearWaitSec(): void;
|
415
|
-
getWaitSec(): number | undefined;
|
416
|
-
setWaitSec(value: number): void;
|
417
|
-
|
418
|
-
hasWeight(): boolean;
|
419
|
-
clearWeight(): void;
|
420
|
-
getWeight(): number | undefined;
|
421
|
-
setWeight(value: number): void;
|
422
|
-
|
423
|
-
serializeBinary(): Uint8Array;
|
424
|
-
toObject(includeInstance?: boolean): EosAuthorizationWait.AsObject;
|
425
|
-
static toObject(includeInstance: boolean, msg: EosAuthorizationWait): EosAuthorizationWait.AsObject;
|
426
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
427
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
428
|
-
static serializeBinaryToWriter(message: EosAuthorizationWait, writer: jspb.BinaryWriter): void;
|
429
|
-
static deserializeBinary(bytes: Uint8Array): EosAuthorizationWait;
|
430
|
-
static deserializeBinaryFromReader(message: EosAuthorizationWait, reader: jspb.BinaryReader): EosAuthorizationWait;
|
431
|
-
}
|
432
|
-
|
433
|
-
export namespace EosAuthorizationWait {
|
434
|
-
export type AsObject = {
|
435
|
-
waitSec?: number,
|
436
|
-
weight?: number,
|
437
|
-
}
|
438
|
-
}
|
439
|
-
|
440
|
-
export class EosAuthorization extends jspb.Message {
|
441
|
-
hasThreshold(): boolean;
|
442
|
-
clearThreshold(): void;
|
443
|
-
getThreshold(): number | undefined;
|
444
|
-
setThreshold(value: number): void;
|
445
|
-
|
446
|
-
clearKeysList(): void;
|
447
|
-
getKeysList(): Array<EosAuthorizationKey>;
|
448
|
-
setKeysList(value: Array<EosAuthorizationKey>): void;
|
449
|
-
addKeys(value?: EosAuthorizationKey, index?: number): EosAuthorizationKey;
|
450
|
-
|
451
|
-
clearAccountsList(): void;
|
452
|
-
getAccountsList(): Array<EosAuthorizationAccount>;
|
453
|
-
setAccountsList(value: Array<EosAuthorizationAccount>): void;
|
454
|
-
addAccounts(value?: EosAuthorizationAccount, index?: number): EosAuthorizationAccount;
|
455
|
-
|
456
|
-
clearWaitsList(): void;
|
457
|
-
getWaitsList(): Array<EosAuthorizationWait>;
|
458
|
-
setWaitsList(value: Array<EosAuthorizationWait>): void;
|
459
|
-
addWaits(value?: EosAuthorizationWait, index?: number): EosAuthorizationWait;
|
460
|
-
|
461
|
-
serializeBinary(): Uint8Array;
|
462
|
-
toObject(includeInstance?: boolean): EosAuthorization.AsObject;
|
463
|
-
static toObject(includeInstance: boolean, msg: EosAuthorization): EosAuthorization.AsObject;
|
464
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
465
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
466
|
-
static serializeBinaryToWriter(message: EosAuthorization, writer: jspb.BinaryWriter): void;
|
467
|
-
static deserializeBinary(bytes: Uint8Array): EosAuthorization;
|
468
|
-
static deserializeBinaryFromReader(message: EosAuthorization, reader: jspb.BinaryReader): EosAuthorization;
|
469
|
-
}
|
470
|
-
|
471
|
-
export namespace EosAuthorization {
|
472
|
-
export type AsObject = {
|
473
|
-
threshold?: number,
|
474
|
-
keysList: Array<EosAuthorizationKey.AsObject>,
|
475
|
-
accountsList: Array<EosAuthorizationAccount.AsObject>,
|
476
|
-
waitsList: Array<EosAuthorizationWait.AsObject>,
|
477
|
-
}
|
478
|
-
}
|
479
|
-
|
480
|
-
export class EosActionCommon extends jspb.Message {
|
481
|
-
hasAccount(): boolean;
|
482
|
-
clearAccount(): void;
|
483
|
-
getAccount(): string | undefined;
|
484
|
-
setAccount(value: string): void;
|
485
|
-
|
486
|
-
hasName(): boolean;
|
487
|
-
clearName(): void;
|
488
|
-
getName(): string | undefined;
|
489
|
-
setName(value: string): void;
|
490
|
-
|
491
|
-
clearAuthorizationList(): void;
|
492
|
-
getAuthorizationList(): Array<EosPermissionLevel>;
|
493
|
-
setAuthorizationList(value: Array<EosPermissionLevel>): void;
|
494
|
-
addAuthorization(value?: EosPermissionLevel, index?: number): EosPermissionLevel;
|
495
|
-
|
496
|
-
serializeBinary(): Uint8Array;
|
497
|
-
toObject(includeInstance?: boolean): EosActionCommon.AsObject;
|
498
|
-
static toObject(includeInstance: boolean, msg: EosActionCommon): EosActionCommon.AsObject;
|
499
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
500
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
501
|
-
static serializeBinaryToWriter(message: EosActionCommon, writer: jspb.BinaryWriter): void;
|
502
|
-
static deserializeBinary(bytes: Uint8Array): EosActionCommon;
|
503
|
-
static deserializeBinaryFromReader(message: EosActionCommon, reader: jspb.BinaryReader): EosActionCommon;
|
504
|
-
}
|
505
|
-
|
506
|
-
export namespace EosActionCommon {
|
507
|
-
export type AsObject = {
|
508
|
-
account?: string,
|
509
|
-
name?: string,
|
510
|
-
authorizationList: Array<EosPermissionLevel.AsObject>,
|
511
|
-
}
|
512
|
-
}
|
513
|
-
|
514
|
-
export class EosActionTransfer extends jspb.Message {
|
515
|
-
hasSender(): boolean;
|
516
|
-
clearSender(): void;
|
517
|
-
getSender(): string | undefined;
|
518
|
-
setSender(value: string): void;
|
519
|
-
|
520
|
-
hasReceiver(): boolean;
|
521
|
-
clearReceiver(): void;
|
522
|
-
getReceiver(): string | undefined;
|
523
|
-
setReceiver(value: string): void;
|
524
|
-
|
525
|
-
hasQuantity(): boolean;
|
526
|
-
clearQuantity(): void;
|
527
|
-
getQuantity(): EosAsset | undefined;
|
528
|
-
setQuantity(value?: EosAsset): void;
|
529
|
-
|
530
|
-
hasMemo(): boolean;
|
531
|
-
clearMemo(): void;
|
532
|
-
getMemo(): string | undefined;
|
533
|
-
setMemo(value: string): void;
|
534
|
-
|
535
|
-
serializeBinary(): Uint8Array;
|
536
|
-
toObject(includeInstance?: boolean): EosActionTransfer.AsObject;
|
537
|
-
static toObject(includeInstance: boolean, msg: EosActionTransfer): EosActionTransfer.AsObject;
|
538
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
539
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
540
|
-
static serializeBinaryToWriter(message: EosActionTransfer, writer: jspb.BinaryWriter): void;
|
541
|
-
static deserializeBinary(bytes: Uint8Array): EosActionTransfer;
|
542
|
-
static deserializeBinaryFromReader(message: EosActionTransfer, reader: jspb.BinaryReader): EosActionTransfer;
|
543
|
-
}
|
544
|
-
|
545
|
-
export namespace EosActionTransfer {
|
546
|
-
export type AsObject = {
|
547
|
-
sender?: string,
|
548
|
-
receiver?: string,
|
549
|
-
quantity?: EosAsset.AsObject,
|
550
|
-
memo?: string,
|
551
|
-
}
|
552
|
-
}
|
553
|
-
|
554
|
-
export class EosActionDelegate extends jspb.Message {
|
555
|
-
hasSender(): boolean;
|
556
|
-
clearSender(): void;
|
557
|
-
getSender(): string | undefined;
|
558
|
-
setSender(value: string): void;
|
559
|
-
|
560
|
-
hasReceiver(): boolean;
|
561
|
-
clearReceiver(): void;
|
562
|
-
getReceiver(): string | undefined;
|
563
|
-
setReceiver(value: string): void;
|
564
|
-
|
565
|
-
hasNetQuantity(): boolean;
|
566
|
-
clearNetQuantity(): void;
|
567
|
-
getNetQuantity(): EosAsset | undefined;
|
568
|
-
setNetQuantity(value?: EosAsset): void;
|
569
|
-
|
570
|
-
hasCpuQuantity(): boolean;
|
571
|
-
clearCpuQuantity(): void;
|
572
|
-
getCpuQuantity(): EosAsset | undefined;
|
573
|
-
setCpuQuantity(value?: EosAsset): void;
|
574
|
-
|
575
|
-
hasTransfer(): boolean;
|
576
|
-
clearTransfer(): void;
|
577
|
-
getTransfer(): boolean | undefined;
|
578
|
-
setTransfer(value: boolean): void;
|
579
|
-
|
580
|
-
serializeBinary(): Uint8Array;
|
581
|
-
toObject(includeInstance?: boolean): EosActionDelegate.AsObject;
|
582
|
-
static toObject(includeInstance: boolean, msg: EosActionDelegate): EosActionDelegate.AsObject;
|
583
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
584
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
585
|
-
static serializeBinaryToWriter(message: EosActionDelegate, writer: jspb.BinaryWriter): void;
|
586
|
-
static deserializeBinary(bytes: Uint8Array): EosActionDelegate;
|
587
|
-
static deserializeBinaryFromReader(message: EosActionDelegate, reader: jspb.BinaryReader): EosActionDelegate;
|
588
|
-
}
|
589
|
-
|
590
|
-
export namespace EosActionDelegate {
|
591
|
-
export type AsObject = {
|
592
|
-
sender?: string,
|
593
|
-
receiver?: string,
|
594
|
-
netQuantity?: EosAsset.AsObject,
|
595
|
-
cpuQuantity?: EosAsset.AsObject,
|
596
|
-
transfer?: boolean,
|
597
|
-
}
|
598
|
-
}
|
599
|
-
|
600
|
-
export class EosActionUndelegate extends jspb.Message {
|
601
|
-
hasSender(): boolean;
|
602
|
-
clearSender(): void;
|
603
|
-
getSender(): string | undefined;
|
604
|
-
setSender(value: string): void;
|
605
|
-
|
606
|
-
hasReceiver(): boolean;
|
607
|
-
clearReceiver(): void;
|
608
|
-
getReceiver(): string | undefined;
|
609
|
-
setReceiver(value: string): void;
|
610
|
-
|
611
|
-
hasNetQuantity(): boolean;
|
612
|
-
clearNetQuantity(): void;
|
613
|
-
getNetQuantity(): EosAsset | undefined;
|
614
|
-
setNetQuantity(value?: EosAsset): void;
|
615
|
-
|
616
|
-
hasCpuQuantity(): boolean;
|
617
|
-
clearCpuQuantity(): void;
|
618
|
-
getCpuQuantity(): EosAsset | undefined;
|
619
|
-
setCpuQuantity(value?: EosAsset): void;
|
620
|
-
|
621
|
-
serializeBinary(): Uint8Array;
|
622
|
-
toObject(includeInstance?: boolean): EosActionUndelegate.AsObject;
|
623
|
-
static toObject(includeInstance: boolean, msg: EosActionUndelegate): EosActionUndelegate.AsObject;
|
624
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
625
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
626
|
-
static serializeBinaryToWriter(message: EosActionUndelegate, writer: jspb.BinaryWriter): void;
|
627
|
-
static deserializeBinary(bytes: Uint8Array): EosActionUndelegate;
|
628
|
-
static deserializeBinaryFromReader(message: EosActionUndelegate, reader: jspb.BinaryReader): EosActionUndelegate;
|
629
|
-
}
|
630
|
-
|
631
|
-
export namespace EosActionUndelegate {
|
632
|
-
export type AsObject = {
|
633
|
-
sender?: string,
|
634
|
-
receiver?: string,
|
635
|
-
netQuantity?: EosAsset.AsObject,
|
636
|
-
cpuQuantity?: EosAsset.AsObject,
|
637
|
-
}
|
638
|
-
}
|
639
|
-
|
640
|
-
export class EosActionRefund extends jspb.Message {
|
641
|
-
hasOwner(): boolean;
|
642
|
-
clearOwner(): void;
|
643
|
-
getOwner(): string | undefined;
|
644
|
-
setOwner(value: string): void;
|
645
|
-
|
646
|
-
serializeBinary(): Uint8Array;
|
647
|
-
toObject(includeInstance?: boolean): EosActionRefund.AsObject;
|
648
|
-
static toObject(includeInstance: boolean, msg: EosActionRefund): EosActionRefund.AsObject;
|
649
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
650
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
651
|
-
static serializeBinaryToWriter(message: EosActionRefund, writer: jspb.BinaryWriter): void;
|
652
|
-
static deserializeBinary(bytes: Uint8Array): EosActionRefund;
|
653
|
-
static deserializeBinaryFromReader(message: EosActionRefund, reader: jspb.BinaryReader): EosActionRefund;
|
654
|
-
}
|
655
|
-
|
656
|
-
export namespace EosActionRefund {
|
657
|
-
export type AsObject = {
|
658
|
-
owner?: string,
|
659
|
-
}
|
660
|
-
}
|
661
|
-
|
662
|
-
export class EosActionBuyRam extends jspb.Message {
|
663
|
-
hasPayer(): boolean;
|
664
|
-
clearPayer(): void;
|
665
|
-
getPayer(): string | undefined;
|
666
|
-
setPayer(value: string): void;
|
667
|
-
|
668
|
-
hasReceiver(): boolean;
|
669
|
-
clearReceiver(): void;
|
670
|
-
getReceiver(): string | undefined;
|
671
|
-
setReceiver(value: string): void;
|
672
|
-
|
673
|
-
hasQuantity(): boolean;
|
674
|
-
clearQuantity(): void;
|
675
|
-
getQuantity(): EosAsset | undefined;
|
676
|
-
setQuantity(value?: EosAsset): void;
|
677
|
-
|
678
|
-
serializeBinary(): Uint8Array;
|
679
|
-
toObject(includeInstance?: boolean): EosActionBuyRam.AsObject;
|
680
|
-
static toObject(includeInstance: boolean, msg: EosActionBuyRam): EosActionBuyRam.AsObject;
|
681
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
682
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
683
|
-
static serializeBinaryToWriter(message: EosActionBuyRam, writer: jspb.BinaryWriter): void;
|
684
|
-
static deserializeBinary(bytes: Uint8Array): EosActionBuyRam;
|
685
|
-
static deserializeBinaryFromReader(message: EosActionBuyRam, reader: jspb.BinaryReader): EosActionBuyRam;
|
686
|
-
}
|
687
|
-
|
688
|
-
export namespace EosActionBuyRam {
|
689
|
-
export type AsObject = {
|
690
|
-
payer?: string,
|
691
|
-
receiver?: string,
|
692
|
-
quantity?: EosAsset.AsObject,
|
693
|
-
}
|
694
|
-
}
|
695
|
-
|
696
|
-
export class EosActionBuyRamBytes extends jspb.Message {
|
697
|
-
hasPayer(): boolean;
|
698
|
-
clearPayer(): void;
|
699
|
-
getPayer(): string | undefined;
|
700
|
-
setPayer(value: string): void;
|
701
|
-
|
702
|
-
hasReceiver(): boolean;
|
703
|
-
clearReceiver(): void;
|
704
|
-
getReceiver(): string | undefined;
|
705
|
-
setReceiver(value: string): void;
|
706
|
-
|
707
|
-
hasBytes(): boolean;
|
708
|
-
clearBytes(): void;
|
709
|
-
getBytes(): number | undefined;
|
710
|
-
setBytes(value: number): void;
|
711
|
-
|
712
|
-
serializeBinary(): Uint8Array;
|
713
|
-
toObject(includeInstance?: boolean): EosActionBuyRamBytes.AsObject;
|
714
|
-
static toObject(includeInstance: boolean, msg: EosActionBuyRamBytes): EosActionBuyRamBytes.AsObject;
|
715
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
716
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
717
|
-
static serializeBinaryToWriter(message: EosActionBuyRamBytes, writer: jspb.BinaryWriter): void;
|
718
|
-
static deserializeBinary(bytes: Uint8Array): EosActionBuyRamBytes;
|
719
|
-
static deserializeBinaryFromReader(message: EosActionBuyRamBytes, reader: jspb.BinaryReader): EosActionBuyRamBytes;
|
720
|
-
}
|
721
|
-
|
722
|
-
export namespace EosActionBuyRamBytes {
|
723
|
-
export type AsObject = {
|
724
|
-
payer?: string,
|
725
|
-
receiver?: string,
|
726
|
-
bytes?: number,
|
727
|
-
}
|
728
|
-
}
|
729
|
-
|
730
|
-
export class EosActionSellRam extends jspb.Message {
|
731
|
-
hasAccount(): boolean;
|
732
|
-
clearAccount(): void;
|
733
|
-
getAccount(): string | undefined;
|
734
|
-
setAccount(value: string): void;
|
735
|
-
|
736
|
-
hasBytes(): boolean;
|
737
|
-
clearBytes(): void;
|
738
|
-
getBytes(): string | undefined;
|
739
|
-
setBytes(value: string): void;
|
740
|
-
|
741
|
-
serializeBinary(): Uint8Array;
|
742
|
-
toObject(includeInstance?: boolean): EosActionSellRam.AsObject;
|
743
|
-
static toObject(includeInstance: boolean, msg: EosActionSellRam): EosActionSellRam.AsObject;
|
744
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
745
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
746
|
-
static serializeBinaryToWriter(message: EosActionSellRam, writer: jspb.BinaryWriter): void;
|
747
|
-
static deserializeBinary(bytes: Uint8Array): EosActionSellRam;
|
748
|
-
static deserializeBinaryFromReader(message: EosActionSellRam, reader: jspb.BinaryReader): EosActionSellRam;
|
749
|
-
}
|
750
|
-
|
751
|
-
export namespace EosActionSellRam {
|
752
|
-
export type AsObject = {
|
753
|
-
account?: string,
|
754
|
-
bytes?: string,
|
755
|
-
}
|
756
|
-
}
|
757
|
-
|
758
|
-
export class EosActionVoteProducer extends jspb.Message {
|
759
|
-
hasVoter(): boolean;
|
760
|
-
clearVoter(): void;
|
761
|
-
getVoter(): string | undefined;
|
762
|
-
setVoter(value: string): void;
|
763
|
-
|
764
|
-
hasProxy(): boolean;
|
765
|
-
clearProxy(): void;
|
766
|
-
getProxy(): string | undefined;
|
767
|
-
setProxy(value: string): void;
|
768
|
-
|
769
|
-
clearProducersList(): void;
|
770
|
-
getProducersList(): Array<string>;
|
771
|
-
setProducersList(value: Array<string>): void;
|
772
|
-
addProducers(value: string, index?: number): string;
|
773
|
-
|
774
|
-
serializeBinary(): Uint8Array;
|
775
|
-
toObject(includeInstance?: boolean): EosActionVoteProducer.AsObject;
|
776
|
-
static toObject(includeInstance: boolean, msg: EosActionVoteProducer): EosActionVoteProducer.AsObject;
|
777
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
778
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
779
|
-
static serializeBinaryToWriter(message: EosActionVoteProducer, writer: jspb.BinaryWriter): void;
|
780
|
-
static deserializeBinary(bytes: Uint8Array): EosActionVoteProducer;
|
781
|
-
static deserializeBinaryFromReader(message: EosActionVoteProducer, reader: jspb.BinaryReader): EosActionVoteProducer;
|
782
|
-
}
|
783
|
-
|
784
|
-
export namespace EosActionVoteProducer {
|
785
|
-
export type AsObject = {
|
786
|
-
voter?: string,
|
787
|
-
proxy?: string,
|
788
|
-
producersList: Array<string>,
|
789
|
-
}
|
790
|
-
}
|
791
|
-
|
792
|
-
export class EosActionUpdateAuth extends jspb.Message {
|
793
|
-
hasAccount(): boolean;
|
794
|
-
clearAccount(): void;
|
795
|
-
getAccount(): string | undefined;
|
796
|
-
setAccount(value: string): void;
|
797
|
-
|
798
|
-
hasPermission(): boolean;
|
799
|
-
clearPermission(): void;
|
800
|
-
getPermission(): string | undefined;
|
801
|
-
setPermission(value: string): void;
|
802
|
-
|
803
|
-
hasParent(): boolean;
|
804
|
-
clearParent(): void;
|
805
|
-
getParent(): string | undefined;
|
806
|
-
setParent(value: string): void;
|
807
|
-
|
808
|
-
hasAuth(): boolean;
|
809
|
-
clearAuth(): void;
|
810
|
-
getAuth(): EosAuthorization | undefined;
|
811
|
-
setAuth(value?: EosAuthorization): void;
|
812
|
-
|
813
|
-
serializeBinary(): Uint8Array;
|
814
|
-
toObject(includeInstance?: boolean): EosActionUpdateAuth.AsObject;
|
815
|
-
static toObject(includeInstance: boolean, msg: EosActionUpdateAuth): EosActionUpdateAuth.AsObject;
|
816
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
817
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
818
|
-
static serializeBinaryToWriter(message: EosActionUpdateAuth, writer: jspb.BinaryWriter): void;
|
819
|
-
static deserializeBinary(bytes: Uint8Array): EosActionUpdateAuth;
|
820
|
-
static deserializeBinaryFromReader(message: EosActionUpdateAuth, reader: jspb.BinaryReader): EosActionUpdateAuth;
|
821
|
-
}
|
822
|
-
|
823
|
-
export namespace EosActionUpdateAuth {
|
824
|
-
export type AsObject = {
|
825
|
-
account?: string,
|
826
|
-
permission?: string,
|
827
|
-
parent?: string,
|
828
|
-
auth?: EosAuthorization.AsObject,
|
829
|
-
}
|
830
|
-
}
|
831
|
-
|
832
|
-
export class EosActionDeleteAuth extends jspb.Message {
|
833
|
-
hasAccount(): boolean;
|
834
|
-
clearAccount(): void;
|
835
|
-
getAccount(): string | undefined;
|
836
|
-
setAccount(value: string): void;
|
837
|
-
|
838
|
-
hasPermission(): boolean;
|
839
|
-
clearPermission(): void;
|
840
|
-
getPermission(): string | undefined;
|
841
|
-
setPermission(value: string): void;
|
842
|
-
|
843
|
-
serializeBinary(): Uint8Array;
|
844
|
-
toObject(includeInstance?: boolean): EosActionDeleteAuth.AsObject;
|
845
|
-
static toObject(includeInstance: boolean, msg: EosActionDeleteAuth): EosActionDeleteAuth.AsObject;
|
846
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
847
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
848
|
-
static serializeBinaryToWriter(message: EosActionDeleteAuth, writer: jspb.BinaryWriter): void;
|
849
|
-
static deserializeBinary(bytes: Uint8Array): EosActionDeleteAuth;
|
850
|
-
static deserializeBinaryFromReader(message: EosActionDeleteAuth, reader: jspb.BinaryReader): EosActionDeleteAuth;
|
851
|
-
}
|
852
|
-
|
853
|
-
export namespace EosActionDeleteAuth {
|
854
|
-
export type AsObject = {
|
855
|
-
account?: string,
|
856
|
-
permission?: string,
|
857
|
-
}
|
858
|
-
}
|
859
|
-
|
860
|
-
export class EosActionLinkAuth extends jspb.Message {
|
861
|
-
hasAccount(): boolean;
|
862
|
-
clearAccount(): void;
|
863
|
-
getAccount(): string | undefined;
|
864
|
-
setAccount(value: string): void;
|
865
|
-
|
866
|
-
hasCode(): boolean;
|
867
|
-
clearCode(): void;
|
868
|
-
getCode(): string | undefined;
|
869
|
-
setCode(value: string): void;
|
870
|
-
|
871
|
-
hasType(): boolean;
|
872
|
-
clearType(): void;
|
873
|
-
getType(): string | undefined;
|
874
|
-
setType(value: string): void;
|
875
|
-
|
876
|
-
hasRequirement(): boolean;
|
877
|
-
clearRequirement(): void;
|
878
|
-
getRequirement(): string | undefined;
|
879
|
-
setRequirement(value: string): void;
|
880
|
-
|
881
|
-
serializeBinary(): Uint8Array;
|
882
|
-
toObject(includeInstance?: boolean): EosActionLinkAuth.AsObject;
|
883
|
-
static toObject(includeInstance: boolean, msg: EosActionLinkAuth): EosActionLinkAuth.AsObject;
|
884
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
885
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
886
|
-
static serializeBinaryToWriter(message: EosActionLinkAuth, writer: jspb.BinaryWriter): void;
|
887
|
-
static deserializeBinary(bytes: Uint8Array): EosActionLinkAuth;
|
888
|
-
static deserializeBinaryFromReader(message: EosActionLinkAuth, reader: jspb.BinaryReader): EosActionLinkAuth;
|
889
|
-
}
|
890
|
-
|
891
|
-
export namespace EosActionLinkAuth {
|
892
|
-
export type AsObject = {
|
893
|
-
account?: string,
|
894
|
-
code?: string,
|
895
|
-
type?: string,
|
896
|
-
requirement?: string,
|
897
|
-
}
|
898
|
-
}
|
899
|
-
|
900
|
-
export class EosActionUnlinkAuth extends jspb.Message {
|
901
|
-
hasAccount(): boolean;
|
902
|
-
clearAccount(): void;
|
903
|
-
getAccount(): string | undefined;
|
904
|
-
setAccount(value: string): void;
|
905
|
-
|
906
|
-
hasCode(): boolean;
|
907
|
-
clearCode(): void;
|
908
|
-
getCode(): string | undefined;
|
909
|
-
setCode(value: string): void;
|
910
|
-
|
911
|
-
hasType(): boolean;
|
912
|
-
clearType(): void;
|
913
|
-
getType(): string | undefined;
|
914
|
-
setType(value: string): void;
|
915
|
-
|
916
|
-
serializeBinary(): Uint8Array;
|
917
|
-
toObject(includeInstance?: boolean): EosActionUnlinkAuth.AsObject;
|
918
|
-
static toObject(includeInstance: boolean, msg: EosActionUnlinkAuth): EosActionUnlinkAuth.AsObject;
|
919
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
920
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
921
|
-
static serializeBinaryToWriter(message: EosActionUnlinkAuth, writer: jspb.BinaryWriter): void;
|
922
|
-
static deserializeBinary(bytes: Uint8Array): EosActionUnlinkAuth;
|
923
|
-
static deserializeBinaryFromReader(message: EosActionUnlinkAuth, reader: jspb.BinaryReader): EosActionUnlinkAuth;
|
924
|
-
}
|
925
|
-
|
926
|
-
export namespace EosActionUnlinkAuth {
|
927
|
-
export type AsObject = {
|
928
|
-
account?: string,
|
929
|
-
code?: string,
|
930
|
-
type?: string,
|
931
|
-
}
|
932
|
-
}
|
933
|
-
|
934
|
-
export class EosActionNewAccount extends jspb.Message {
|
935
|
-
hasCreator(): boolean;
|
936
|
-
clearCreator(): void;
|
937
|
-
getCreator(): string | undefined;
|
938
|
-
setCreator(value: string): void;
|
939
|
-
|
940
|
-
hasName(): boolean;
|
941
|
-
clearName(): void;
|
942
|
-
getName(): string | undefined;
|
943
|
-
setName(value: string): void;
|
944
|
-
|
945
|
-
hasOwner(): boolean;
|
946
|
-
clearOwner(): void;
|
947
|
-
getOwner(): EosAuthorization | undefined;
|
948
|
-
setOwner(value?: EosAuthorization): void;
|
949
|
-
|
950
|
-
hasActive(): boolean;
|
951
|
-
clearActive(): void;
|
952
|
-
getActive(): EosAuthorization | undefined;
|
953
|
-
setActive(value?: EosAuthorization): void;
|
954
|
-
|
955
|
-
serializeBinary(): Uint8Array;
|
956
|
-
toObject(includeInstance?: boolean): EosActionNewAccount.AsObject;
|
957
|
-
static toObject(includeInstance: boolean, msg: EosActionNewAccount): EosActionNewAccount.AsObject;
|
958
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
959
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
960
|
-
static serializeBinaryToWriter(message: EosActionNewAccount, writer: jspb.BinaryWriter): void;
|
961
|
-
static deserializeBinary(bytes: Uint8Array): EosActionNewAccount;
|
962
|
-
static deserializeBinaryFromReader(message: EosActionNewAccount, reader: jspb.BinaryReader): EosActionNewAccount;
|
963
|
-
}
|
964
|
-
|
965
|
-
export namespace EosActionNewAccount {
|
966
|
-
export type AsObject = {
|
967
|
-
creator?: string,
|
968
|
-
name?: string,
|
969
|
-
owner?: EosAuthorization.AsObject,
|
970
|
-
active?: EosAuthorization.AsObject,
|
971
|
-
}
|
972
|
-
}
|
973
|
-
|
974
|
-
export class EosActionUnknown extends jspb.Message {
|
975
|
-
hasDataSize(): boolean;
|
976
|
-
clearDataSize(): void;
|
977
|
-
getDataSize(): number | undefined;
|
978
|
-
setDataSize(value: number): void;
|
979
|
-
|
980
|
-
hasDataChunk(): boolean;
|
981
|
-
clearDataChunk(): void;
|
982
|
-
getDataChunk(): Uint8Array | string;
|
983
|
-
getDataChunk_asU8(): Uint8Array;
|
984
|
-
getDataChunk_asB64(): string;
|
985
|
-
setDataChunk(value: Uint8Array | string): void;
|
986
|
-
|
987
|
-
serializeBinary(): Uint8Array;
|
988
|
-
toObject(includeInstance?: boolean): EosActionUnknown.AsObject;
|
989
|
-
static toObject(includeInstance: boolean, msg: EosActionUnknown): EosActionUnknown.AsObject;
|
990
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
991
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
992
|
-
static serializeBinaryToWriter(message: EosActionUnknown, writer: jspb.BinaryWriter): void;
|
993
|
-
static deserializeBinary(bytes: Uint8Array): EosActionUnknown;
|
994
|
-
static deserializeBinaryFromReader(message: EosActionUnknown, reader: jspb.BinaryReader): EosActionUnknown;
|
995
|
-
}
|
996
|
-
|
997
|
-
export namespace EosActionUnknown {
|
998
|
-
export type AsObject = {
|
999
|
-
dataSize?: number,
|
1000
|
-
dataChunk: Uint8Array | string,
|
1001
|
-
}
|
1002
|
-
}
|
1003
|
-
|
1004
|
-
export class EosSignedTx extends jspb.Message {
|
1005
|
-
hasSignatureV(): boolean;
|
1006
|
-
clearSignatureV(): void;
|
1007
|
-
getSignatureV(): number | undefined;
|
1008
|
-
setSignatureV(value: number): void;
|
1009
|
-
|
1010
|
-
hasSignatureR(): boolean;
|
1011
|
-
clearSignatureR(): void;
|
1012
|
-
getSignatureR(): Uint8Array | string;
|
1013
|
-
getSignatureR_asU8(): Uint8Array;
|
1014
|
-
getSignatureR_asB64(): string;
|
1015
|
-
setSignatureR(value: Uint8Array | string): void;
|
1016
|
-
|
1017
|
-
hasSignatureS(): boolean;
|
1018
|
-
clearSignatureS(): void;
|
1019
|
-
getSignatureS(): Uint8Array | string;
|
1020
|
-
getSignatureS_asU8(): Uint8Array;
|
1021
|
-
getSignatureS_asB64(): string;
|
1022
|
-
setSignatureS(value: Uint8Array | string): void;
|
1023
|
-
|
1024
|
-
hasHash(): boolean;
|
1025
|
-
clearHash(): void;
|
1026
|
-
getHash(): Uint8Array | string;
|
1027
|
-
getHash_asU8(): Uint8Array;
|
1028
|
-
getHash_asB64(): string;
|
1029
|
-
setHash(value: Uint8Array | string): void;
|
1030
|
-
|
1031
|
-
serializeBinary(): Uint8Array;
|
1032
|
-
toObject(includeInstance?: boolean): EosSignedTx.AsObject;
|
1033
|
-
static toObject(includeInstance: boolean, msg: EosSignedTx): EosSignedTx.AsObject;
|
1034
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
1035
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
1036
|
-
static serializeBinaryToWriter(message: EosSignedTx, writer: jspb.BinaryWriter): void;
|
1037
|
-
static deserializeBinary(bytes: Uint8Array): EosSignedTx;
|
1038
|
-
static deserializeBinaryFromReader(message: EosSignedTx, reader: jspb.BinaryReader): EosSignedTx;
|
1039
|
-
}
|
1040
|
-
|
1041
|
-
export namespace EosSignedTx {
|
1042
|
-
export type AsObject = {
|
1043
|
-
signatureV?: number,
|
1044
|
-
signatureR: Uint8Array | string,
|
1045
|
-
signatureS: Uint8Array | string,
|
1046
|
-
hash: Uint8Array | string,
|
1047
|
-
}
|
1048
|
-
}
|
1049
|
-
|
1050
|
-
export interface EosPublicKeyKindMap {
|
1051
|
-
EOS: 0;
|
1052
|
-
EOS_K1: 1;
|
1053
|
-
EOS_R1: 2;
|
1054
|
-
}
|
1055
|
-
|
1056
|
-
export const EosPublicKeyKind: EosPublicKeyKindMap;
|
1057
|
-
|