@uniswap/client-data-api 0.0.19 → 0.0.20

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.
@@ -1,2760 +0,0 @@
1
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
- import { Message, proto3 } from "@bufbuild/protobuf";
3
- /**
4
- * @generated from enum sink.bigquery.storage.write.api.Operation
5
- */
6
- export declare enum Operation {
7
- /**
8
- * @generated from enum value: OPERATION_UNKNOWN = 0;
9
- */
10
- UNKNOWN = 0,
11
- /**
12
- * @generated from enum value: OPERATION_APPLY = 1;
13
- */
14
- APPLY = 1,
15
- /**
16
- * @generated from enum value: OPERATION_REPLAY = 2;
17
- */
18
- REPLAY = 2,
19
- /**
20
- * @generated from enum value: OPERATION_UNDO = 3;
21
- */
22
- UNDO = 3
23
- }
24
- /**
25
- * @generated from message sink.bigquery.storage.write.api.ReorgContext
26
- */
27
- export declare class ReorgContext extends Message<ReorgContext> {
28
- /**
29
- * @generated from field: int64 last_valid_block = 1;
30
- */
31
- lastValidBlock: bigint;
32
- constructor(data?: PartialMessage<ReorgContext>);
33
- static readonly runtime: typeof proto3;
34
- static readonly typeName = "sink.bigquery.storage.write.api.ReorgContext";
35
- static readonly fields: FieldList;
36
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReorgContext;
37
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReorgContext;
38
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReorgContext;
39
- static equals(a: ReorgContext | PlainMessage<ReorgContext> | undefined, b: ReorgContext | PlainMessage<ReorgContext> | undefined): boolean;
40
- }
41
- /**
42
- * @generated from message sink.bigquery.storage.write.api.UniswapV2PairCreated
43
- */
44
- export declare class UniswapV2PairCreated extends Message<UniswapV2PairCreated> {
45
- /**
46
- * @generated from field: optional string pair_factory_address = 1;
47
- */
48
- pairFactoryAddress?: string;
49
- /**
50
- * @generated from field: optional string token0 = 2;
51
- */
52
- token0?: string;
53
- /**
54
- * @generated from field: optional string token1 = 3;
55
- */
56
- token1?: string;
57
- /**
58
- * @generated from field: optional string pair_address = 4;
59
- */
60
- pairAddress?: string;
61
- /**
62
- * @generated from field: optional uint64 all_pairs_length = 5;
63
- */
64
- allPairsLength?: bigint;
65
- /**
66
- * @generated from field: optional int64 block_num = 6;
67
- */
68
- blockNum?: bigint;
69
- /**
70
- * @generated from field: optional string block_hash = 7;
71
- */
72
- blockHash?: string;
73
- /**
74
- * @generated from field: optional int64 timestamp = 8;
75
- */
76
- timestamp?: bigint;
77
- /**
78
- * @generated from field: optional int64 index = 9;
79
- */
80
- index?: bigint;
81
- /**
82
- * @generated from field: optional string global_sequence = 10;
83
- */
84
- globalSequence?: string;
85
- /**
86
- * @generated from field: optional string tx_hash = 11;
87
- */
88
- txHash?: string;
89
- /**
90
- * @generated from field: optional string tx_from = 12;
91
- */
92
- txFrom?: string;
93
- /**
94
- * @generated from field: optional string tx_to = 13;
95
- */
96
- txTo?: string;
97
- /**
98
- * @generated from field: optional string caller = 14;
99
- */
100
- caller?: string;
101
- /**
102
- * @generated from field: optional int64 ordinal = 15;
103
- */
104
- ordinal?: bigint;
105
- /**
106
- * @generated from field: optional int64 chain_id = 16;
107
- */
108
- chainId?: bigint;
109
- /**
110
- * @generated from field: optional bool is_reorg = 17;
111
- */
112
- isReorg?: boolean;
113
- /**
114
- * @generated from field: optional int64 sink_created_at = 18;
115
- */
116
- sinkCreatedAt?: bigint;
117
- /**
118
- * @generated from field: optional string ordering_key = 19;
119
- */
120
- orderingKey?: string;
121
- constructor(data?: PartialMessage<UniswapV2PairCreated>);
122
- static readonly runtime: typeof proto3;
123
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV2PairCreated";
124
- static readonly fields: FieldList;
125
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV2PairCreated;
126
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV2PairCreated;
127
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV2PairCreated;
128
- static equals(a: UniswapV2PairCreated | PlainMessage<UniswapV2PairCreated> | undefined, b: UniswapV2PairCreated | PlainMessage<UniswapV2PairCreated> | undefined): boolean;
129
- }
130
- /**
131
- * @generated from message sink.bigquery.storage.write.api.UniswapV2Sync
132
- */
133
- export declare class UniswapV2Sync extends Message<UniswapV2Sync> {
134
- /**
135
- * @generated from field: optional string pair_address = 1;
136
- */
137
- pairAddress?: string;
138
- /**
139
- * @generated from field: optional string reserve0 = 2;
140
- */
141
- reserve0?: string;
142
- /**
143
- * @generated from field: optional string reserve1 = 3;
144
- */
145
- reserve1?: string;
146
- /**
147
- * @generated from field: optional int64 block_num = 4;
148
- */
149
- blockNum?: bigint;
150
- /**
151
- * @generated from field: optional string block_hash = 5;
152
- */
153
- blockHash?: string;
154
- /**
155
- * @generated from field: optional int64 timestamp = 6;
156
- */
157
- timestamp?: bigint;
158
- /**
159
- * @generated from field: optional int64 index = 7;
160
- */
161
- index?: bigint;
162
- /**
163
- * @generated from field: optional string global_sequence = 8;
164
- */
165
- globalSequence?: string;
166
- /**
167
- * @generated from field: optional string tx_hash = 9;
168
- */
169
- txHash?: string;
170
- /**
171
- * @generated from field: optional string tx_from = 10;
172
- */
173
- txFrom?: string;
174
- /**
175
- * @generated from field: optional string tx_to = 11;
176
- */
177
- txTo?: string;
178
- /**
179
- * @generated from field: optional string caller = 12;
180
- */
181
- caller?: string;
182
- /**
183
- * @generated from field: optional int64 ordinal = 13;
184
- */
185
- ordinal?: bigint;
186
- /**
187
- * @generated from field: optional int64 chain_id = 14;
188
- */
189
- chainId?: bigint;
190
- /**
191
- * @generated from field: optional bool is_reorg = 15;
192
- */
193
- isReorg?: boolean;
194
- /**
195
- * @generated from field: optional int64 sink_created_at = 16;
196
- */
197
- sinkCreatedAt?: bigint;
198
- /**
199
- * @generated from field: optional string ordering_key = 17;
200
- */
201
- orderingKey?: string;
202
- constructor(data?: PartialMessage<UniswapV2Sync>);
203
- static readonly runtime: typeof proto3;
204
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV2Sync";
205
- static readonly fields: FieldList;
206
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV2Sync;
207
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV2Sync;
208
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV2Sync;
209
- static equals(a: UniswapV2Sync | PlainMessage<UniswapV2Sync> | undefined, b: UniswapV2Sync | PlainMessage<UniswapV2Sync> | undefined): boolean;
210
- }
211
- /**
212
- * @generated from message sink.bigquery.storage.write.api.UniswapV2Swap
213
- */
214
- export declare class UniswapV2Swap extends Message<UniswapV2Swap> {
215
- /**
216
- * @generated from field: optional string pair_address = 1;
217
- */
218
- pairAddress?: string;
219
- /**
220
- * @generated from field: optional string sender = 2;
221
- */
222
- sender?: string;
223
- /**
224
- * @generated from field: optional string amount0_in = 3;
225
- */
226
- amount0In?: string;
227
- /**
228
- * @generated from field: optional string amount0_out = 4;
229
- */
230
- amount0Out?: string;
231
- /**
232
- * @generated from field: optional string amount1_in = 5;
233
- */
234
- amount1In?: string;
235
- /**
236
- * @generated from field: optional string amount1_out = 6;
237
- */
238
- amount1Out?: string;
239
- /**
240
- * @generated from field: optional string to = 7;
241
- */
242
- to?: string;
243
- /**
244
- * @generated from field: optional int64 block_num = 8;
245
- */
246
- blockNum?: bigint;
247
- /**
248
- * @generated from field: optional string block_hash = 9;
249
- */
250
- blockHash?: string;
251
- /**
252
- * @generated from field: optional int64 timestamp = 10;
253
- */
254
- timestamp?: bigint;
255
- /**
256
- * @generated from field: optional int64 index = 11;
257
- */
258
- index?: bigint;
259
- /**
260
- * @generated from field: optional string global_sequence = 12;
261
- */
262
- globalSequence?: string;
263
- /**
264
- * @generated from field: optional string tx_hash = 13;
265
- */
266
- txHash?: string;
267
- /**
268
- * @generated from field: optional string tx_from = 14;
269
- */
270
- txFrom?: string;
271
- /**
272
- * @generated from field: optional string tx_to = 15;
273
- */
274
- txTo?: string;
275
- /**
276
- * @generated from field: optional string caller = 16;
277
- */
278
- caller?: string;
279
- /**
280
- * @generated from field: optional int64 ordinal = 17;
281
- */
282
- ordinal?: bigint;
283
- /**
284
- * @generated from field: optional int64 chain_id = 18;
285
- */
286
- chainId?: bigint;
287
- /**
288
- * @generated from field: optional bool is_reorg = 19;
289
- */
290
- isReorg?: boolean;
291
- /**
292
- * @generated from field: optional int64 sink_created_at = 20;
293
- */
294
- sinkCreatedAt?: bigint;
295
- /**
296
- * @generated from field: optional string ordering_key = 21;
297
- */
298
- orderingKey?: string;
299
- constructor(data?: PartialMessage<UniswapV2Swap>);
300
- static readonly runtime: typeof proto3;
301
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV2Swap";
302
- static readonly fields: FieldList;
303
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV2Swap;
304
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV2Swap;
305
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV2Swap;
306
- static equals(a: UniswapV2Swap | PlainMessage<UniswapV2Swap> | undefined, b: UniswapV2Swap | PlainMessage<UniswapV2Swap> | undefined): boolean;
307
- }
308
- /**
309
- * @generated from message sink.bigquery.storage.write.api.UniswapV2Mint
310
- */
311
- export declare class UniswapV2Mint extends Message<UniswapV2Mint> {
312
- /**
313
- * @generated from field: optional string pair_address = 1;
314
- */
315
- pairAddress?: string;
316
- /**
317
- * @generated from field: optional string sender = 2;
318
- */
319
- sender?: string;
320
- /**
321
- * @generated from field: optional string amount0 = 3;
322
- */
323
- amount0?: string;
324
- /**
325
- * @generated from field: optional string amount1 = 4;
326
- */
327
- amount1?: string;
328
- /**
329
- * @generated from field: optional int64 block_num = 5;
330
- */
331
- blockNum?: bigint;
332
- /**
333
- * @generated from field: optional string block_hash = 6;
334
- */
335
- blockHash?: string;
336
- /**
337
- * @generated from field: optional int64 timestamp = 7;
338
- */
339
- timestamp?: bigint;
340
- /**
341
- * @generated from field: optional int64 index = 8;
342
- */
343
- index?: bigint;
344
- /**
345
- * @generated from field: optional string global_sequence = 9;
346
- */
347
- globalSequence?: string;
348
- /**
349
- * @generated from field: optional string tx_hash = 10;
350
- */
351
- txHash?: string;
352
- /**
353
- * @generated from field: optional string tx_from = 11;
354
- */
355
- txFrom?: string;
356
- /**
357
- * @generated from field: optional string tx_to = 12;
358
- */
359
- txTo?: string;
360
- /**
361
- * @generated from field: optional string caller = 13;
362
- */
363
- caller?: string;
364
- /**
365
- * @generated from field: optional int64 ordinal = 14;
366
- */
367
- ordinal?: bigint;
368
- /**
369
- * @generated from field: optional int64 chain_id = 15;
370
- */
371
- chainId?: bigint;
372
- /**
373
- * @generated from field: optional bool is_reorg = 16;
374
- */
375
- isReorg?: boolean;
376
- /**
377
- * @generated from field: optional int64 sink_created_at = 17;
378
- */
379
- sinkCreatedAt?: bigint;
380
- /**
381
- * @generated from field: optional string ordering_key = 18;
382
- */
383
- orderingKey?: string;
384
- constructor(data?: PartialMessage<UniswapV2Mint>);
385
- static readonly runtime: typeof proto3;
386
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV2Mint";
387
- static readonly fields: FieldList;
388
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV2Mint;
389
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV2Mint;
390
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV2Mint;
391
- static equals(a: UniswapV2Mint | PlainMessage<UniswapV2Mint> | undefined, b: UniswapV2Mint | PlainMessage<UniswapV2Mint> | undefined): boolean;
392
- }
393
- /**
394
- * @generated from message sink.bigquery.storage.write.api.UniswapV2Burn
395
- */
396
- export declare class UniswapV2Burn extends Message<UniswapV2Burn> {
397
- /**
398
- * @generated from field: optional string pair_address = 1;
399
- */
400
- pairAddress?: string;
401
- /**
402
- * @generated from field: optional string sender = 2;
403
- */
404
- sender?: string;
405
- /**
406
- * @generated from field: optional string amount0 = 3;
407
- */
408
- amount0?: string;
409
- /**
410
- * @generated from field: optional string amount1 = 4;
411
- */
412
- amount1?: string;
413
- /**
414
- * @generated from field: optional string to = 5;
415
- */
416
- to?: string;
417
- /**
418
- * @generated from field: optional int64 block_num = 6;
419
- */
420
- blockNum?: bigint;
421
- /**
422
- * @generated from field: optional string block_hash = 7;
423
- */
424
- blockHash?: string;
425
- /**
426
- * @generated from field: optional int64 timestamp = 8;
427
- */
428
- timestamp?: bigint;
429
- /**
430
- * @generated from field: optional int64 index = 9;
431
- */
432
- index?: bigint;
433
- /**
434
- * @generated from field: optional string global_sequence = 10;
435
- */
436
- globalSequence?: string;
437
- /**
438
- * @generated from field: optional string tx_hash = 11;
439
- */
440
- txHash?: string;
441
- /**
442
- * @generated from field: optional string tx_from = 12;
443
- */
444
- txFrom?: string;
445
- /**
446
- * @generated from field: optional string tx_to = 13;
447
- */
448
- txTo?: string;
449
- /**
450
- * @generated from field: optional string caller = 14;
451
- */
452
- caller?: string;
453
- /**
454
- * @generated from field: optional int64 ordinal = 15;
455
- */
456
- ordinal?: bigint;
457
- /**
458
- * @generated from field: optional int64 chain_id = 16;
459
- */
460
- chainId?: bigint;
461
- /**
462
- * @generated from field: optional bool is_reorg = 17;
463
- */
464
- isReorg?: boolean;
465
- /**
466
- * @generated from field: optional int64 sink_created_at = 18;
467
- */
468
- sinkCreatedAt?: bigint;
469
- /**
470
- * @generated from field: optional string ordering_key = 19;
471
- */
472
- orderingKey?: string;
473
- constructor(data?: PartialMessage<UniswapV2Burn>);
474
- static readonly runtime: typeof proto3;
475
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV2Burn";
476
- static readonly fields: FieldList;
477
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV2Burn;
478
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV2Burn;
479
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV2Burn;
480
- static equals(a: UniswapV2Burn | PlainMessage<UniswapV2Burn> | undefined, b: UniswapV2Burn | PlainMessage<UniswapV2Burn> | undefined): boolean;
481
- }
482
- /**
483
- * @generated from message sink.bigquery.storage.write.api.UniswapV3PoolCreated
484
- */
485
- export declare class UniswapV3PoolCreated extends Message<UniswapV3PoolCreated> {
486
- /**
487
- * @generated from field: optional string pool_factory_address = 1;
488
- */
489
- poolFactoryAddress?: string;
490
- /**
491
- * @generated from field: optional string token0 = 2;
492
- */
493
- token0?: string;
494
- /**
495
- * @generated from field: optional string token1 = 3;
496
- */
497
- token1?: string;
498
- /**
499
- * @generated from field: optional uint64 fee = 4;
500
- */
501
- fee?: bigint;
502
- /**
503
- * @generated from field: optional int32 tick_spacing = 5;
504
- */
505
- tickSpacing?: number;
506
- /**
507
- * @generated from field: optional string pool_address = 6;
508
- */
509
- poolAddress?: string;
510
- /**
511
- * @generated from field: optional int64 block_num = 7;
512
- */
513
- blockNum?: bigint;
514
- /**
515
- * @generated from field: optional string block_hash = 8;
516
- */
517
- blockHash?: string;
518
- /**
519
- * @generated from field: optional int64 timestamp = 9;
520
- */
521
- timestamp?: bigint;
522
- /**
523
- * @generated from field: optional int64 index = 10;
524
- */
525
- index?: bigint;
526
- /**
527
- * @generated from field: optional string global_sequence = 11;
528
- */
529
- globalSequence?: string;
530
- /**
531
- * @generated from field: optional string tx_hash = 12;
532
- */
533
- txHash?: string;
534
- /**
535
- * @generated from field: optional string tx_from = 13;
536
- */
537
- txFrom?: string;
538
- /**
539
- * @generated from field: optional string tx_to = 14;
540
- */
541
- txTo?: string;
542
- /**
543
- * @generated from field: optional string caller = 15;
544
- */
545
- caller?: string;
546
- /**
547
- * @generated from field: optional int64 ordinal = 16;
548
- */
549
- ordinal?: bigint;
550
- /**
551
- * @generated from field: optional int64 chain_id = 17;
552
- */
553
- chainId?: bigint;
554
- /**
555
- * @generated from field: optional bool is_reorg = 18;
556
- */
557
- isReorg?: boolean;
558
- /**
559
- * @generated from field: optional int64 sink_created_at = 19;
560
- */
561
- sinkCreatedAt?: bigint;
562
- /**
563
- * @generated from field: optional string ordering_key = 20;
564
- */
565
- orderingKey?: string;
566
- constructor(data?: PartialMessage<UniswapV3PoolCreated>);
567
- static readonly runtime: typeof proto3;
568
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3PoolCreated";
569
- static readonly fields: FieldList;
570
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3PoolCreated;
571
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3PoolCreated;
572
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3PoolCreated;
573
- static equals(a: UniswapV3PoolCreated | PlainMessage<UniswapV3PoolCreated> | undefined, b: UniswapV3PoolCreated | PlainMessage<UniswapV3PoolCreated> | undefined): boolean;
574
- }
575
- /**
576
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Initialize
577
- */
578
- export declare class UniswapV3Initialize extends Message<UniswapV3Initialize> {
579
- /**
580
- * @generated from field: optional string pool_address = 1;
581
- */
582
- poolAddress?: string;
583
- /**
584
- * @generated from field: optional string sqrt_price_x96 = 2;
585
- */
586
- sqrtPriceX96?: string;
587
- /**
588
- * @generated from field: optional int32 tick = 3;
589
- */
590
- tick?: number;
591
- /**
592
- * @generated from field: optional int64 block_num = 4;
593
- */
594
- blockNum?: bigint;
595
- /**
596
- * @generated from field: optional string block_hash = 5;
597
- */
598
- blockHash?: string;
599
- /**
600
- * @generated from field: optional int64 timestamp = 6;
601
- */
602
- timestamp?: bigint;
603
- /**
604
- * @generated from field: optional int64 index = 7;
605
- */
606
- index?: bigint;
607
- /**
608
- * @generated from field: optional string global_sequence = 8;
609
- */
610
- globalSequence?: string;
611
- /**
612
- * @generated from field: optional string tx_hash = 9;
613
- */
614
- txHash?: string;
615
- /**
616
- * @generated from field: optional string tx_from = 10;
617
- */
618
- txFrom?: string;
619
- /**
620
- * @generated from field: optional string tx_to = 11;
621
- */
622
- txTo?: string;
623
- /**
624
- * @generated from field: optional string caller = 12;
625
- */
626
- caller?: string;
627
- /**
628
- * @generated from field: optional int64 ordinal = 13;
629
- */
630
- ordinal?: bigint;
631
- /**
632
- * @generated from field: optional int64 chain_id = 14;
633
- */
634
- chainId?: bigint;
635
- /**
636
- * @generated from field: optional bool is_reorg = 15;
637
- */
638
- isReorg?: boolean;
639
- /**
640
- * @generated from field: optional int64 sink_created_at = 16;
641
- */
642
- sinkCreatedAt?: bigint;
643
- /**
644
- * @generated from field: optional string ordering_key = 17;
645
- */
646
- orderingKey?: string;
647
- constructor(data?: PartialMessage<UniswapV3Initialize>);
648
- static readonly runtime: typeof proto3;
649
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Initialize";
650
- static readonly fields: FieldList;
651
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Initialize;
652
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Initialize;
653
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Initialize;
654
- static equals(a: UniswapV3Initialize | PlainMessage<UniswapV3Initialize> | undefined, b: UniswapV3Initialize | PlainMessage<UniswapV3Initialize> | undefined): boolean;
655
- }
656
- /**
657
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Swap
658
- */
659
- export declare class UniswapV3Swap extends Message<UniswapV3Swap> {
660
- /**
661
- * @generated from field: optional string pool_address = 1;
662
- */
663
- poolAddress?: string;
664
- /**
665
- * @generated from field: optional string sender = 2;
666
- */
667
- sender?: string;
668
- /**
669
- * @generated from field: optional string recipient = 3;
670
- */
671
- recipient?: string;
672
- /**
673
- * @generated from field: optional string amount0 = 4;
674
- */
675
- amount0?: string;
676
- /**
677
- * @generated from field: optional string amount1 = 5;
678
- */
679
- amount1?: string;
680
- /**
681
- * @generated from field: optional string sqrt_price_x96 = 6;
682
- */
683
- sqrtPriceX96?: string;
684
- /**
685
- * @generated from field: optional string liquidity = 7;
686
- */
687
- liquidity?: string;
688
- /**
689
- * @generated from field: optional int32 tick = 8;
690
- */
691
- tick?: number;
692
- /**
693
- * @generated from field: optional int64 block_num = 9;
694
- */
695
- blockNum?: bigint;
696
- /**
697
- * @generated from field: optional string block_hash = 10;
698
- */
699
- blockHash?: string;
700
- /**
701
- * @generated from field: optional int64 timestamp = 11;
702
- */
703
- timestamp?: bigint;
704
- /**
705
- * @generated from field: optional int64 index = 12;
706
- */
707
- index?: bigint;
708
- /**
709
- * @generated from field: optional string global_sequence = 13;
710
- */
711
- globalSequence?: string;
712
- /**
713
- * @generated from field: optional string tx_hash = 14;
714
- */
715
- txHash?: string;
716
- /**
717
- * @generated from field: optional string tx_from = 15;
718
- */
719
- txFrom?: string;
720
- /**
721
- * @generated from field: optional string tx_to = 16;
722
- */
723
- txTo?: string;
724
- /**
725
- * @generated from field: optional string caller = 17;
726
- */
727
- caller?: string;
728
- /**
729
- * @generated from field: optional int64 ordinal = 18;
730
- */
731
- ordinal?: bigint;
732
- /**
733
- * @generated from field: optional int64 chain_id = 19;
734
- */
735
- chainId?: bigint;
736
- /**
737
- * @generated from field: optional bool is_reorg = 20;
738
- */
739
- isReorg?: boolean;
740
- /**
741
- * @generated from field: optional int64 sink_created_at = 21;
742
- */
743
- sinkCreatedAt?: bigint;
744
- /**
745
- * @generated from field: optional string ordering_key = 22;
746
- */
747
- orderingKey?: string;
748
- constructor(data?: PartialMessage<UniswapV3Swap>);
749
- static readonly runtime: typeof proto3;
750
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Swap";
751
- static readonly fields: FieldList;
752
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Swap;
753
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Swap;
754
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Swap;
755
- static equals(a: UniswapV3Swap | PlainMessage<UniswapV3Swap> | undefined, b: UniswapV3Swap | PlainMessage<UniswapV3Swap> | undefined): boolean;
756
- }
757
- /**
758
- * @generated from message sink.bigquery.storage.write.api.UniswapV3OwnerChanged
759
- */
760
- export declare class UniswapV3OwnerChanged extends Message<UniswapV3OwnerChanged> {
761
- /**
762
- * @generated from field: optional string pool_factory_address = 1;
763
- */
764
- poolFactoryAddress?: string;
765
- /**
766
- * @generated from field: optional string old_owner = 2;
767
- */
768
- oldOwner?: string;
769
- /**
770
- * @generated from field: optional string new_owner = 3;
771
- */
772
- newOwner?: string;
773
- /**
774
- * @generated from field: optional int64 block_num = 4;
775
- */
776
- blockNum?: bigint;
777
- /**
778
- * @generated from field: optional string block_hash = 5;
779
- */
780
- blockHash?: string;
781
- /**
782
- * @generated from field: optional int64 timestamp = 6;
783
- */
784
- timestamp?: bigint;
785
- /**
786
- * @generated from field: optional int64 index = 7;
787
- */
788
- index?: bigint;
789
- /**
790
- * @generated from field: optional string global_sequence = 8;
791
- */
792
- globalSequence?: string;
793
- /**
794
- * @generated from field: optional string tx_hash = 9;
795
- */
796
- txHash?: string;
797
- /**
798
- * @generated from field: optional string tx_from = 10;
799
- */
800
- txFrom?: string;
801
- /**
802
- * @generated from field: optional string tx_to = 11;
803
- */
804
- txTo?: string;
805
- /**
806
- * @generated from field: optional string caller = 12;
807
- */
808
- caller?: string;
809
- /**
810
- * @generated from field: optional int64 ordinal = 13;
811
- */
812
- ordinal?: bigint;
813
- /**
814
- * @generated from field: optional int64 chain_id = 14;
815
- */
816
- chainId?: bigint;
817
- /**
818
- * @generated from field: optional bool is_reorg = 15;
819
- */
820
- isReorg?: boolean;
821
- /**
822
- * @generated from field: optional int64 sink_created_at = 16;
823
- */
824
- sinkCreatedAt?: bigint;
825
- /**
826
- * @generated from field: optional string ordering_key = 17;
827
- */
828
- orderingKey?: string;
829
- constructor(data?: PartialMessage<UniswapV3OwnerChanged>);
830
- static readonly runtime: typeof proto3;
831
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3OwnerChanged";
832
- static readonly fields: FieldList;
833
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3OwnerChanged;
834
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3OwnerChanged;
835
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3OwnerChanged;
836
- static equals(a: UniswapV3OwnerChanged | PlainMessage<UniswapV3OwnerChanged> | undefined, b: UniswapV3OwnerChanged | PlainMessage<UniswapV3OwnerChanged> | undefined): boolean;
837
- }
838
- /**
839
- * @generated from message sink.bigquery.storage.write.api.UniswapV3FeeAmountEnabled
840
- */
841
- export declare class UniswapV3FeeAmountEnabled extends Message<UniswapV3FeeAmountEnabled> {
842
- /**
843
- * @generated from field: optional string pool_factory_address = 1;
844
- */
845
- poolFactoryAddress?: string;
846
- /**
847
- * @generated from field: optional uint64 fee = 2;
848
- */
849
- fee?: bigint;
850
- /**
851
- * @generated from field: optional int32 tick_spacing = 3;
852
- */
853
- tickSpacing?: number;
854
- /**
855
- * @generated from field: optional int64 block_num = 4;
856
- */
857
- blockNum?: bigint;
858
- /**
859
- * @generated from field: optional string block_hash = 5;
860
- */
861
- blockHash?: string;
862
- /**
863
- * @generated from field: optional int64 timestamp = 6;
864
- */
865
- timestamp?: bigint;
866
- /**
867
- * @generated from field: optional int64 index = 7;
868
- */
869
- index?: bigint;
870
- /**
871
- * @generated from field: optional string global_sequence = 8;
872
- */
873
- globalSequence?: string;
874
- /**
875
- * @generated from field: optional string tx_hash = 9;
876
- */
877
- txHash?: string;
878
- /**
879
- * @generated from field: optional string tx_from = 10;
880
- */
881
- txFrom?: string;
882
- /**
883
- * @generated from field: optional string tx_to = 11;
884
- */
885
- txTo?: string;
886
- /**
887
- * @generated from field: optional string caller = 12;
888
- */
889
- caller?: string;
890
- /**
891
- * @generated from field: optional int64 ordinal = 13;
892
- */
893
- ordinal?: bigint;
894
- /**
895
- * @generated from field: optional int64 chain_id = 14;
896
- */
897
- chainId?: bigint;
898
- /**
899
- * @generated from field: optional bool is_reorg = 15;
900
- */
901
- isReorg?: boolean;
902
- /**
903
- * @generated from field: optional int64 sink_created_at = 16;
904
- */
905
- sinkCreatedAt?: bigint;
906
- /**
907
- * @generated from field: optional string ordering_key = 17;
908
- */
909
- orderingKey?: string;
910
- constructor(data?: PartialMessage<UniswapV3FeeAmountEnabled>);
911
- static readonly runtime: typeof proto3;
912
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3FeeAmountEnabled";
913
- static readonly fields: FieldList;
914
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3FeeAmountEnabled;
915
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3FeeAmountEnabled;
916
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3FeeAmountEnabled;
917
- static equals(a: UniswapV3FeeAmountEnabled | PlainMessage<UniswapV3FeeAmountEnabled> | undefined, b: UniswapV3FeeAmountEnabled | PlainMessage<UniswapV3FeeAmountEnabled> | undefined): boolean;
918
- }
919
- /**
920
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Mint
921
- */
922
- export declare class UniswapV3Mint extends Message<UniswapV3Mint> {
923
- /**
924
- * @generated from field: optional string pool_address = 1;
925
- */
926
- poolAddress?: string;
927
- /**
928
- * @generated from field: optional string sender = 2;
929
- */
930
- sender?: string;
931
- /**
932
- * @generated from field: optional string owner = 3;
933
- */
934
- owner?: string;
935
- /**
936
- * @generated from field: optional int32 tick_lower = 4;
937
- */
938
- tickLower?: number;
939
- /**
940
- * @generated from field: optional int32 tick_upper = 5;
941
- */
942
- tickUpper?: number;
943
- /**
944
- * @generated from field: optional string amount = 6;
945
- */
946
- amount?: string;
947
- /**
948
- * @generated from field: optional string amount0 = 7;
949
- */
950
- amount0?: string;
951
- /**
952
- * @generated from field: optional string amount1 = 8;
953
- */
954
- amount1?: string;
955
- /**
956
- * @generated from field: optional int64 block_num = 9;
957
- */
958
- blockNum?: bigint;
959
- /**
960
- * @generated from field: optional string block_hash = 10;
961
- */
962
- blockHash?: string;
963
- /**
964
- * @generated from field: optional int64 timestamp = 11;
965
- */
966
- timestamp?: bigint;
967
- /**
968
- * @generated from field: optional int64 index = 12;
969
- */
970
- index?: bigint;
971
- /**
972
- * @generated from field: optional string global_sequence = 13;
973
- */
974
- globalSequence?: string;
975
- /**
976
- * @generated from field: optional string tx_hash = 14;
977
- */
978
- txHash?: string;
979
- /**
980
- * @generated from field: optional string tx_from = 15;
981
- */
982
- txFrom?: string;
983
- /**
984
- * @generated from field: optional string tx_to = 16;
985
- */
986
- txTo?: string;
987
- /**
988
- * @generated from field: optional string caller = 17;
989
- */
990
- caller?: string;
991
- /**
992
- * @generated from field: optional int64 ordinal = 18;
993
- */
994
- ordinal?: bigint;
995
- /**
996
- * @generated from field: optional int64 chain_id = 19;
997
- */
998
- chainId?: bigint;
999
- /**
1000
- * @generated from field: optional bool is_reorg = 20;
1001
- */
1002
- isReorg?: boolean;
1003
- /**
1004
- * @generated from field: optional int64 sink_created_at = 21;
1005
- */
1006
- sinkCreatedAt?: bigint;
1007
- /**
1008
- * @generated from field: optional string ordering_key = 22;
1009
- */
1010
- orderingKey?: string;
1011
- constructor(data?: PartialMessage<UniswapV3Mint>);
1012
- static readonly runtime: typeof proto3;
1013
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Mint";
1014
- static readonly fields: FieldList;
1015
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Mint;
1016
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Mint;
1017
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Mint;
1018
- static equals(a: UniswapV3Mint | PlainMessage<UniswapV3Mint> | undefined, b: UniswapV3Mint | PlainMessage<UniswapV3Mint> | undefined): boolean;
1019
- }
1020
- /**
1021
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Collect
1022
- */
1023
- export declare class UniswapV3Collect extends Message<UniswapV3Collect> {
1024
- /**
1025
- * @generated from field: optional string pool_address = 1;
1026
- */
1027
- poolAddress?: string;
1028
- /**
1029
- * @generated from field: optional string owner = 2;
1030
- */
1031
- owner?: string;
1032
- /**
1033
- * @generated from field: optional string recipient = 3;
1034
- */
1035
- recipient?: string;
1036
- /**
1037
- * @generated from field: optional int32 tick_lower = 4;
1038
- */
1039
- tickLower?: number;
1040
- /**
1041
- * @generated from field: optional int32 tick_upper = 5;
1042
- */
1043
- tickUpper?: number;
1044
- /**
1045
- * @generated from field: optional string amount0 = 6;
1046
- */
1047
- amount0?: string;
1048
- /**
1049
- * @generated from field: optional string amount1 = 7;
1050
- */
1051
- amount1?: string;
1052
- /**
1053
- * @generated from field: optional int64 block_num = 8;
1054
- */
1055
- blockNum?: bigint;
1056
- /**
1057
- * @generated from field: optional string block_hash = 9;
1058
- */
1059
- blockHash?: string;
1060
- /**
1061
- * @generated from field: optional int64 timestamp = 10;
1062
- */
1063
- timestamp?: bigint;
1064
- /**
1065
- * @generated from field: optional int64 index = 11;
1066
- */
1067
- index?: bigint;
1068
- /**
1069
- * @generated from field: optional string global_sequence = 12;
1070
- */
1071
- globalSequence?: string;
1072
- /**
1073
- * @generated from field: optional string tx_hash = 13;
1074
- */
1075
- txHash?: string;
1076
- /**
1077
- * @generated from field: optional string tx_from = 14;
1078
- */
1079
- txFrom?: string;
1080
- /**
1081
- * @generated from field: optional string tx_to = 15;
1082
- */
1083
- txTo?: string;
1084
- /**
1085
- * @generated from field: optional string caller = 16;
1086
- */
1087
- caller?: string;
1088
- /**
1089
- * @generated from field: optional int64 ordinal = 17;
1090
- */
1091
- ordinal?: bigint;
1092
- /**
1093
- * @generated from field: optional int64 chain_id = 18;
1094
- */
1095
- chainId?: bigint;
1096
- /**
1097
- * @generated from field: optional bool is_reorg = 19;
1098
- */
1099
- isReorg?: boolean;
1100
- /**
1101
- * @generated from field: optional int64 sink_created_at = 20;
1102
- */
1103
- sinkCreatedAt?: bigint;
1104
- /**
1105
- * @generated from field: optional string ordering_key = 21;
1106
- */
1107
- orderingKey?: string;
1108
- constructor(data?: PartialMessage<UniswapV3Collect>);
1109
- static readonly runtime: typeof proto3;
1110
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Collect";
1111
- static readonly fields: FieldList;
1112
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Collect;
1113
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Collect;
1114
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Collect;
1115
- static equals(a: UniswapV3Collect | PlainMessage<UniswapV3Collect> | undefined, b: UniswapV3Collect | PlainMessage<UniswapV3Collect> | undefined): boolean;
1116
- }
1117
- /**
1118
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Burn
1119
- */
1120
- export declare class UniswapV3Burn extends Message<UniswapV3Burn> {
1121
- /**
1122
- * @generated from field: optional string pool_address = 1;
1123
- */
1124
- poolAddress?: string;
1125
- /**
1126
- * @generated from field: optional string owner = 2;
1127
- */
1128
- owner?: string;
1129
- /**
1130
- * @generated from field: optional int32 tick_lower = 3;
1131
- */
1132
- tickLower?: number;
1133
- /**
1134
- * @generated from field: optional int32 tick_upper = 4;
1135
- */
1136
- tickUpper?: number;
1137
- /**
1138
- * @generated from field: optional string amount = 5;
1139
- */
1140
- amount?: string;
1141
- /**
1142
- * @generated from field: optional string amount0 = 6;
1143
- */
1144
- amount0?: string;
1145
- /**
1146
- * @generated from field: optional string amount1 = 7;
1147
- */
1148
- amount1?: string;
1149
- /**
1150
- * @generated from field: optional int64 block_num = 8;
1151
- */
1152
- blockNum?: bigint;
1153
- /**
1154
- * @generated from field: optional string block_hash = 9;
1155
- */
1156
- blockHash?: string;
1157
- /**
1158
- * @generated from field: optional int64 timestamp = 10;
1159
- */
1160
- timestamp?: bigint;
1161
- /**
1162
- * @generated from field: optional int64 index = 11;
1163
- */
1164
- index?: bigint;
1165
- /**
1166
- * @generated from field: optional string global_sequence = 12;
1167
- */
1168
- globalSequence?: string;
1169
- /**
1170
- * @generated from field: optional string tx_hash = 13;
1171
- */
1172
- txHash?: string;
1173
- /**
1174
- * @generated from field: optional string tx_from = 14;
1175
- */
1176
- txFrom?: string;
1177
- /**
1178
- * @generated from field: optional string tx_to = 15;
1179
- */
1180
- txTo?: string;
1181
- /**
1182
- * @generated from field: optional string caller = 16;
1183
- */
1184
- caller?: string;
1185
- /**
1186
- * @generated from field: optional int64 ordinal = 17;
1187
- */
1188
- ordinal?: bigint;
1189
- /**
1190
- * @generated from field: optional int64 chain_id = 18;
1191
- */
1192
- chainId?: bigint;
1193
- /**
1194
- * @generated from field: optional bool is_reorg = 19;
1195
- */
1196
- isReorg?: boolean;
1197
- /**
1198
- * @generated from field: optional int64 sink_created_at = 20;
1199
- */
1200
- sinkCreatedAt?: bigint;
1201
- /**
1202
- * @generated from field: optional string ordering_key = 21;
1203
- */
1204
- orderingKey?: string;
1205
- constructor(data?: PartialMessage<UniswapV3Burn>);
1206
- static readonly runtime: typeof proto3;
1207
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Burn";
1208
- static readonly fields: FieldList;
1209
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Burn;
1210
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Burn;
1211
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Burn;
1212
- static equals(a: UniswapV3Burn | PlainMessage<UniswapV3Burn> | undefined, b: UniswapV3Burn | PlainMessage<UniswapV3Burn> | undefined): boolean;
1213
- }
1214
- /**
1215
- * @generated from message sink.bigquery.storage.write.api.UniswapV3Flash
1216
- */
1217
- export declare class UniswapV3Flash extends Message<UniswapV3Flash> {
1218
- /**
1219
- * @generated from field: optional string pool_address = 1;
1220
- */
1221
- poolAddress?: string;
1222
- /**
1223
- * @generated from field: optional string sender = 2;
1224
- */
1225
- sender?: string;
1226
- /**
1227
- * @generated from field: optional string recipient = 3;
1228
- */
1229
- recipient?: string;
1230
- /**
1231
- * @generated from field: optional string amount0 = 4;
1232
- */
1233
- amount0?: string;
1234
- /**
1235
- * @generated from field: optional string amount1 = 5;
1236
- */
1237
- amount1?: string;
1238
- /**
1239
- * @generated from field: optional string paid0 = 6;
1240
- */
1241
- paid0?: string;
1242
- /**
1243
- * @generated from field: optional string paid1 = 7;
1244
- */
1245
- paid1?: string;
1246
- /**
1247
- * @generated from field: optional int64 block_num = 8;
1248
- */
1249
- blockNum?: bigint;
1250
- /**
1251
- * @generated from field: optional string block_hash = 9;
1252
- */
1253
- blockHash?: string;
1254
- /**
1255
- * @generated from field: optional int64 timestamp = 10;
1256
- */
1257
- timestamp?: bigint;
1258
- /**
1259
- * @generated from field: optional int64 index = 11;
1260
- */
1261
- index?: bigint;
1262
- /**
1263
- * @generated from field: optional string global_sequence = 12;
1264
- */
1265
- globalSequence?: string;
1266
- /**
1267
- * @generated from field: optional string tx_hash = 13;
1268
- */
1269
- txHash?: string;
1270
- /**
1271
- * @generated from field: optional string tx_from = 14;
1272
- */
1273
- txFrom?: string;
1274
- /**
1275
- * @generated from field: optional string tx_to = 15;
1276
- */
1277
- txTo?: string;
1278
- /**
1279
- * @generated from field: optional string caller = 16;
1280
- */
1281
- caller?: string;
1282
- /**
1283
- * @generated from field: optional int64 ordinal = 17;
1284
- */
1285
- ordinal?: bigint;
1286
- /**
1287
- * @generated from field: optional int64 chain_id = 18;
1288
- */
1289
- chainId?: bigint;
1290
- /**
1291
- * @generated from field: optional bool is_reorg = 19;
1292
- */
1293
- isReorg?: boolean;
1294
- /**
1295
- * @generated from field: optional int64 sink_created_at = 20;
1296
- */
1297
- sinkCreatedAt?: bigint;
1298
- /**
1299
- * @generated from field: optional string ordering_key = 21;
1300
- */
1301
- orderingKey?: string;
1302
- constructor(data?: PartialMessage<UniswapV3Flash>);
1303
- static readonly runtime: typeof proto3;
1304
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3Flash";
1305
- static readonly fields: FieldList;
1306
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3Flash;
1307
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3Flash;
1308
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3Flash;
1309
- static equals(a: UniswapV3Flash | PlainMessage<UniswapV3Flash> | undefined, b: UniswapV3Flash | PlainMessage<UniswapV3Flash> | undefined): boolean;
1310
- }
1311
- /**
1312
- * @generated from message sink.bigquery.storage.write.api.UniswapV3IncreaseObservationCardinalityNext
1313
- */
1314
- export declare class UniswapV3IncreaseObservationCardinalityNext extends Message<UniswapV3IncreaseObservationCardinalityNext> {
1315
- /**
1316
- * @generated from field: optional string pool_address = 1;
1317
- */
1318
- poolAddress?: string;
1319
- /**
1320
- * @generated from field: optional uint64 observation_cardinality_next_old = 2;
1321
- */
1322
- observationCardinalityNextOld?: bigint;
1323
- /**
1324
- * @generated from field: optional uint64 observation_cardinality_next_new = 3;
1325
- */
1326
- observationCardinalityNextNew?: bigint;
1327
- /**
1328
- * @generated from field: optional int64 block_num = 4;
1329
- */
1330
- blockNum?: bigint;
1331
- /**
1332
- * @generated from field: optional string block_hash = 5;
1333
- */
1334
- blockHash?: string;
1335
- /**
1336
- * @generated from field: optional int64 timestamp = 6;
1337
- */
1338
- timestamp?: bigint;
1339
- /**
1340
- * @generated from field: optional int64 index = 7;
1341
- */
1342
- index?: bigint;
1343
- /**
1344
- * @generated from field: optional string global_sequence = 8;
1345
- */
1346
- globalSequence?: string;
1347
- /**
1348
- * @generated from field: optional string tx_hash = 9;
1349
- */
1350
- txHash?: string;
1351
- /**
1352
- * @generated from field: optional string tx_from = 10;
1353
- */
1354
- txFrom?: string;
1355
- /**
1356
- * @generated from field: optional string tx_to = 11;
1357
- */
1358
- txTo?: string;
1359
- /**
1360
- * @generated from field: optional string caller = 12;
1361
- */
1362
- caller?: string;
1363
- /**
1364
- * @generated from field: optional int64 ordinal = 13;
1365
- */
1366
- ordinal?: bigint;
1367
- /**
1368
- * @generated from field: optional int64 chain_id = 14;
1369
- */
1370
- chainId?: bigint;
1371
- /**
1372
- * @generated from field: optional bool is_reorg = 15;
1373
- */
1374
- isReorg?: boolean;
1375
- /**
1376
- * @generated from field: optional int64 sink_created_at = 16;
1377
- */
1378
- sinkCreatedAt?: bigint;
1379
- /**
1380
- * @generated from field: optional string ordering_key = 17;
1381
- */
1382
- orderingKey?: string;
1383
- constructor(data?: PartialMessage<UniswapV3IncreaseObservationCardinalityNext>);
1384
- static readonly runtime: typeof proto3;
1385
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3IncreaseObservationCardinalityNext";
1386
- static readonly fields: FieldList;
1387
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3IncreaseObservationCardinalityNext;
1388
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3IncreaseObservationCardinalityNext;
1389
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3IncreaseObservationCardinalityNext;
1390
- static equals(a: UniswapV3IncreaseObservationCardinalityNext | PlainMessage<UniswapV3IncreaseObservationCardinalityNext> | undefined, b: UniswapV3IncreaseObservationCardinalityNext | PlainMessage<UniswapV3IncreaseObservationCardinalityNext> | undefined): boolean;
1391
- }
1392
- /**
1393
- * @generated from message sink.bigquery.storage.write.api.UniswapV3SetFeeProtocol
1394
- */
1395
- export declare class UniswapV3SetFeeProtocol extends Message<UniswapV3SetFeeProtocol> {
1396
- /**
1397
- * @generated from field: optional string pool_address = 1;
1398
- */
1399
- poolAddress?: string;
1400
- /**
1401
- * @generated from field: optional uint64 fee_protocol0_old = 2;
1402
- */
1403
- feeProtocol0Old?: bigint;
1404
- /**
1405
- * @generated from field: optional uint64 fee_protocol1_old = 3;
1406
- */
1407
- feeProtocol1Old?: bigint;
1408
- /**
1409
- * @generated from field: optional uint64 fee_protocol0_new = 4;
1410
- */
1411
- feeProtocol0New?: bigint;
1412
- /**
1413
- * @generated from field: optional uint64 fee_protocol1_new = 5;
1414
- */
1415
- feeProtocol1New?: bigint;
1416
- /**
1417
- * @generated from field: optional int64 block_num = 6;
1418
- */
1419
- blockNum?: bigint;
1420
- /**
1421
- * @generated from field: optional string block_hash = 7;
1422
- */
1423
- blockHash?: string;
1424
- /**
1425
- * @generated from field: optional int64 timestamp = 8;
1426
- */
1427
- timestamp?: bigint;
1428
- /**
1429
- * @generated from field: optional int64 index = 9;
1430
- */
1431
- index?: bigint;
1432
- /**
1433
- * @generated from field: optional string global_sequence = 10;
1434
- */
1435
- globalSequence?: string;
1436
- /**
1437
- * @generated from field: optional string tx_hash = 11;
1438
- */
1439
- txHash?: string;
1440
- /**
1441
- * @generated from field: optional string tx_from = 12;
1442
- */
1443
- txFrom?: string;
1444
- /**
1445
- * @generated from field: optional string tx_to = 13;
1446
- */
1447
- txTo?: string;
1448
- /**
1449
- * @generated from field: optional string caller = 14;
1450
- */
1451
- caller?: string;
1452
- /**
1453
- * @generated from field: optional int64 ordinal = 15;
1454
- */
1455
- ordinal?: bigint;
1456
- /**
1457
- * @generated from field: optional int64 chain_id = 16;
1458
- */
1459
- chainId?: bigint;
1460
- /**
1461
- * @generated from field: optional bool is_reorg = 17;
1462
- */
1463
- isReorg?: boolean;
1464
- /**
1465
- * @generated from field: optional int64 sink_created_at = 18;
1466
- */
1467
- sinkCreatedAt?: bigint;
1468
- /**
1469
- * @generated from field: optional string ordering_key = 19;
1470
- */
1471
- orderingKey?: string;
1472
- constructor(data?: PartialMessage<UniswapV3SetFeeProtocol>);
1473
- static readonly runtime: typeof proto3;
1474
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3SetFeeProtocol";
1475
- static readonly fields: FieldList;
1476
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3SetFeeProtocol;
1477
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3SetFeeProtocol;
1478
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3SetFeeProtocol;
1479
- static equals(a: UniswapV3SetFeeProtocol | PlainMessage<UniswapV3SetFeeProtocol> | undefined, b: UniswapV3SetFeeProtocol | PlainMessage<UniswapV3SetFeeProtocol> | undefined): boolean;
1480
- }
1481
- /**
1482
- * @generated from message sink.bigquery.storage.write.api.UniswapV3CollectProtocol
1483
- */
1484
- export declare class UniswapV3CollectProtocol extends Message<UniswapV3CollectProtocol> {
1485
- /**
1486
- * @generated from field: optional string pool_address = 1;
1487
- */
1488
- poolAddress?: string;
1489
- /**
1490
- * @generated from field: optional string sender = 2;
1491
- */
1492
- sender?: string;
1493
- /**
1494
- * @generated from field: optional string recipient = 3;
1495
- */
1496
- recipient?: string;
1497
- /**
1498
- * @generated from field: optional string amount0 = 4;
1499
- */
1500
- amount0?: string;
1501
- /**
1502
- * @generated from field: optional string amount1 = 5;
1503
- */
1504
- amount1?: string;
1505
- /**
1506
- * @generated from field: optional int64 block_num = 6;
1507
- */
1508
- blockNum?: bigint;
1509
- /**
1510
- * @generated from field: optional string block_hash = 7;
1511
- */
1512
- blockHash?: string;
1513
- /**
1514
- * @generated from field: optional int64 timestamp = 8;
1515
- */
1516
- timestamp?: bigint;
1517
- /**
1518
- * @generated from field: optional int64 index = 9;
1519
- */
1520
- index?: bigint;
1521
- /**
1522
- * @generated from field: optional string global_sequence = 10;
1523
- */
1524
- globalSequence?: string;
1525
- /**
1526
- * @generated from field: optional string tx_hash = 11;
1527
- */
1528
- txHash?: string;
1529
- /**
1530
- * @generated from field: optional string tx_from = 12;
1531
- */
1532
- txFrom?: string;
1533
- /**
1534
- * @generated from field: optional string tx_to = 13;
1535
- */
1536
- txTo?: string;
1537
- /**
1538
- * @generated from field: optional string caller = 14;
1539
- */
1540
- caller?: string;
1541
- /**
1542
- * @generated from field: optional int64 ordinal = 15;
1543
- */
1544
- ordinal?: bigint;
1545
- /**
1546
- * @generated from field: optional int64 chain_id = 16;
1547
- */
1548
- chainId?: bigint;
1549
- /**
1550
- * @generated from field: optional bool is_reorg = 17;
1551
- */
1552
- isReorg?: boolean;
1553
- /**
1554
- * @generated from field: optional int64 sink_created_at = 18;
1555
- */
1556
- sinkCreatedAt?: bigint;
1557
- /**
1558
- * @generated from field: optional string ordering_key = 19;
1559
- */
1560
- orderingKey?: string;
1561
- constructor(data?: PartialMessage<UniswapV3CollectProtocol>);
1562
- static readonly runtime: typeof proto3;
1563
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV3CollectProtocol";
1564
- static readonly fields: FieldList;
1565
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV3CollectProtocol;
1566
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV3CollectProtocol;
1567
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV3CollectProtocol;
1568
- static equals(a: UniswapV3CollectProtocol | PlainMessage<UniswapV3CollectProtocol> | undefined, b: UniswapV3CollectProtocol | PlainMessage<UniswapV3CollectProtocol> | undefined): boolean;
1569
- }
1570
- /**
1571
- * @generated from message sink.bigquery.storage.write.api.UniswapV4Initialize
1572
- */
1573
- export declare class UniswapV4Initialize extends Message<UniswapV4Initialize> {
1574
- /**
1575
- * @generated from field: optional string pool_manager_address = 1;
1576
- */
1577
- poolManagerAddress?: string;
1578
- /**
1579
- * @generated from field: optional string pool_id = 2;
1580
- */
1581
- poolId?: string;
1582
- /**
1583
- * @generated from field: optional string currency0 = 3;
1584
- */
1585
- currency0?: string;
1586
- /**
1587
- * @generated from field: optional string currency1 = 4;
1588
- */
1589
- currency1?: string;
1590
- /**
1591
- * @generated from field: optional uint64 fee = 5;
1592
- */
1593
- fee?: bigint;
1594
- /**
1595
- * @generated from field: optional int32 tick_spacing = 6;
1596
- */
1597
- tickSpacing?: number;
1598
- /**
1599
- * @generated from field: optional string sqrt_price_x96 = 7;
1600
- */
1601
- sqrtPriceX96?: string;
1602
- /**
1603
- * @generated from field: optional int32 tick = 8;
1604
- */
1605
- tick?: number;
1606
- /**
1607
- * @generated from field: optional int64 block_num = 9;
1608
- */
1609
- blockNum?: bigint;
1610
- /**
1611
- * @generated from field: optional string block_hash = 10;
1612
- */
1613
- blockHash?: string;
1614
- /**
1615
- * @generated from field: optional int64 timestamp = 11;
1616
- */
1617
- timestamp?: bigint;
1618
- /**
1619
- * @generated from field: optional int64 index = 12;
1620
- */
1621
- index?: bigint;
1622
- /**
1623
- * @generated from field: optional string global_sequence = 13;
1624
- */
1625
- globalSequence?: string;
1626
- /**
1627
- * @generated from field: optional string tx_hash = 14;
1628
- */
1629
- txHash?: string;
1630
- /**
1631
- * @generated from field: optional string tx_from = 15;
1632
- */
1633
- txFrom?: string;
1634
- /**
1635
- * @generated from field: optional string tx_to = 16;
1636
- */
1637
- txTo?: string;
1638
- /**
1639
- * @generated from field: optional string caller = 17;
1640
- */
1641
- caller?: string;
1642
- /**
1643
- * @generated from field: optional int64 ordinal = 18;
1644
- */
1645
- ordinal?: bigint;
1646
- /**
1647
- * @generated from field: optional int64 chain_id = 19;
1648
- */
1649
- chainId?: bigint;
1650
- /**
1651
- * @generated from field: optional bool is_reorg = 20;
1652
- */
1653
- isReorg?: boolean;
1654
- /**
1655
- * @generated from field: optional int64 sink_created_at = 21;
1656
- */
1657
- sinkCreatedAt?: bigint;
1658
- /**
1659
- * @generated from field: optional string ordering_key = 22;
1660
- */
1661
- orderingKey?: string;
1662
- constructor(data?: PartialMessage<UniswapV4Initialize>);
1663
- static readonly runtime: typeof proto3;
1664
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4Initialize";
1665
- static readonly fields: FieldList;
1666
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4Initialize;
1667
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4Initialize;
1668
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4Initialize;
1669
- static equals(a: UniswapV4Initialize | PlainMessage<UniswapV4Initialize> | undefined, b: UniswapV4Initialize | PlainMessage<UniswapV4Initialize> | undefined): boolean;
1670
- }
1671
- /**
1672
- * @generated from message sink.bigquery.storage.write.api.UniswapV4Swap
1673
- */
1674
- export declare class UniswapV4Swap extends Message<UniswapV4Swap> {
1675
- /**
1676
- * @generated from field: optional string pool_manager_address = 1;
1677
- */
1678
- poolManagerAddress?: string;
1679
- /**
1680
- * @generated from field: optional string pool_id = 2;
1681
- */
1682
- poolId?: string;
1683
- /**
1684
- * @generated from field: optional string sender = 3;
1685
- */
1686
- sender?: string;
1687
- /**
1688
- * @generated from field: optional string amount0 = 4;
1689
- */
1690
- amount0?: string;
1691
- /**
1692
- * @generated from field: optional string amount1 = 5;
1693
- */
1694
- amount1?: string;
1695
- /**
1696
- * @generated from field: optional string sqrt_price_x96 = 6;
1697
- */
1698
- sqrtPriceX96?: string;
1699
- /**
1700
- * @generated from field: optional string liquidity = 7;
1701
- */
1702
- liquidity?: string;
1703
- /**
1704
- * @generated from field: optional int32 tick = 8;
1705
- */
1706
- tick?: number;
1707
- /**
1708
- * @generated from field: optional string fee = 9;
1709
- */
1710
- fee?: string;
1711
- /**
1712
- * @generated from field: optional int64 block_num = 10;
1713
- */
1714
- blockNum?: bigint;
1715
- /**
1716
- * @generated from field: optional string block_hash = 11;
1717
- */
1718
- blockHash?: string;
1719
- /**
1720
- * @generated from field: optional int64 timestamp = 12;
1721
- */
1722
- timestamp?: bigint;
1723
- /**
1724
- * @generated from field: optional int64 index = 13;
1725
- */
1726
- index?: bigint;
1727
- /**
1728
- * @generated from field: optional string global_sequence = 14;
1729
- */
1730
- globalSequence?: string;
1731
- /**
1732
- * @generated from field: optional string tx_hash = 15;
1733
- */
1734
- txHash?: string;
1735
- /**
1736
- * @generated from field: optional string tx_from = 16;
1737
- */
1738
- txFrom?: string;
1739
- /**
1740
- * @generated from field: optional string tx_to = 17;
1741
- */
1742
- txTo?: string;
1743
- /**
1744
- * @generated from field: optional string caller = 18;
1745
- */
1746
- caller?: string;
1747
- /**
1748
- * @generated from field: optional int64 ordinal = 19;
1749
- */
1750
- ordinal?: bigint;
1751
- /**
1752
- * @generated from field: optional int64 chain_id = 20;
1753
- */
1754
- chainId?: bigint;
1755
- /**
1756
- * @generated from field: optional bool is_reorg = 21;
1757
- */
1758
- isReorg?: boolean;
1759
- /**
1760
- * @generated from field: optional int64 sink_created_at = 22;
1761
- */
1762
- sinkCreatedAt?: bigint;
1763
- /**
1764
- * @generated from field: optional string ordering_key = 23;
1765
- */
1766
- orderingKey?: string;
1767
- constructor(data?: PartialMessage<UniswapV4Swap>);
1768
- static readonly runtime: typeof proto3;
1769
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4Swap";
1770
- static readonly fields: FieldList;
1771
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4Swap;
1772
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4Swap;
1773
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4Swap;
1774
- static equals(a: UniswapV4Swap | PlainMessage<UniswapV4Swap> | undefined, b: UniswapV4Swap | PlainMessage<UniswapV4Swap> | undefined): boolean;
1775
- }
1776
- /**
1777
- * @generated from message sink.bigquery.storage.write.api.UniswapV4ModifyLiquidity
1778
- */
1779
- export declare class UniswapV4ModifyLiquidity extends Message<UniswapV4ModifyLiquidity> {
1780
- /**
1781
- * @generated from field: optional string pool_manager_address = 1;
1782
- */
1783
- poolManagerAddress?: string;
1784
- /**
1785
- * @generated from field: optional string pool_id = 2;
1786
- */
1787
- poolId?: string;
1788
- /**
1789
- * @generated from field: optional string sender = 3;
1790
- */
1791
- sender?: string;
1792
- /**
1793
- * @generated from field: optional int32 tick_lower = 4;
1794
- */
1795
- tickLower?: number;
1796
- /**
1797
- * @generated from field: optional int32 tick_upper = 5;
1798
- */
1799
- tickUpper?: number;
1800
- /**
1801
- * @generated from field: optional string liquidity_delta = 6;
1802
- */
1803
- liquidityDelta?: string;
1804
- /**
1805
- * @generated from field: optional string salt = 7;
1806
- */
1807
- salt?: string;
1808
- /**
1809
- * @generated from field: optional int64 block_num = 8;
1810
- */
1811
- blockNum?: bigint;
1812
- /**
1813
- * @generated from field: optional string block_hash = 9;
1814
- */
1815
- blockHash?: string;
1816
- /**
1817
- * @generated from field: optional int64 timestamp = 10;
1818
- */
1819
- timestamp?: bigint;
1820
- /**
1821
- * @generated from field: optional int64 index = 11;
1822
- */
1823
- index?: bigint;
1824
- /**
1825
- * @generated from field: optional string global_sequence = 12;
1826
- */
1827
- globalSequence?: string;
1828
- /**
1829
- * @generated from field: optional string tx_hash = 13;
1830
- */
1831
- txHash?: string;
1832
- /**
1833
- * @generated from field: optional string tx_from = 14;
1834
- */
1835
- txFrom?: string;
1836
- /**
1837
- * @generated from field: optional string tx_to = 15;
1838
- */
1839
- txTo?: string;
1840
- /**
1841
- * @generated from field: optional string caller = 16;
1842
- */
1843
- caller?: string;
1844
- /**
1845
- * @generated from field: optional int64 ordinal = 17;
1846
- */
1847
- ordinal?: bigint;
1848
- /**
1849
- * @generated from field: optional int64 chain_id = 18;
1850
- */
1851
- chainId?: bigint;
1852
- /**
1853
- * @generated from field: optional bool is_reorg = 19;
1854
- */
1855
- isReorg?: boolean;
1856
- /**
1857
- * @generated from field: optional int64 sink_created_at = 20;
1858
- */
1859
- sinkCreatedAt?: bigint;
1860
- /**
1861
- * @generated from field: optional string ordering_key = 21;
1862
- */
1863
- orderingKey?: string;
1864
- constructor(data?: PartialMessage<UniswapV4ModifyLiquidity>);
1865
- static readonly runtime: typeof proto3;
1866
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4ModifyLiquidity";
1867
- static readonly fields: FieldList;
1868
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4ModifyLiquidity;
1869
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4ModifyLiquidity;
1870
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4ModifyLiquidity;
1871
- static equals(a: UniswapV4ModifyLiquidity | PlainMessage<UniswapV4ModifyLiquidity> | undefined, b: UniswapV4ModifyLiquidity | PlainMessage<UniswapV4ModifyLiquidity> | undefined): boolean;
1872
- }
1873
- /**
1874
- * @generated from message sink.bigquery.storage.write.api.UniswapV4Donate
1875
- */
1876
- export declare class UniswapV4Donate extends Message<UniswapV4Donate> {
1877
- /**
1878
- * @generated from field: optional string pool_manager_address = 1;
1879
- */
1880
- poolManagerAddress?: string;
1881
- /**
1882
- * @generated from field: optional string pool_id = 2;
1883
- */
1884
- poolId?: string;
1885
- /**
1886
- * @generated from field: optional string sender = 3;
1887
- */
1888
- sender?: string;
1889
- /**
1890
- * @generated from field: optional string amount0 = 4;
1891
- */
1892
- amount0?: string;
1893
- /**
1894
- * @generated from field: optional string amount1 = 5;
1895
- */
1896
- amount1?: string;
1897
- /**
1898
- * @generated from field: optional int64 block_num = 6;
1899
- */
1900
- blockNum?: bigint;
1901
- /**
1902
- * @generated from field: optional string block_hash = 7;
1903
- */
1904
- blockHash?: string;
1905
- /**
1906
- * @generated from field: optional int64 timestamp = 8;
1907
- */
1908
- timestamp?: bigint;
1909
- /**
1910
- * @generated from field: optional int64 index = 9;
1911
- */
1912
- index?: bigint;
1913
- /**
1914
- * @generated from field: optional string global_sequence = 10;
1915
- */
1916
- globalSequence?: string;
1917
- /**
1918
- * @generated from field: optional string tx_hash = 11;
1919
- */
1920
- txHash?: string;
1921
- /**
1922
- * @generated from field: optional string tx_from = 12;
1923
- */
1924
- txFrom?: string;
1925
- /**
1926
- * @generated from field: optional string tx_to = 13;
1927
- */
1928
- txTo?: string;
1929
- /**
1930
- * @generated from field: optional string caller = 14;
1931
- */
1932
- caller?: string;
1933
- /**
1934
- * @generated from field: optional int64 ordinal = 15;
1935
- */
1936
- ordinal?: bigint;
1937
- /**
1938
- * @generated from field: optional int64 chain_id = 16;
1939
- */
1940
- chainId?: bigint;
1941
- /**
1942
- * @generated from field: optional bool is_reorg = 17;
1943
- */
1944
- isReorg?: boolean;
1945
- /**
1946
- * @generated from field: optional int64 sink_created_at = 18;
1947
- */
1948
- sinkCreatedAt?: bigint;
1949
- /**
1950
- * @generated from field: optional string ordering_key = 19;
1951
- */
1952
- orderingKey?: string;
1953
- constructor(data?: PartialMessage<UniswapV4Donate>);
1954
- static readonly runtime: typeof proto3;
1955
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4Donate";
1956
- static readonly fields: FieldList;
1957
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4Donate;
1958
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4Donate;
1959
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4Donate;
1960
- static equals(a: UniswapV4Donate | PlainMessage<UniswapV4Donate> | undefined, b: UniswapV4Donate | PlainMessage<UniswapV4Donate> | undefined): boolean;
1961
- }
1962
- /**
1963
- * @generated from message sink.bigquery.storage.write.api.UniswapV4ProtocolFeeControllerUpdated
1964
- */
1965
- export declare class UniswapV4ProtocolFeeControllerUpdated extends Message<UniswapV4ProtocolFeeControllerUpdated> {
1966
- /**
1967
- * @generated from field: optional string protocol_fee_controller_address = 1;
1968
- */
1969
- protocolFeeControllerAddress?: string;
1970
- /**
1971
- * @generated from field: optional string protocol_fee_controller = 2;
1972
- */
1973
- protocolFeeController?: string;
1974
- /**
1975
- * @generated from field: optional int64 block_num = 3;
1976
- */
1977
- blockNum?: bigint;
1978
- /**
1979
- * @generated from field: optional string block_hash = 4;
1980
- */
1981
- blockHash?: string;
1982
- /**
1983
- * @generated from field: optional int64 timestamp = 5;
1984
- */
1985
- timestamp?: bigint;
1986
- /**
1987
- * @generated from field: optional int64 index = 6;
1988
- */
1989
- index?: bigint;
1990
- /**
1991
- * @generated from field: optional string global_sequence = 7;
1992
- */
1993
- globalSequence?: string;
1994
- /**
1995
- * @generated from field: optional string tx_hash = 8;
1996
- */
1997
- txHash?: string;
1998
- /**
1999
- * @generated from field: optional string tx_from = 9;
2000
- */
2001
- txFrom?: string;
2002
- /**
2003
- * @generated from field: optional string tx_to = 10;
2004
- */
2005
- txTo?: string;
2006
- /**
2007
- * @generated from field: optional string caller = 11;
2008
- */
2009
- caller?: string;
2010
- /**
2011
- * @generated from field: optional int64 ordinal = 12;
2012
- */
2013
- ordinal?: bigint;
2014
- /**
2015
- * @generated from field: optional int64 chain_id = 13;
2016
- */
2017
- chainId?: bigint;
2018
- /**
2019
- * @generated from field: optional bool is_reorg = 14;
2020
- */
2021
- isReorg?: boolean;
2022
- /**
2023
- * @generated from field: optional int64 sink_created_at = 15;
2024
- */
2025
- sinkCreatedAt?: bigint;
2026
- /**
2027
- * @generated from field: optional string ordering_key = 16;
2028
- */
2029
- orderingKey?: string;
2030
- constructor(data?: PartialMessage<UniswapV4ProtocolFeeControllerUpdated>);
2031
- static readonly runtime: typeof proto3;
2032
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4ProtocolFeeControllerUpdated";
2033
- static readonly fields: FieldList;
2034
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4ProtocolFeeControllerUpdated;
2035
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4ProtocolFeeControllerUpdated;
2036
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4ProtocolFeeControllerUpdated;
2037
- static equals(a: UniswapV4ProtocolFeeControllerUpdated | PlainMessage<UniswapV4ProtocolFeeControllerUpdated> | undefined, b: UniswapV4ProtocolFeeControllerUpdated | PlainMessage<UniswapV4ProtocolFeeControllerUpdated> | undefined): boolean;
2038
- }
2039
- /**
2040
- * @generated from message sink.bigquery.storage.write.api.UniswapV4ProtocolFeeUpdated
2041
- */
2042
- export declare class UniswapV4ProtocolFeeUpdated extends Message<UniswapV4ProtocolFeeUpdated> {
2043
- /**
2044
- * @generated from field: optional string protocol_fee_controller_address = 1;
2045
- */
2046
- protocolFeeControllerAddress?: string;
2047
- /**
2048
- * @generated from field: optional string pool_id = 2;
2049
- */
2050
- poolId?: string;
2051
- /**
2052
- * @generated from field: optional uint64 protocol_fee = 3;
2053
- */
2054
- protocolFee?: bigint;
2055
- /**
2056
- * @generated from field: optional int64 block_num = 4;
2057
- */
2058
- blockNum?: bigint;
2059
- /**
2060
- * @generated from field: optional string block_hash = 5;
2061
- */
2062
- blockHash?: string;
2063
- /**
2064
- * @generated from field: optional int64 timestamp = 6;
2065
- */
2066
- timestamp?: bigint;
2067
- /**
2068
- * @generated from field: optional int64 index = 7;
2069
- */
2070
- index?: bigint;
2071
- /**
2072
- * @generated from field: optional string global_sequence = 8;
2073
- */
2074
- globalSequence?: string;
2075
- /**
2076
- * @generated from field: optional string tx_hash = 9;
2077
- */
2078
- txHash?: string;
2079
- /**
2080
- * @generated from field: optional string tx_from = 10;
2081
- */
2082
- txFrom?: string;
2083
- /**
2084
- * @generated from field: optional string tx_to = 11;
2085
- */
2086
- txTo?: string;
2087
- /**
2088
- * @generated from field: optional string caller = 12;
2089
- */
2090
- caller?: string;
2091
- /**
2092
- * @generated from field: optional int64 ordinal = 13;
2093
- */
2094
- ordinal?: bigint;
2095
- /**
2096
- * @generated from field: optional int64 chain_id = 14;
2097
- */
2098
- chainId?: bigint;
2099
- /**
2100
- * @generated from field: optional bool is_reorg = 15;
2101
- */
2102
- isReorg?: boolean;
2103
- /**
2104
- * @generated from field: optional int64 sink_created_at = 16;
2105
- */
2106
- sinkCreatedAt?: bigint;
2107
- /**
2108
- * @generated from field: optional string ordering_key = 17;
2109
- */
2110
- orderingKey?: string;
2111
- constructor(data?: PartialMessage<UniswapV4ProtocolFeeUpdated>);
2112
- static readonly runtime: typeof proto3;
2113
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapV4ProtocolFeeUpdated";
2114
- static readonly fields: FieldList;
2115
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapV4ProtocolFeeUpdated;
2116
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapV4ProtocolFeeUpdated;
2117
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapV4ProtocolFeeUpdated;
2118
- static equals(a: UniswapV4ProtocolFeeUpdated | PlainMessage<UniswapV4ProtocolFeeUpdated> | undefined, b: UniswapV4ProtocolFeeUpdated | PlainMessage<UniswapV4ProtocolFeeUpdated> | undefined): boolean;
2119
- }
2120
- /**
2121
- * @generated from message sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsCheckpointUpdated
2122
- */
2123
- export declare class UniswapTimeWeightedAuctionsCheckpointUpdated extends Message<UniswapTimeWeightedAuctionsCheckpointUpdated> {
2124
- /**
2125
- * @generated from field: optional string auction_address = 1;
2126
- */
2127
- auctionAddress?: string;
2128
- /**
2129
- * @generated from field: optional string block_number = 2;
2130
- */
2131
- blockNumber?: string;
2132
- /**
2133
- * @generated from field: optional string clearing_price = 3;
2134
- */
2135
- clearingPrice?: string;
2136
- /**
2137
- * @generated from field: optional string total_cleared = 4;
2138
- */
2139
- totalCleared?: string;
2140
- /**
2141
- * @generated from field: optional uint64 cumulative_mps = 5;
2142
- */
2143
- cumulativeMps?: bigint;
2144
- /**
2145
- * @generated from field: optional int64 block_num = 6;
2146
- */
2147
- blockNum?: bigint;
2148
- /**
2149
- * @generated from field: optional string block_hash = 7;
2150
- */
2151
- blockHash?: string;
2152
- /**
2153
- * @generated from field: optional int64 timestamp = 8;
2154
- */
2155
- timestamp?: bigint;
2156
- /**
2157
- * @generated from field: optional int64 index = 9;
2158
- */
2159
- index?: bigint;
2160
- /**
2161
- * @generated from field: optional string global_sequence = 10;
2162
- */
2163
- globalSequence?: string;
2164
- /**
2165
- * @generated from field: optional string tx_hash = 11;
2166
- */
2167
- txHash?: string;
2168
- /**
2169
- * @generated from field: optional string tx_from = 12;
2170
- */
2171
- txFrom?: string;
2172
- /**
2173
- * @generated from field: optional string tx_to = 13;
2174
- */
2175
- txTo?: string;
2176
- /**
2177
- * @generated from field: optional string caller = 14;
2178
- */
2179
- caller?: string;
2180
- /**
2181
- * @generated from field: optional int64 ordinal = 15;
2182
- */
2183
- ordinal?: bigint;
2184
- /**
2185
- * @generated from field: optional int64 chain_id = 16;
2186
- */
2187
- chainId?: bigint;
2188
- /**
2189
- * @generated from field: optional bool is_reorg = 17;
2190
- */
2191
- isReorg?: boolean;
2192
- /**
2193
- * @generated from field: optional int64 sink_created_at = 18;
2194
- */
2195
- sinkCreatedAt?: bigint;
2196
- /**
2197
- * @generated from field: optional string ordering_key = 19;
2198
- */
2199
- orderingKey?: string;
2200
- constructor(data?: PartialMessage<UniswapTimeWeightedAuctionsCheckpointUpdated>);
2201
- static readonly runtime: typeof proto3;
2202
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsCheckpointUpdated";
2203
- static readonly fields: FieldList;
2204
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapTimeWeightedAuctionsCheckpointUpdated;
2205
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsCheckpointUpdated;
2206
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsCheckpointUpdated;
2207
- static equals(a: UniswapTimeWeightedAuctionsCheckpointUpdated | PlainMessage<UniswapTimeWeightedAuctionsCheckpointUpdated> | undefined, b: UniswapTimeWeightedAuctionsCheckpointUpdated | PlainMessage<UniswapTimeWeightedAuctionsCheckpointUpdated> | undefined): boolean;
2208
- }
2209
- /**
2210
- * @generated from message sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidSubmitted
2211
- */
2212
- export declare class UniswapTimeWeightedAuctionsBidSubmitted extends Message<UniswapTimeWeightedAuctionsBidSubmitted> {
2213
- /**
2214
- * @generated from field: optional string auction_address = 1;
2215
- */
2216
- auctionAddress?: string;
2217
- /**
2218
- * @generated from field: optional string id = 2;
2219
- */
2220
- id?: string;
2221
- /**
2222
- * @generated from field: optional string owner = 3;
2223
- */
2224
- owner?: string;
2225
- /**
2226
- * @generated from field: optional string price = 4;
2227
- */
2228
- price?: string;
2229
- /**
2230
- * @generated from field: optional bool exact_in = 5;
2231
- */
2232
- exactIn?: boolean;
2233
- /**
2234
- * @generated from field: optional string amount = 6;
2235
- */
2236
- amount?: string;
2237
- /**
2238
- * @generated from field: optional int64 block_num = 7;
2239
- */
2240
- blockNum?: bigint;
2241
- /**
2242
- * @generated from field: optional string block_hash = 8;
2243
- */
2244
- blockHash?: string;
2245
- /**
2246
- * @generated from field: optional int64 timestamp = 9;
2247
- */
2248
- timestamp?: bigint;
2249
- /**
2250
- * @generated from field: optional int64 index = 10;
2251
- */
2252
- index?: bigint;
2253
- /**
2254
- * @generated from field: optional string global_sequence = 11;
2255
- */
2256
- globalSequence?: string;
2257
- /**
2258
- * @generated from field: optional string tx_hash = 12;
2259
- */
2260
- txHash?: string;
2261
- /**
2262
- * @generated from field: optional string tx_from = 13;
2263
- */
2264
- txFrom?: string;
2265
- /**
2266
- * @generated from field: optional string tx_to = 14;
2267
- */
2268
- txTo?: string;
2269
- /**
2270
- * @generated from field: optional string caller = 15;
2271
- */
2272
- caller?: string;
2273
- /**
2274
- * @generated from field: optional int64 ordinal = 16;
2275
- */
2276
- ordinal?: bigint;
2277
- /**
2278
- * @generated from field: optional int64 chain_id = 17;
2279
- */
2280
- chainId?: bigint;
2281
- /**
2282
- * @generated from field: optional bool is_reorg = 18;
2283
- */
2284
- isReorg?: boolean;
2285
- /**
2286
- * @generated from field: optional int64 sink_created_at = 19;
2287
- */
2288
- sinkCreatedAt?: bigint;
2289
- /**
2290
- * @generated from field: optional string ordering_key = 20;
2291
- */
2292
- orderingKey?: string;
2293
- constructor(data?: PartialMessage<UniswapTimeWeightedAuctionsBidSubmitted>);
2294
- static readonly runtime: typeof proto3;
2295
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidSubmitted";
2296
- static readonly fields: FieldList;
2297
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapTimeWeightedAuctionsBidSubmitted;
2298
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsBidSubmitted;
2299
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsBidSubmitted;
2300
- static equals(a: UniswapTimeWeightedAuctionsBidSubmitted | PlainMessage<UniswapTimeWeightedAuctionsBidSubmitted> | undefined, b: UniswapTimeWeightedAuctionsBidSubmitted | PlainMessage<UniswapTimeWeightedAuctionsBidSubmitted> | undefined): boolean;
2301
- }
2302
- /**
2303
- * @generated from message sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidExited
2304
- */
2305
- export declare class UniswapTimeWeightedAuctionsBidExited extends Message<UniswapTimeWeightedAuctionsBidExited> {
2306
- /**
2307
- * @generated from field: optional string auction_address = 1;
2308
- */
2309
- auctionAddress?: string;
2310
- /**
2311
- * @generated from field: optional string bid_id = 2;
2312
- */
2313
- bidId?: string;
2314
- /**
2315
- * @generated from field: optional string owner = 3;
2316
- */
2317
- owner?: string;
2318
- /**
2319
- * @generated from field: optional string tokens_filled = 4;
2320
- */
2321
- tokensFilled?: string;
2322
- /**
2323
- * @generated from field: optional int64 block_num = 5;
2324
- */
2325
- blockNum?: bigint;
2326
- /**
2327
- * @generated from field: optional string block_hash = 6;
2328
- */
2329
- blockHash?: string;
2330
- /**
2331
- * @generated from field: optional int64 timestamp = 7;
2332
- */
2333
- timestamp?: bigint;
2334
- /**
2335
- * @generated from field: optional int64 index = 8;
2336
- */
2337
- index?: bigint;
2338
- /**
2339
- * @generated from field: optional string global_sequence = 9;
2340
- */
2341
- globalSequence?: string;
2342
- /**
2343
- * @generated from field: optional string tx_hash = 10;
2344
- */
2345
- txHash?: string;
2346
- /**
2347
- * @generated from field: optional string tx_from = 11;
2348
- */
2349
- txFrom?: string;
2350
- /**
2351
- * @generated from field: optional string tx_to = 12;
2352
- */
2353
- txTo?: string;
2354
- /**
2355
- * @generated from field: optional string caller = 13;
2356
- */
2357
- caller?: string;
2358
- /**
2359
- * @generated from field: optional int64 ordinal = 14;
2360
- */
2361
- ordinal?: bigint;
2362
- /**
2363
- * @generated from field: optional int64 chain_id = 15;
2364
- */
2365
- chainId?: bigint;
2366
- /**
2367
- * @generated from field: optional bool is_reorg = 16;
2368
- */
2369
- isReorg?: boolean;
2370
- /**
2371
- * @generated from field: optional int64 sink_created_at = 17;
2372
- */
2373
- sinkCreatedAt?: bigint;
2374
- /**
2375
- * @generated from field: optional string ordering_key = 18;
2376
- */
2377
- orderingKey?: string;
2378
- constructor(data?: PartialMessage<UniswapTimeWeightedAuctionsBidExited>);
2379
- static readonly runtime: typeof proto3;
2380
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidExited";
2381
- static readonly fields: FieldList;
2382
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapTimeWeightedAuctionsBidExited;
2383
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsBidExited;
2384
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsBidExited;
2385
- static equals(a: UniswapTimeWeightedAuctionsBidExited | PlainMessage<UniswapTimeWeightedAuctionsBidExited> | undefined, b: UniswapTimeWeightedAuctionsBidExited | PlainMessage<UniswapTimeWeightedAuctionsBidExited> | undefined): boolean;
2386
- }
2387
- /**
2388
- * @generated from message sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsTokensClaimed
2389
- */
2390
- export declare class UniswapTimeWeightedAuctionsTokensClaimed extends Message<UniswapTimeWeightedAuctionsTokensClaimed> {
2391
- /**
2392
- * @generated from field: optional string auction_address = 1;
2393
- */
2394
- auctionAddress?: string;
2395
- /**
2396
- * @generated from field: optional string bid_id = 2;
2397
- */
2398
- bidId?: string;
2399
- /**
2400
- * @generated from field: optional string owner = 3;
2401
- */
2402
- owner?: string;
2403
- /**
2404
- * @generated from field: optional string tokens_filled = 4;
2405
- */
2406
- tokensFilled?: string;
2407
- /**
2408
- * @generated from field: optional int64 block_num = 5;
2409
- */
2410
- blockNum?: bigint;
2411
- /**
2412
- * @generated from field: optional string block_hash = 6;
2413
- */
2414
- blockHash?: string;
2415
- /**
2416
- * @generated from field: optional int64 timestamp = 7;
2417
- */
2418
- timestamp?: bigint;
2419
- /**
2420
- * @generated from field: optional int64 index = 8;
2421
- */
2422
- index?: bigint;
2423
- /**
2424
- * @generated from field: optional string global_sequence = 9;
2425
- */
2426
- globalSequence?: string;
2427
- /**
2428
- * @generated from field: optional string tx_hash = 10;
2429
- */
2430
- txHash?: string;
2431
- /**
2432
- * @generated from field: optional string tx_from = 11;
2433
- */
2434
- txFrom?: string;
2435
- /**
2436
- * @generated from field: optional string tx_to = 12;
2437
- */
2438
- txTo?: string;
2439
- /**
2440
- * @generated from field: optional string caller = 13;
2441
- */
2442
- caller?: string;
2443
- /**
2444
- * @generated from field: optional int64 ordinal = 14;
2445
- */
2446
- ordinal?: bigint;
2447
- /**
2448
- * @generated from field: optional int64 chain_id = 15;
2449
- */
2450
- chainId?: bigint;
2451
- /**
2452
- * @generated from field: optional bool is_reorg = 16;
2453
- */
2454
- isReorg?: boolean;
2455
- /**
2456
- * @generated from field: optional int64 sink_created_at = 17;
2457
- */
2458
- sinkCreatedAt?: bigint;
2459
- /**
2460
- * @generated from field: optional string ordering_key = 18;
2461
- */
2462
- orderingKey?: string;
2463
- constructor(data?: PartialMessage<UniswapTimeWeightedAuctionsTokensClaimed>);
2464
- static readonly runtime: typeof proto3;
2465
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsTokensClaimed";
2466
- static readonly fields: FieldList;
2467
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapTimeWeightedAuctionsTokensClaimed;
2468
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsTokensClaimed;
2469
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsTokensClaimed;
2470
- static equals(a: UniswapTimeWeightedAuctionsTokensClaimed | PlainMessage<UniswapTimeWeightedAuctionsTokensClaimed> | undefined, b: UniswapTimeWeightedAuctionsTokensClaimed | PlainMessage<UniswapTimeWeightedAuctionsTokensClaimed> | undefined): boolean;
2471
- }
2472
- /**
2473
- * @generated from message sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsAuctionCreated
2474
- */
2475
- export declare class UniswapTimeWeightedAuctionsAuctionCreated extends Message<UniswapTimeWeightedAuctionsAuctionCreated> {
2476
- /**
2477
- * @generated from field: optional string auction_factory_address = 1;
2478
- */
2479
- auctionFactoryAddress?: string;
2480
- /**
2481
- * @generated from field: optional string auction_address = 2;
2482
- */
2483
- auctionAddress?: string;
2484
- /**
2485
- * @generated from field: optional string token_address = 3;
2486
- */
2487
- tokenAddress?: string;
2488
- /**
2489
- * @generated from field: optional string amount = 4;
2490
- */
2491
- amount?: string;
2492
- /**
2493
- * @generated from field: optional string config_data = 5;
2494
- */
2495
- configData?: string;
2496
- /**
2497
- * @generated from field: optional int64 block_num = 6;
2498
- */
2499
- blockNum?: bigint;
2500
- /**
2501
- * @generated from field: optional string block_hash = 7;
2502
- */
2503
- blockHash?: string;
2504
- /**
2505
- * @generated from field: optional int64 timestamp = 8;
2506
- */
2507
- timestamp?: bigint;
2508
- /**
2509
- * @generated from field: optional int64 index = 9;
2510
- */
2511
- index?: bigint;
2512
- /**
2513
- * @generated from field: optional string global_sequence = 10;
2514
- */
2515
- globalSequence?: string;
2516
- /**
2517
- * @generated from field: optional string tx_hash = 11;
2518
- */
2519
- txHash?: string;
2520
- /**
2521
- * @generated from field: optional string tx_from = 12;
2522
- */
2523
- txFrom?: string;
2524
- /**
2525
- * @generated from field: optional string tx_to = 13;
2526
- */
2527
- txTo?: string;
2528
- /**
2529
- * @generated from field: optional string caller = 14;
2530
- */
2531
- caller?: string;
2532
- /**
2533
- * @generated from field: optional int64 ordinal = 15;
2534
- */
2535
- ordinal?: bigint;
2536
- /**
2537
- * @generated from field: optional int64 chain_id = 16;
2538
- */
2539
- chainId?: bigint;
2540
- /**
2541
- * @generated from field: optional bool is_reorg = 17;
2542
- */
2543
- isReorg?: boolean;
2544
- /**
2545
- * @generated from field: optional int64 sink_created_at = 18;
2546
- */
2547
- sinkCreatedAt?: bigint;
2548
- /**
2549
- * @generated from field: optional string ordering_key = 19;
2550
- */
2551
- orderingKey?: string;
2552
- constructor(data?: PartialMessage<UniswapTimeWeightedAuctionsAuctionCreated>);
2553
- static readonly runtime: typeof proto3;
2554
- static readonly typeName = "sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsAuctionCreated";
2555
- static readonly fields: FieldList;
2556
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UniswapTimeWeightedAuctionsAuctionCreated;
2557
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsAuctionCreated;
2558
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UniswapTimeWeightedAuctionsAuctionCreated;
2559
- static equals(a: UniswapTimeWeightedAuctionsAuctionCreated | PlainMessage<UniswapTimeWeightedAuctionsAuctionCreated> | undefined, b: UniswapTimeWeightedAuctionsAuctionCreated | PlainMessage<UniswapTimeWeightedAuctionsAuctionCreated> | undefined): boolean;
2560
- }
2561
- /**
2562
- * @generated from message sink.bigquery.storage.write.api.Event
2563
- */
2564
- export declare class Event extends Message<Event> {
2565
- /**
2566
- * @generated from field: sink.bigquery.storage.write.api.Operation operation = 1;
2567
- */
2568
- operation: Operation;
2569
- /**
2570
- * @generated from field: string version = 2;
2571
- */
2572
- version: string;
2573
- /**
2574
- * @generated from field: optional sink.bigquery.storage.write.api.ReorgContext reorg_context = 3;
2575
- */
2576
- reorgContext?: ReorgContext;
2577
- /**
2578
- * @generated from oneof sink.bigquery.storage.write.api.Event.event
2579
- */
2580
- event: {
2581
- /**
2582
- * @generated from field: sink.bigquery.storage.write.api.UniswapV2PairCreated uniswap_v2_pair_created = 100;
2583
- */
2584
- value: UniswapV2PairCreated;
2585
- case: "uniswapV2PairCreated";
2586
- } | {
2587
- /**
2588
- * @generated from field: sink.bigquery.storage.write.api.UniswapV2Swap uniswap_v2_swap = 101;
2589
- */
2590
- value: UniswapV2Swap;
2591
- case: "uniswapV2Swap";
2592
- } | {
2593
- /**
2594
- * @generated from field: sink.bigquery.storage.write.api.UniswapV2Sync uniswap_v2_sync = 102;
2595
- */
2596
- value: UniswapV2Sync;
2597
- case: "uniswapV2Sync";
2598
- } | {
2599
- /**
2600
- * @generated from field: sink.bigquery.storage.write.api.UniswapV2Mint uniswap_v2_mint = 103;
2601
- */
2602
- value: UniswapV2Mint;
2603
- case: "uniswapV2Mint";
2604
- } | {
2605
- /**
2606
- * @generated from field: sink.bigquery.storage.write.api.UniswapV2Burn uniswap_v2_burn = 104;
2607
- */
2608
- value: UniswapV2Burn;
2609
- case: "uniswapV2Burn";
2610
- } | {
2611
- /**
2612
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3PoolCreated uniswap_v3_pool_created = 200;
2613
- */
2614
- value: UniswapV3PoolCreated;
2615
- case: "uniswapV3PoolCreated";
2616
- } | {
2617
- /**
2618
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3OwnerChanged uniswap_v3_owner_changed = 201;
2619
- */
2620
- value: UniswapV3OwnerChanged;
2621
- case: "uniswapV3OwnerChanged";
2622
- } | {
2623
- /**
2624
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3FeeAmountEnabled uniswap_v3_fee_amount_enabled = 202;
2625
- */
2626
- value: UniswapV3FeeAmountEnabled;
2627
- case: "uniswapV3FeeAmountEnabled";
2628
- } | {
2629
- /**
2630
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Swap uniswap_v3_swap = 203;
2631
- */
2632
- value: UniswapV3Swap;
2633
- case: "uniswapV3Swap";
2634
- } | {
2635
- /**
2636
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Initialize uniswap_v3_initialize = 204;
2637
- */
2638
- value: UniswapV3Initialize;
2639
- case: "uniswapV3Initialize";
2640
- } | {
2641
- /**
2642
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Mint uniswap_v3_mint = 205;
2643
- */
2644
- value: UniswapV3Mint;
2645
- case: "uniswapV3Mint";
2646
- } | {
2647
- /**
2648
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Collect uniswap_v3_collect = 206;
2649
- */
2650
- value: UniswapV3Collect;
2651
- case: "uniswapV3Collect";
2652
- } | {
2653
- /**
2654
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Burn uniswap_v3_burn = 207;
2655
- */
2656
- value: UniswapV3Burn;
2657
- case: "uniswapV3Burn";
2658
- } | {
2659
- /**
2660
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3Flash uniswap_v3_flash = 208;
2661
- */
2662
- value: UniswapV3Flash;
2663
- case: "uniswapV3Flash";
2664
- } | {
2665
- /**
2666
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3IncreaseObservationCardinalityNext uniswap_v3_increase_observation_cardinality_next = 209;
2667
- */
2668
- value: UniswapV3IncreaseObservationCardinalityNext;
2669
- case: "uniswapV3IncreaseObservationCardinalityNext";
2670
- } | {
2671
- /**
2672
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3SetFeeProtocol uniswap_v3_set_fee_protocol = 210;
2673
- */
2674
- value: UniswapV3SetFeeProtocol;
2675
- case: "uniswapV3SetFeeProtocol";
2676
- } | {
2677
- /**
2678
- * @generated from field: sink.bigquery.storage.write.api.UniswapV3CollectProtocol uniswap_v3_collect_protocol = 211;
2679
- */
2680
- value: UniswapV3CollectProtocol;
2681
- case: "uniswapV3CollectProtocol";
2682
- } | {
2683
- /**
2684
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4Swap uniswap_v4_swap = 300;
2685
- */
2686
- value: UniswapV4Swap;
2687
- case: "uniswapV4Swap";
2688
- } | {
2689
- /**
2690
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4Initialize uniswap_v4_initialize = 301;
2691
- */
2692
- value: UniswapV4Initialize;
2693
- case: "uniswapV4Initialize";
2694
- } | {
2695
- /**
2696
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4ModifyLiquidity uniswap_v4_modify_liquidity = 302;
2697
- */
2698
- value: UniswapV4ModifyLiquidity;
2699
- case: "uniswapV4ModifyLiquidity";
2700
- } | {
2701
- /**
2702
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4Donate uniswap_v4_donate = 303;
2703
- */
2704
- value: UniswapV4Donate;
2705
- case: "uniswapV4Donate";
2706
- } | {
2707
- /**
2708
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4ProtocolFeeControllerUpdated uniswap_v4_protocol_fee_controller_updated = 304;
2709
- */
2710
- value: UniswapV4ProtocolFeeControllerUpdated;
2711
- case: "uniswapV4ProtocolFeeControllerUpdated";
2712
- } | {
2713
- /**
2714
- * @generated from field: sink.bigquery.storage.write.api.UniswapV4ProtocolFeeUpdated uniswap_v4_protocol_fee_updated = 305;
2715
- */
2716
- value: UniswapV4ProtocolFeeUpdated;
2717
- case: "uniswapV4ProtocolFeeUpdated";
2718
- } | {
2719
- /**
2720
- * @generated from field: sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsAuctionCreated uniswap_time_weighted_auctions_auction_created = 400;
2721
- */
2722
- value: UniswapTimeWeightedAuctionsAuctionCreated;
2723
- case: "uniswapTimeWeightedAuctionsAuctionCreated";
2724
- } | {
2725
- /**
2726
- * @generated from field: sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsCheckpointUpdated uniswap_time_weighted_auctions_checkpoint_updated = 401;
2727
- */
2728
- value: UniswapTimeWeightedAuctionsCheckpointUpdated;
2729
- case: "uniswapTimeWeightedAuctionsCheckpointUpdated";
2730
- } | {
2731
- /**
2732
- * @generated from field: sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidSubmitted uniswap_time_weighted_auctions_bid_submitted = 402;
2733
- */
2734
- value: UniswapTimeWeightedAuctionsBidSubmitted;
2735
- case: "uniswapTimeWeightedAuctionsBidSubmitted";
2736
- } | {
2737
- /**
2738
- * @generated from field: sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsBidExited uniswap_time_weighted_auctions_bid_exited = 403;
2739
- */
2740
- value: UniswapTimeWeightedAuctionsBidExited;
2741
- case: "uniswapTimeWeightedAuctionsBidExited";
2742
- } | {
2743
- /**
2744
- * @generated from field: sink.bigquery.storage.write.api.UniswapTimeWeightedAuctionsTokensClaimed uniswap_time_weighted_auctions_tokens_claimed = 404;
2745
- */
2746
- value: UniswapTimeWeightedAuctionsTokensClaimed;
2747
- case: "uniswapTimeWeightedAuctionsTokensClaimed";
2748
- } | {
2749
- case: undefined;
2750
- value?: undefined;
2751
- };
2752
- constructor(data?: PartialMessage<Event>);
2753
- static readonly runtime: typeof proto3;
2754
- static readonly typeName = "sink.bigquery.storage.write.api.Event";
2755
- static readonly fields: FieldList;
2756
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Event;
2757
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Event;
2758
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Event;
2759
- static equals(a: Event | PlainMessage<Event> | undefined, b: Event | PlainMessage<Event> | undefined): boolean;
2760
- }