@apibara/starknet 2.1.0-beta.22 → 2.1.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +279 -279
- package/dist/index.d.mts +279 -279
- package/dist/index.d.ts +279 -279
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -3113,10 +3113,10 @@ declare const FunctionInvocation_base: Schema.Class<FunctionInvocation, {
|
|
|
3113
3113
|
readonly messages: readonly number[];
|
|
3114
3114
|
} & {
|
|
3115
3115
|
readonly contractAddress: `0x${string}`;
|
|
3116
|
-
} & {
|
|
3117
|
-
readonly calldata: readonly `0x${string}`[];
|
|
3118
3116
|
} & {
|
|
3119
3117
|
readonly entryPointSelector: `0x${string}`;
|
|
3118
|
+
} & {
|
|
3119
|
+
readonly calldata: readonly `0x${string}`[];
|
|
3120
3120
|
} & {
|
|
3121
3121
|
readonly classHash: `0x${string}`;
|
|
3122
3122
|
} & {
|
|
@@ -5258,134 +5258,134 @@ declare const Filter: Schema.Struct<{
|
|
|
5258
5258
|
}>;
|
|
5259
5259
|
type Filter = typeof Filter.Type;
|
|
5260
5260
|
declare const filterToProto: (a: {
|
|
5261
|
-
readonly header?: "
|
|
5261
|
+
readonly header?: "unknown" | "always" | "on_data" | "on_data_or_on_new_block" | undefined;
|
|
5262
5262
|
readonly transactions?: readonly {
|
|
5263
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5263
5264
|
readonly id?: number | undefined;
|
|
5264
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5265
5265
|
readonly includeReceipt?: boolean | undefined;
|
|
5266
5266
|
readonly includeMessages?: boolean | undefined;
|
|
5267
5267
|
readonly includeEvents?: boolean | undefined;
|
|
5268
5268
|
readonly includeTrace?: boolean | undefined;
|
|
5269
5269
|
readonly transactionType?: {
|
|
5270
|
-
readonly _tag: "invokeV0";
|
|
5271
5270
|
readonly invokeV0: {};
|
|
5271
|
+
readonly _tag: "invokeV0";
|
|
5272
5272
|
} | {
|
|
5273
|
-
readonly _tag: "invokeV1";
|
|
5274
5273
|
readonly invokeV1: {};
|
|
5274
|
+
readonly _tag: "invokeV1";
|
|
5275
5275
|
} | {
|
|
5276
|
-
readonly _tag: "invokeV3";
|
|
5277
5276
|
readonly invokeV3: {};
|
|
5277
|
+
readonly _tag: "invokeV3";
|
|
5278
5278
|
} | {
|
|
5279
|
-
readonly _tag: "deploy";
|
|
5280
5279
|
readonly deploy: {};
|
|
5280
|
+
readonly _tag: "deploy";
|
|
5281
5281
|
} | {
|
|
5282
|
-
readonly _tag: "declareV0";
|
|
5283
5282
|
readonly declareV0: {};
|
|
5283
|
+
readonly _tag: "declareV0";
|
|
5284
5284
|
} | {
|
|
5285
|
-
readonly _tag: "declareV1";
|
|
5286
5285
|
readonly declareV1: {};
|
|
5286
|
+
readonly _tag: "declareV1";
|
|
5287
5287
|
} | {
|
|
5288
|
-
readonly _tag: "declareV2";
|
|
5289
5288
|
readonly declareV2: {};
|
|
5289
|
+
readonly _tag: "declareV2";
|
|
5290
5290
|
} | {
|
|
5291
|
-
readonly _tag: "declareV3";
|
|
5292
5291
|
readonly declareV3: {};
|
|
5292
|
+
readonly _tag: "declareV3";
|
|
5293
5293
|
} | {
|
|
5294
|
-
readonly _tag: "l1Handler";
|
|
5295
5294
|
readonly l1Handler: {};
|
|
5295
|
+
readonly _tag: "l1Handler";
|
|
5296
5296
|
} | {
|
|
5297
|
-
readonly _tag: "deployAccountV1";
|
|
5298
5297
|
readonly deployAccountV1: {};
|
|
5298
|
+
readonly _tag: "deployAccountV1";
|
|
5299
5299
|
} | {
|
|
5300
|
-
readonly _tag: "deployAccountV3";
|
|
5301
5300
|
readonly deployAccountV3: {};
|
|
5301
|
+
readonly _tag: "deployAccountV3";
|
|
5302
5302
|
} | undefined;
|
|
5303
5303
|
}[] | undefined;
|
|
5304
5304
|
readonly events?: readonly {
|
|
5305
5305
|
readonly keys?: readonly (`0x${string}` | null)[] | undefined;
|
|
5306
|
-
readonly
|
|
5307
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5308
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5309
|
-
readonly includeMessages?: boolean | undefined;
|
|
5306
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5310
5307
|
readonly address?: `0x${string}` | undefined;
|
|
5308
|
+
readonly id?: number | undefined;
|
|
5311
5309
|
readonly strict?: boolean | undefined;
|
|
5312
5310
|
readonly includeTransaction?: boolean | undefined;
|
|
5311
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5312
|
+
readonly includeMessages?: boolean | undefined;
|
|
5313
5313
|
readonly includeSiblings?: boolean | undefined;
|
|
5314
5314
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5315
5315
|
}[] | undefined;
|
|
5316
5316
|
readonly messages?: readonly {
|
|
5317
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5318
|
+
readonly fromAddress?: `0x${string}` | undefined;
|
|
5319
|
+
readonly toAddress?: `0x${string}` | undefined;
|
|
5317
5320
|
readonly id?: number | undefined;
|
|
5318
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5319
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5320
|
-
readonly includeEvents?: boolean | undefined;
|
|
5321
5321
|
readonly includeTransaction?: boolean | undefined;
|
|
5322
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5322
5323
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly toAddress?: `0x${string}` | undefined;
|
|
5324
|
+
readonly includeEvents?: boolean | undefined;
|
|
5325
5325
|
}[] | undefined;
|
|
5326
5326
|
readonly storageDiffs?: readonly {
|
|
5327
|
-
readonly id?: number | undefined;
|
|
5328
5327
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5328
|
+
readonly id?: number | undefined;
|
|
5329
5329
|
}[] | undefined;
|
|
5330
5330
|
readonly contractChanges?: readonly {
|
|
5331
|
-
readonly id?: number | undefined;
|
|
5332
5331
|
readonly change?: {
|
|
5333
|
-
readonly _tag: "declaredClass";
|
|
5334
5332
|
readonly declaredClass: {};
|
|
5333
|
+
readonly _tag: "declaredClass";
|
|
5335
5334
|
} | {
|
|
5336
|
-
readonly _tag: "replacedClass";
|
|
5337
5335
|
readonly replacedClass: {};
|
|
5336
|
+
readonly _tag: "replacedClass";
|
|
5338
5337
|
} | {
|
|
5339
|
-
readonly _tag: "deployedContract";
|
|
5340
5338
|
readonly deployedContract: {};
|
|
5339
|
+
readonly _tag: "deployedContract";
|
|
5341
5340
|
} | undefined;
|
|
5341
|
+
readonly id?: number | undefined;
|
|
5342
5342
|
}[] | undefined;
|
|
5343
5343
|
readonly nonceUpdates?: readonly {
|
|
5344
|
-
readonly id?: number | undefined;
|
|
5345
5344
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5345
|
+
readonly id?: number | undefined;
|
|
5346
5346
|
}[] | undefined;
|
|
5347
5347
|
}, overrideOptions?: _effect_schema_AST.ParseOptions) => {
|
|
5348
5348
|
readonly header?: HeaderFilter$1 | undefined;
|
|
5349
5349
|
readonly transactions?: readonly {
|
|
5350
|
-
readonly id?: number | undefined;
|
|
5351
5350
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5351
|
+
readonly id?: number | undefined;
|
|
5352
5352
|
readonly includeReceipt?: boolean | undefined;
|
|
5353
5353
|
readonly includeMessages?: boolean | undefined;
|
|
5354
5354
|
readonly includeEvents?: boolean | undefined;
|
|
5355
5355
|
readonly includeTrace?: boolean | undefined;
|
|
5356
5356
|
readonly transactionType?: {
|
|
5357
|
-
readonly $case: "invokeV0";
|
|
5358
5357
|
readonly invokeV0: {};
|
|
5358
|
+
readonly $case: "invokeV0";
|
|
5359
5359
|
} | {
|
|
5360
|
-
readonly $case: "invokeV1";
|
|
5361
5360
|
readonly invokeV1: {};
|
|
5361
|
+
readonly $case: "invokeV1";
|
|
5362
5362
|
} | {
|
|
5363
|
-
readonly $case: "invokeV3";
|
|
5364
5363
|
readonly invokeV3: {};
|
|
5364
|
+
readonly $case: "invokeV3";
|
|
5365
5365
|
} | {
|
|
5366
|
-
readonly $case: "deploy";
|
|
5367
5366
|
readonly deploy: {};
|
|
5367
|
+
readonly $case: "deploy";
|
|
5368
5368
|
} | {
|
|
5369
|
-
readonly $case: "declareV0";
|
|
5370
5369
|
readonly declareV0: {};
|
|
5370
|
+
readonly $case: "declareV0";
|
|
5371
5371
|
} | {
|
|
5372
|
-
readonly $case: "declareV1";
|
|
5373
5372
|
readonly declareV1: {};
|
|
5373
|
+
readonly $case: "declareV1";
|
|
5374
5374
|
} | {
|
|
5375
|
-
readonly $case: "declareV2";
|
|
5376
5375
|
readonly declareV2: {};
|
|
5376
|
+
readonly $case: "declareV2";
|
|
5377
5377
|
} | {
|
|
5378
|
-
readonly $case: "declareV3";
|
|
5379
5378
|
readonly declareV3: {};
|
|
5379
|
+
readonly $case: "declareV3";
|
|
5380
5380
|
} | {
|
|
5381
|
-
readonly $case: "l1Handler";
|
|
5382
5381
|
readonly l1Handler: {};
|
|
5382
|
+
readonly $case: "l1Handler";
|
|
5383
5383
|
} | {
|
|
5384
|
-
readonly $case: "deployAccountV1";
|
|
5385
5384
|
readonly deployAccountV1: {};
|
|
5385
|
+
readonly $case: "deployAccountV1";
|
|
5386
5386
|
} | {
|
|
5387
|
-
readonly $case: "deployAccountV3";
|
|
5388
5387
|
readonly deployAccountV3: {};
|
|
5388
|
+
readonly $case: "deployAccountV3";
|
|
5389
5389
|
} | undefined;
|
|
5390
5390
|
}[] | undefined;
|
|
5391
5391
|
readonly events?: readonly {
|
|
@@ -5397,28 +5397,23 @@ declare const filterToProto: (a: {
|
|
|
5397
5397
|
readonly x3: bigint;
|
|
5398
5398
|
} | undefined;
|
|
5399
5399
|
}[] | undefined;
|
|
5400
|
-
readonly id?: number | undefined;
|
|
5401
5400
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5402
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5403
|
-
readonly includeMessages?: boolean | undefined;
|
|
5404
5401
|
readonly address?: {
|
|
5405
5402
|
readonly x0: bigint;
|
|
5406
5403
|
readonly x1: bigint;
|
|
5407
5404
|
readonly x2: bigint;
|
|
5408
5405
|
readonly x3: bigint;
|
|
5409
5406
|
} | undefined;
|
|
5407
|
+
readonly id?: number | undefined;
|
|
5410
5408
|
readonly strict?: boolean | undefined;
|
|
5411
5409
|
readonly includeTransaction?: boolean | undefined;
|
|
5410
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5411
|
+
readonly includeMessages?: boolean | undefined;
|
|
5412
5412
|
readonly includeSiblings?: boolean | undefined;
|
|
5413
5413
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5414
5414
|
}[] | undefined;
|
|
5415
5415
|
readonly messages?: readonly {
|
|
5416
|
-
readonly id?: number | undefined;
|
|
5417
5416
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5418
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5419
|
-
readonly includeEvents?: boolean | undefined;
|
|
5420
|
-
readonly includeTransaction?: boolean | undefined;
|
|
5421
|
-
readonly includeTransactionTrace?: boolean | undefined;
|
|
5422
5417
|
readonly fromAddress?: {
|
|
5423
5418
|
readonly x0: bigint;
|
|
5424
5419
|
readonly x1: bigint;
|
|
@@ -5431,81 +5426,86 @@ declare const filterToProto: (a: {
|
|
|
5431
5426
|
readonly x2: bigint;
|
|
5432
5427
|
readonly x3: bigint;
|
|
5433
5428
|
} | undefined;
|
|
5429
|
+
readonly id?: number | undefined;
|
|
5430
|
+
readonly includeTransaction?: boolean | undefined;
|
|
5431
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5432
|
+
readonly includeTransactionTrace?: boolean | undefined;
|
|
5433
|
+
readonly includeEvents?: boolean | undefined;
|
|
5434
5434
|
}[] | undefined;
|
|
5435
5435
|
readonly storageDiffs?: readonly {
|
|
5436
|
-
readonly id?: number | undefined;
|
|
5437
5436
|
readonly contractAddress?: {
|
|
5438
5437
|
readonly x0: bigint;
|
|
5439
5438
|
readonly x1: bigint;
|
|
5440
5439
|
readonly x2: bigint;
|
|
5441
5440
|
readonly x3: bigint;
|
|
5442
5441
|
} | undefined;
|
|
5442
|
+
readonly id?: number | undefined;
|
|
5443
5443
|
}[] | undefined;
|
|
5444
5444
|
readonly contractChanges?: readonly {
|
|
5445
|
-
readonly id?: number | undefined;
|
|
5446
5445
|
readonly change?: {
|
|
5447
|
-
readonly $case: "declaredClass";
|
|
5448
5446
|
readonly declaredClass: {};
|
|
5447
|
+
readonly $case: "declaredClass";
|
|
5449
5448
|
} | {
|
|
5450
|
-
readonly $case: "replacedClass";
|
|
5451
5449
|
readonly replacedClass: {};
|
|
5450
|
+
readonly $case: "replacedClass";
|
|
5452
5451
|
} | {
|
|
5453
|
-
readonly $case: "deployedContract";
|
|
5454
5452
|
readonly deployedContract: {};
|
|
5453
|
+
readonly $case: "deployedContract";
|
|
5455
5454
|
} | undefined;
|
|
5455
|
+
readonly id?: number | undefined;
|
|
5456
5456
|
}[] | undefined;
|
|
5457
5457
|
readonly nonceUpdates?: readonly {
|
|
5458
|
-
readonly id?: number | undefined;
|
|
5459
5458
|
readonly contractAddress?: {
|
|
5460
5459
|
readonly x0: bigint;
|
|
5461
5460
|
readonly x1: bigint;
|
|
5462
5461
|
readonly x2: bigint;
|
|
5463
5462
|
readonly x3: bigint;
|
|
5464
5463
|
} | undefined;
|
|
5464
|
+
readonly id?: number | undefined;
|
|
5465
5465
|
}[] | undefined;
|
|
5466
5466
|
};
|
|
5467
5467
|
declare const filterFromProto: (i: {
|
|
5468
5468
|
readonly header?: HeaderFilter$1 | undefined;
|
|
5469
5469
|
readonly transactions?: readonly {
|
|
5470
|
-
readonly id?: number | undefined;
|
|
5471
5470
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5471
|
+
readonly id?: number | undefined;
|
|
5472
5472
|
readonly includeReceipt?: boolean | undefined;
|
|
5473
5473
|
readonly includeMessages?: boolean | undefined;
|
|
5474
5474
|
readonly includeEvents?: boolean | undefined;
|
|
5475
5475
|
readonly includeTrace?: boolean | undefined;
|
|
5476
5476
|
readonly transactionType?: {
|
|
5477
|
-
readonly $case: "invokeV0";
|
|
5478
5477
|
readonly invokeV0: {};
|
|
5478
|
+
readonly $case: "invokeV0";
|
|
5479
5479
|
} | {
|
|
5480
|
-
readonly $case: "invokeV1";
|
|
5481
5480
|
readonly invokeV1: {};
|
|
5481
|
+
readonly $case: "invokeV1";
|
|
5482
5482
|
} | {
|
|
5483
|
-
readonly $case: "invokeV3";
|
|
5484
5483
|
readonly invokeV3: {};
|
|
5484
|
+
readonly $case: "invokeV3";
|
|
5485
5485
|
} | {
|
|
5486
|
-
readonly $case: "deploy";
|
|
5487
5486
|
readonly deploy: {};
|
|
5487
|
+
readonly $case: "deploy";
|
|
5488
5488
|
} | {
|
|
5489
|
-
readonly $case: "declareV0";
|
|
5490
5489
|
readonly declareV0: {};
|
|
5490
|
+
readonly $case: "declareV0";
|
|
5491
5491
|
} | {
|
|
5492
|
-
readonly $case: "declareV1";
|
|
5493
5492
|
readonly declareV1: {};
|
|
5493
|
+
readonly $case: "declareV1";
|
|
5494
5494
|
} | {
|
|
5495
|
-
readonly $case: "declareV2";
|
|
5496
5495
|
readonly declareV2: {};
|
|
5496
|
+
readonly $case: "declareV2";
|
|
5497
5497
|
} | {
|
|
5498
|
-
readonly $case: "declareV3";
|
|
5499
5498
|
readonly declareV3: {};
|
|
5499
|
+
readonly $case: "declareV3";
|
|
5500
5500
|
} | {
|
|
5501
|
-
readonly $case: "l1Handler";
|
|
5502
5501
|
readonly l1Handler: {};
|
|
5502
|
+
readonly $case: "l1Handler";
|
|
5503
5503
|
} | {
|
|
5504
|
-
readonly $case: "deployAccountV1";
|
|
5505
5504
|
readonly deployAccountV1: {};
|
|
5505
|
+
readonly $case: "deployAccountV1";
|
|
5506
5506
|
} | {
|
|
5507
|
-
readonly $case: "deployAccountV3";
|
|
5508
5507
|
readonly deployAccountV3: {};
|
|
5508
|
+
readonly $case: "deployAccountV3";
|
|
5509
5509
|
} | undefined;
|
|
5510
5510
|
}[] | undefined;
|
|
5511
5511
|
readonly events?: readonly {
|
|
@@ -5517,28 +5517,23 @@ declare const filterFromProto: (i: {
|
|
|
5517
5517
|
readonly x3: bigint;
|
|
5518
5518
|
} | undefined;
|
|
5519
5519
|
}[] | undefined;
|
|
5520
|
-
readonly id?: number | undefined;
|
|
5521
5520
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5522
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5523
|
-
readonly includeMessages?: boolean | undefined;
|
|
5524
5521
|
readonly address?: {
|
|
5525
5522
|
readonly x0: bigint;
|
|
5526
5523
|
readonly x1: bigint;
|
|
5527
5524
|
readonly x2: bigint;
|
|
5528
5525
|
readonly x3: bigint;
|
|
5529
5526
|
} | undefined;
|
|
5527
|
+
readonly id?: number | undefined;
|
|
5530
5528
|
readonly strict?: boolean | undefined;
|
|
5531
5529
|
readonly includeTransaction?: boolean | undefined;
|
|
5530
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5531
|
+
readonly includeMessages?: boolean | undefined;
|
|
5532
5532
|
readonly includeSiblings?: boolean | undefined;
|
|
5533
5533
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5534
5534
|
}[] | undefined;
|
|
5535
5535
|
readonly messages?: readonly {
|
|
5536
|
-
readonly id?: number | undefined;
|
|
5537
5536
|
readonly transactionStatus?: TransactionStatusFilter$1 | undefined;
|
|
5538
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5539
|
-
readonly includeEvents?: boolean | undefined;
|
|
5540
|
-
readonly includeTransaction?: boolean | undefined;
|
|
5541
|
-
readonly includeTransactionTrace?: boolean | undefined;
|
|
5542
5537
|
readonly fromAddress?: {
|
|
5543
5538
|
readonly x0: bigint;
|
|
5544
5539
|
readonly x1: bigint;
|
|
@@ -5551,124 +5546,129 @@ declare const filterFromProto: (i: {
|
|
|
5551
5546
|
readonly x2: bigint;
|
|
5552
5547
|
readonly x3: bigint;
|
|
5553
5548
|
} | undefined;
|
|
5549
|
+
readonly id?: number | undefined;
|
|
5550
|
+
readonly includeTransaction?: boolean | undefined;
|
|
5551
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5552
|
+
readonly includeTransactionTrace?: boolean | undefined;
|
|
5553
|
+
readonly includeEvents?: boolean | undefined;
|
|
5554
5554
|
}[] | undefined;
|
|
5555
5555
|
readonly storageDiffs?: readonly {
|
|
5556
|
-
readonly id?: number | undefined;
|
|
5557
5556
|
readonly contractAddress?: {
|
|
5558
5557
|
readonly x0: bigint;
|
|
5559
5558
|
readonly x1: bigint;
|
|
5560
5559
|
readonly x2: bigint;
|
|
5561
5560
|
readonly x3: bigint;
|
|
5562
5561
|
} | undefined;
|
|
5562
|
+
readonly id?: number | undefined;
|
|
5563
5563
|
}[] | undefined;
|
|
5564
5564
|
readonly contractChanges?: readonly {
|
|
5565
|
-
readonly id?: number | undefined;
|
|
5566
5565
|
readonly change?: {
|
|
5567
|
-
readonly $case: "declaredClass";
|
|
5568
5566
|
readonly declaredClass: {};
|
|
5567
|
+
readonly $case: "declaredClass";
|
|
5569
5568
|
} | {
|
|
5570
|
-
readonly $case: "replacedClass";
|
|
5571
5569
|
readonly replacedClass: {};
|
|
5570
|
+
readonly $case: "replacedClass";
|
|
5572
5571
|
} | {
|
|
5573
|
-
readonly $case: "deployedContract";
|
|
5574
5572
|
readonly deployedContract: {};
|
|
5573
|
+
readonly $case: "deployedContract";
|
|
5575
5574
|
} | undefined;
|
|
5575
|
+
readonly id?: number | undefined;
|
|
5576
5576
|
}[] | undefined;
|
|
5577
5577
|
readonly nonceUpdates?: readonly {
|
|
5578
|
-
readonly id?: number | undefined;
|
|
5579
5578
|
readonly contractAddress?: {
|
|
5580
5579
|
readonly x0: bigint;
|
|
5581
5580
|
readonly x1: bigint;
|
|
5582
5581
|
readonly x2: bigint;
|
|
5583
5582
|
readonly x3: bigint;
|
|
5584
5583
|
} | undefined;
|
|
5584
|
+
readonly id?: number | undefined;
|
|
5585
5585
|
}[] | undefined;
|
|
5586
5586
|
}, overrideOptions?: _effect_schema_AST.ParseOptions) => {
|
|
5587
|
-
readonly header?: "
|
|
5587
|
+
readonly header?: "unknown" | "always" | "on_data" | "on_data_or_on_new_block" | undefined;
|
|
5588
5588
|
readonly transactions?: readonly {
|
|
5589
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5589
5590
|
readonly id?: number | undefined;
|
|
5590
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5591
5591
|
readonly includeReceipt?: boolean | undefined;
|
|
5592
5592
|
readonly includeMessages?: boolean | undefined;
|
|
5593
5593
|
readonly includeEvents?: boolean | undefined;
|
|
5594
5594
|
readonly includeTrace?: boolean | undefined;
|
|
5595
5595
|
readonly transactionType?: {
|
|
5596
|
-
readonly _tag: "invokeV0";
|
|
5597
5596
|
readonly invokeV0: {};
|
|
5597
|
+
readonly _tag: "invokeV0";
|
|
5598
5598
|
} | {
|
|
5599
|
-
readonly _tag: "invokeV1";
|
|
5600
5599
|
readonly invokeV1: {};
|
|
5600
|
+
readonly _tag: "invokeV1";
|
|
5601
5601
|
} | {
|
|
5602
|
-
readonly _tag: "invokeV3";
|
|
5603
5602
|
readonly invokeV3: {};
|
|
5603
|
+
readonly _tag: "invokeV3";
|
|
5604
5604
|
} | {
|
|
5605
|
-
readonly _tag: "deploy";
|
|
5606
5605
|
readonly deploy: {};
|
|
5606
|
+
readonly _tag: "deploy";
|
|
5607
5607
|
} | {
|
|
5608
|
-
readonly _tag: "declareV0";
|
|
5609
5608
|
readonly declareV0: {};
|
|
5609
|
+
readonly _tag: "declareV0";
|
|
5610
5610
|
} | {
|
|
5611
|
-
readonly _tag: "declareV1";
|
|
5612
5611
|
readonly declareV1: {};
|
|
5612
|
+
readonly _tag: "declareV1";
|
|
5613
5613
|
} | {
|
|
5614
|
-
readonly _tag: "declareV2";
|
|
5615
5614
|
readonly declareV2: {};
|
|
5615
|
+
readonly _tag: "declareV2";
|
|
5616
5616
|
} | {
|
|
5617
|
-
readonly _tag: "declareV3";
|
|
5618
5617
|
readonly declareV3: {};
|
|
5618
|
+
readonly _tag: "declareV3";
|
|
5619
5619
|
} | {
|
|
5620
|
-
readonly _tag: "l1Handler";
|
|
5621
5620
|
readonly l1Handler: {};
|
|
5621
|
+
readonly _tag: "l1Handler";
|
|
5622
5622
|
} | {
|
|
5623
|
-
readonly _tag: "deployAccountV1";
|
|
5624
5623
|
readonly deployAccountV1: {};
|
|
5624
|
+
readonly _tag: "deployAccountV1";
|
|
5625
5625
|
} | {
|
|
5626
|
-
readonly _tag: "deployAccountV3";
|
|
5627
5626
|
readonly deployAccountV3: {};
|
|
5627
|
+
readonly _tag: "deployAccountV3";
|
|
5628
5628
|
} | undefined;
|
|
5629
5629
|
}[] | undefined;
|
|
5630
5630
|
readonly events?: readonly {
|
|
5631
5631
|
readonly keys?: readonly (`0x${string}` | null)[] | undefined;
|
|
5632
|
-
readonly
|
|
5633
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5634
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5635
|
-
readonly includeMessages?: boolean | undefined;
|
|
5632
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5636
5633
|
readonly address?: `0x${string}` | undefined;
|
|
5634
|
+
readonly id?: number | undefined;
|
|
5637
5635
|
readonly strict?: boolean | undefined;
|
|
5638
5636
|
readonly includeTransaction?: boolean | undefined;
|
|
5637
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5638
|
+
readonly includeMessages?: boolean | undefined;
|
|
5639
5639
|
readonly includeSiblings?: boolean | undefined;
|
|
5640
5640
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5641
5641
|
}[] | undefined;
|
|
5642
5642
|
readonly messages?: readonly {
|
|
5643
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5644
|
+
readonly fromAddress?: `0x${string}` | undefined;
|
|
5645
|
+
readonly toAddress?: `0x${string}` | undefined;
|
|
5643
5646
|
readonly id?: number | undefined;
|
|
5644
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5645
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5646
|
-
readonly includeEvents?: boolean | undefined;
|
|
5647
5647
|
readonly includeTransaction?: boolean | undefined;
|
|
5648
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5648
5649
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5649
|
-
readonly
|
|
5650
|
-
readonly toAddress?: `0x${string}` | undefined;
|
|
5650
|
+
readonly includeEvents?: boolean | undefined;
|
|
5651
5651
|
}[] | undefined;
|
|
5652
5652
|
readonly storageDiffs?: readonly {
|
|
5653
|
-
readonly id?: number | undefined;
|
|
5654
5653
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5654
|
+
readonly id?: number | undefined;
|
|
5655
5655
|
}[] | undefined;
|
|
5656
5656
|
readonly contractChanges?: readonly {
|
|
5657
|
-
readonly id?: number | undefined;
|
|
5658
5657
|
readonly change?: {
|
|
5659
|
-
readonly _tag: "declaredClass";
|
|
5660
5658
|
readonly declaredClass: {};
|
|
5659
|
+
readonly _tag: "declaredClass";
|
|
5661
5660
|
} | {
|
|
5662
|
-
readonly _tag: "replacedClass";
|
|
5663
5661
|
readonly replacedClass: {};
|
|
5662
|
+
readonly _tag: "replacedClass";
|
|
5664
5663
|
} | {
|
|
5665
|
-
readonly _tag: "deployedContract";
|
|
5666
5664
|
readonly deployedContract: {};
|
|
5665
|
+
readonly _tag: "deployedContract";
|
|
5667
5666
|
} | undefined;
|
|
5667
|
+
readonly id?: number | undefined;
|
|
5668
5668
|
}[] | undefined;
|
|
5669
5669
|
readonly nonceUpdates?: readonly {
|
|
5670
|
-
readonly id?: number | undefined;
|
|
5671
5670
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5671
|
+
readonly id?: number | undefined;
|
|
5672
5672
|
}[] | undefined;
|
|
5673
5673
|
};
|
|
5674
5674
|
declare const FilterFromBytes: Schema.transform<Schema.Schema<Uint8Array, Uint8Array, never>, Schema.Struct<{
|
|
@@ -5800,179 +5800,179 @@ declare const FilterFromBytes: Schema.transform<Schema.Schema<Uint8Array, Uint8A
|
|
|
5800
5800
|
}>>>;
|
|
5801
5801
|
}>>;
|
|
5802
5802
|
declare const filterToBytes: (a: {
|
|
5803
|
-
readonly header?: "
|
|
5803
|
+
readonly header?: "unknown" | "always" | "on_data" | "on_data_or_on_new_block" | undefined;
|
|
5804
5804
|
readonly transactions?: readonly {
|
|
5805
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5805
5806
|
readonly id?: number | undefined;
|
|
5806
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5807
5807
|
readonly includeReceipt?: boolean | undefined;
|
|
5808
5808
|
readonly includeMessages?: boolean | undefined;
|
|
5809
5809
|
readonly includeEvents?: boolean | undefined;
|
|
5810
5810
|
readonly includeTrace?: boolean | undefined;
|
|
5811
5811
|
readonly transactionType?: {
|
|
5812
|
-
readonly _tag: "invokeV0";
|
|
5813
5812
|
readonly invokeV0: {};
|
|
5813
|
+
readonly _tag: "invokeV0";
|
|
5814
5814
|
} | {
|
|
5815
|
-
readonly _tag: "invokeV1";
|
|
5816
5815
|
readonly invokeV1: {};
|
|
5816
|
+
readonly _tag: "invokeV1";
|
|
5817
5817
|
} | {
|
|
5818
|
-
readonly _tag: "invokeV3";
|
|
5819
5818
|
readonly invokeV3: {};
|
|
5819
|
+
readonly _tag: "invokeV3";
|
|
5820
5820
|
} | {
|
|
5821
|
-
readonly _tag: "deploy";
|
|
5822
5821
|
readonly deploy: {};
|
|
5822
|
+
readonly _tag: "deploy";
|
|
5823
5823
|
} | {
|
|
5824
|
-
readonly _tag: "declareV0";
|
|
5825
5824
|
readonly declareV0: {};
|
|
5825
|
+
readonly _tag: "declareV0";
|
|
5826
5826
|
} | {
|
|
5827
|
-
readonly _tag: "declareV1";
|
|
5828
5827
|
readonly declareV1: {};
|
|
5828
|
+
readonly _tag: "declareV1";
|
|
5829
5829
|
} | {
|
|
5830
|
-
readonly _tag: "declareV2";
|
|
5831
5830
|
readonly declareV2: {};
|
|
5831
|
+
readonly _tag: "declareV2";
|
|
5832
5832
|
} | {
|
|
5833
|
-
readonly _tag: "declareV3";
|
|
5834
5833
|
readonly declareV3: {};
|
|
5834
|
+
readonly _tag: "declareV3";
|
|
5835
5835
|
} | {
|
|
5836
|
-
readonly _tag: "l1Handler";
|
|
5837
5836
|
readonly l1Handler: {};
|
|
5837
|
+
readonly _tag: "l1Handler";
|
|
5838
5838
|
} | {
|
|
5839
|
-
readonly _tag: "deployAccountV1";
|
|
5840
5839
|
readonly deployAccountV1: {};
|
|
5840
|
+
readonly _tag: "deployAccountV1";
|
|
5841
5841
|
} | {
|
|
5842
|
-
readonly _tag: "deployAccountV3";
|
|
5843
5842
|
readonly deployAccountV3: {};
|
|
5843
|
+
readonly _tag: "deployAccountV3";
|
|
5844
5844
|
} | undefined;
|
|
5845
5845
|
}[] | undefined;
|
|
5846
5846
|
readonly events?: readonly {
|
|
5847
5847
|
readonly keys?: readonly (`0x${string}` | null)[] | undefined;
|
|
5848
|
-
readonly
|
|
5849
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5850
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5851
|
-
readonly includeMessages?: boolean | undefined;
|
|
5848
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5852
5849
|
readonly address?: `0x${string}` | undefined;
|
|
5850
|
+
readonly id?: number | undefined;
|
|
5853
5851
|
readonly strict?: boolean | undefined;
|
|
5854
5852
|
readonly includeTransaction?: boolean | undefined;
|
|
5853
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5854
|
+
readonly includeMessages?: boolean | undefined;
|
|
5855
5855
|
readonly includeSiblings?: boolean | undefined;
|
|
5856
5856
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5857
5857
|
}[] | undefined;
|
|
5858
5858
|
readonly messages?: readonly {
|
|
5859
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5860
|
+
readonly fromAddress?: `0x${string}` | undefined;
|
|
5861
|
+
readonly toAddress?: `0x${string}` | undefined;
|
|
5859
5862
|
readonly id?: number | undefined;
|
|
5860
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5861
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5862
|
-
readonly includeEvents?: boolean | undefined;
|
|
5863
5863
|
readonly includeTransaction?: boolean | undefined;
|
|
5864
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5864
5865
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5865
|
-
readonly
|
|
5866
|
-
readonly toAddress?: `0x${string}` | undefined;
|
|
5866
|
+
readonly includeEvents?: boolean | undefined;
|
|
5867
5867
|
}[] | undefined;
|
|
5868
5868
|
readonly storageDiffs?: readonly {
|
|
5869
|
-
readonly id?: number | undefined;
|
|
5870
5869
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5870
|
+
readonly id?: number | undefined;
|
|
5871
5871
|
}[] | undefined;
|
|
5872
5872
|
readonly contractChanges?: readonly {
|
|
5873
|
-
readonly id?: number | undefined;
|
|
5874
5873
|
readonly change?: {
|
|
5875
|
-
readonly _tag: "declaredClass";
|
|
5876
5874
|
readonly declaredClass: {};
|
|
5875
|
+
readonly _tag: "declaredClass";
|
|
5877
5876
|
} | {
|
|
5878
|
-
readonly _tag: "replacedClass";
|
|
5879
5877
|
readonly replacedClass: {};
|
|
5878
|
+
readonly _tag: "replacedClass";
|
|
5880
5879
|
} | {
|
|
5881
|
-
readonly _tag: "deployedContract";
|
|
5882
5880
|
readonly deployedContract: {};
|
|
5881
|
+
readonly _tag: "deployedContract";
|
|
5883
5882
|
} | undefined;
|
|
5883
|
+
readonly id?: number | undefined;
|
|
5884
5884
|
}[] | undefined;
|
|
5885
5885
|
readonly nonceUpdates?: readonly {
|
|
5886
|
-
readonly id?: number | undefined;
|
|
5887
5886
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5887
|
+
readonly id?: number | undefined;
|
|
5888
5888
|
}[] | undefined;
|
|
5889
5889
|
}, overrideOptions?: _effect_schema_AST.ParseOptions) => Uint8Array;
|
|
5890
5890
|
declare const filterFromBytes: (i: Uint8Array, overrideOptions?: _effect_schema_AST.ParseOptions) => {
|
|
5891
|
-
readonly header?: "
|
|
5891
|
+
readonly header?: "unknown" | "always" | "on_data" | "on_data_or_on_new_block" | undefined;
|
|
5892
5892
|
readonly transactions?: readonly {
|
|
5893
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5893
5894
|
readonly id?: number | undefined;
|
|
5894
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5895
5895
|
readonly includeReceipt?: boolean | undefined;
|
|
5896
5896
|
readonly includeMessages?: boolean | undefined;
|
|
5897
5897
|
readonly includeEvents?: boolean | undefined;
|
|
5898
5898
|
readonly includeTrace?: boolean | undefined;
|
|
5899
5899
|
readonly transactionType?: {
|
|
5900
|
-
readonly _tag: "invokeV0";
|
|
5901
5900
|
readonly invokeV0: {};
|
|
5901
|
+
readonly _tag: "invokeV0";
|
|
5902
5902
|
} | {
|
|
5903
|
-
readonly _tag: "invokeV1";
|
|
5904
5903
|
readonly invokeV1: {};
|
|
5904
|
+
readonly _tag: "invokeV1";
|
|
5905
5905
|
} | {
|
|
5906
|
-
readonly _tag: "invokeV3";
|
|
5907
5906
|
readonly invokeV3: {};
|
|
5907
|
+
readonly _tag: "invokeV3";
|
|
5908
5908
|
} | {
|
|
5909
|
-
readonly _tag: "deploy";
|
|
5910
5909
|
readonly deploy: {};
|
|
5910
|
+
readonly _tag: "deploy";
|
|
5911
5911
|
} | {
|
|
5912
|
-
readonly _tag: "declareV0";
|
|
5913
5912
|
readonly declareV0: {};
|
|
5913
|
+
readonly _tag: "declareV0";
|
|
5914
5914
|
} | {
|
|
5915
|
-
readonly _tag: "declareV1";
|
|
5916
5915
|
readonly declareV1: {};
|
|
5916
|
+
readonly _tag: "declareV1";
|
|
5917
5917
|
} | {
|
|
5918
|
-
readonly _tag: "declareV2";
|
|
5919
5918
|
readonly declareV2: {};
|
|
5919
|
+
readonly _tag: "declareV2";
|
|
5920
5920
|
} | {
|
|
5921
|
-
readonly _tag: "declareV3";
|
|
5922
5921
|
readonly declareV3: {};
|
|
5922
|
+
readonly _tag: "declareV3";
|
|
5923
5923
|
} | {
|
|
5924
|
-
readonly _tag: "l1Handler";
|
|
5925
5924
|
readonly l1Handler: {};
|
|
5925
|
+
readonly _tag: "l1Handler";
|
|
5926
5926
|
} | {
|
|
5927
|
-
readonly _tag: "deployAccountV1";
|
|
5928
5927
|
readonly deployAccountV1: {};
|
|
5928
|
+
readonly _tag: "deployAccountV1";
|
|
5929
5929
|
} | {
|
|
5930
|
-
readonly _tag: "deployAccountV3";
|
|
5931
5930
|
readonly deployAccountV3: {};
|
|
5931
|
+
readonly _tag: "deployAccountV3";
|
|
5932
5932
|
} | undefined;
|
|
5933
5933
|
}[] | undefined;
|
|
5934
5934
|
readonly events?: readonly {
|
|
5935
5935
|
readonly keys?: readonly (`0x${string}` | null)[] | undefined;
|
|
5936
|
-
readonly
|
|
5937
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5938
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5939
|
-
readonly includeMessages?: boolean | undefined;
|
|
5936
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5940
5937
|
readonly address?: `0x${string}` | undefined;
|
|
5938
|
+
readonly id?: number | undefined;
|
|
5941
5939
|
readonly strict?: boolean | undefined;
|
|
5942
5940
|
readonly includeTransaction?: boolean | undefined;
|
|
5941
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5942
|
+
readonly includeMessages?: boolean | undefined;
|
|
5943
5943
|
readonly includeSiblings?: boolean | undefined;
|
|
5944
5944
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5945
5945
|
}[] | undefined;
|
|
5946
5946
|
readonly messages?: readonly {
|
|
5947
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
5948
|
+
readonly fromAddress?: `0x${string}` | undefined;
|
|
5949
|
+
readonly toAddress?: `0x${string}` | undefined;
|
|
5947
5950
|
readonly id?: number | undefined;
|
|
5948
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
5949
|
-
readonly includeReceipt?: boolean | undefined;
|
|
5950
|
-
readonly includeEvents?: boolean | undefined;
|
|
5951
5951
|
readonly includeTransaction?: boolean | undefined;
|
|
5952
|
+
readonly includeReceipt?: boolean | undefined;
|
|
5952
5953
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
5953
|
-
readonly
|
|
5954
|
-
readonly toAddress?: `0x${string}` | undefined;
|
|
5954
|
+
readonly includeEvents?: boolean | undefined;
|
|
5955
5955
|
}[] | undefined;
|
|
5956
5956
|
readonly storageDiffs?: readonly {
|
|
5957
|
-
readonly id?: number | undefined;
|
|
5958
5957
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5958
|
+
readonly id?: number | undefined;
|
|
5959
5959
|
}[] | undefined;
|
|
5960
5960
|
readonly contractChanges?: readonly {
|
|
5961
|
-
readonly id?: number | undefined;
|
|
5962
5961
|
readonly change?: {
|
|
5963
|
-
readonly _tag: "declaredClass";
|
|
5964
5962
|
readonly declaredClass: {};
|
|
5963
|
+
readonly _tag: "declaredClass";
|
|
5965
5964
|
} | {
|
|
5966
|
-
readonly _tag: "replacedClass";
|
|
5967
5965
|
readonly replacedClass: {};
|
|
5966
|
+
readonly _tag: "replacedClass";
|
|
5968
5967
|
} | {
|
|
5969
|
-
readonly _tag: "deployedContract";
|
|
5970
5968
|
readonly deployedContract: {};
|
|
5969
|
+
readonly _tag: "deployedContract";
|
|
5971
5970
|
} | undefined;
|
|
5971
|
+
readonly id?: number | undefined;
|
|
5972
5972
|
}[] | undefined;
|
|
5973
5973
|
readonly nonceUpdates?: readonly {
|
|
5974
|
-
readonly id?: number | undefined;
|
|
5975
5974
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
5975
|
+
readonly id?: number | undefined;
|
|
5976
5976
|
}[] | undefined;
|
|
5977
5977
|
};
|
|
5978
5978
|
declare function mergeFilter(a: Filter, b: Filter): Filter;
|
|
@@ -6024,91 +6024,91 @@ declare module "abi-wan-kanabi" {
|
|
|
6024
6024
|
}
|
|
6025
6025
|
}
|
|
6026
6026
|
declare const StarknetStream: StreamConfig<{
|
|
6027
|
-
readonly header?: "
|
|
6027
|
+
readonly header?: "unknown" | "always" | "on_data" | "on_data_or_on_new_block" | undefined;
|
|
6028
6028
|
readonly transactions?: readonly {
|
|
6029
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
6029
6030
|
readonly id?: number | undefined;
|
|
6030
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
6031
6031
|
readonly includeReceipt?: boolean | undefined;
|
|
6032
6032
|
readonly includeMessages?: boolean | undefined;
|
|
6033
6033
|
readonly includeEvents?: boolean | undefined;
|
|
6034
6034
|
readonly includeTrace?: boolean | undefined;
|
|
6035
6035
|
readonly transactionType?: {
|
|
6036
|
-
readonly _tag: "invokeV0";
|
|
6037
6036
|
readonly invokeV0: {};
|
|
6037
|
+
readonly _tag: "invokeV0";
|
|
6038
6038
|
} | {
|
|
6039
|
-
readonly _tag: "invokeV1";
|
|
6040
6039
|
readonly invokeV1: {};
|
|
6040
|
+
readonly _tag: "invokeV1";
|
|
6041
6041
|
} | {
|
|
6042
|
-
readonly _tag: "invokeV3";
|
|
6043
6042
|
readonly invokeV3: {};
|
|
6043
|
+
readonly _tag: "invokeV3";
|
|
6044
6044
|
} | {
|
|
6045
|
-
readonly _tag: "deploy";
|
|
6046
6045
|
readonly deploy: {};
|
|
6046
|
+
readonly _tag: "deploy";
|
|
6047
6047
|
} | {
|
|
6048
|
-
readonly _tag: "declareV0";
|
|
6049
6048
|
readonly declareV0: {};
|
|
6049
|
+
readonly _tag: "declareV0";
|
|
6050
6050
|
} | {
|
|
6051
|
-
readonly _tag: "declareV1";
|
|
6052
6051
|
readonly declareV1: {};
|
|
6052
|
+
readonly _tag: "declareV1";
|
|
6053
6053
|
} | {
|
|
6054
|
-
readonly _tag: "declareV2";
|
|
6055
6054
|
readonly declareV2: {};
|
|
6055
|
+
readonly _tag: "declareV2";
|
|
6056
6056
|
} | {
|
|
6057
|
-
readonly _tag: "declareV3";
|
|
6058
6057
|
readonly declareV3: {};
|
|
6058
|
+
readonly _tag: "declareV3";
|
|
6059
6059
|
} | {
|
|
6060
|
-
readonly _tag: "l1Handler";
|
|
6061
6060
|
readonly l1Handler: {};
|
|
6061
|
+
readonly _tag: "l1Handler";
|
|
6062
6062
|
} | {
|
|
6063
|
-
readonly _tag: "deployAccountV1";
|
|
6064
6063
|
readonly deployAccountV1: {};
|
|
6064
|
+
readonly _tag: "deployAccountV1";
|
|
6065
6065
|
} | {
|
|
6066
|
-
readonly _tag: "deployAccountV3";
|
|
6067
6066
|
readonly deployAccountV3: {};
|
|
6067
|
+
readonly _tag: "deployAccountV3";
|
|
6068
6068
|
} | undefined;
|
|
6069
6069
|
}[] | undefined;
|
|
6070
6070
|
readonly events?: readonly {
|
|
6071
6071
|
readonly keys?: readonly (`0x${string}` | null)[] | undefined;
|
|
6072
|
-
readonly
|
|
6073
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
6074
|
-
readonly includeReceipt?: boolean | undefined;
|
|
6075
|
-
readonly includeMessages?: boolean | undefined;
|
|
6072
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
6076
6073
|
readonly address?: `0x${string}` | undefined;
|
|
6074
|
+
readonly id?: number | undefined;
|
|
6077
6075
|
readonly strict?: boolean | undefined;
|
|
6078
6076
|
readonly includeTransaction?: boolean | undefined;
|
|
6077
|
+
readonly includeReceipt?: boolean | undefined;
|
|
6078
|
+
readonly includeMessages?: boolean | undefined;
|
|
6079
6079
|
readonly includeSiblings?: boolean | undefined;
|
|
6080
6080
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
6081
6081
|
}[] | undefined;
|
|
6082
6082
|
readonly messages?: readonly {
|
|
6083
|
+
readonly transactionStatus?: "succeeded" | "reverted" | "unknown" | "all" | undefined;
|
|
6084
|
+
readonly fromAddress?: `0x${string}` | undefined;
|
|
6085
|
+
readonly toAddress?: `0x${string}` | undefined;
|
|
6083
6086
|
readonly id?: number | undefined;
|
|
6084
|
-
readonly transactionStatus?: "unknown" | "succeeded" | "reverted" | "all" | undefined;
|
|
6085
|
-
readonly includeReceipt?: boolean | undefined;
|
|
6086
|
-
readonly includeEvents?: boolean | undefined;
|
|
6087
6087
|
readonly includeTransaction?: boolean | undefined;
|
|
6088
|
+
readonly includeReceipt?: boolean | undefined;
|
|
6088
6089
|
readonly includeTransactionTrace?: boolean | undefined;
|
|
6089
|
-
readonly
|
|
6090
|
-
readonly toAddress?: `0x${string}` | undefined;
|
|
6090
|
+
readonly includeEvents?: boolean | undefined;
|
|
6091
6091
|
}[] | undefined;
|
|
6092
6092
|
readonly storageDiffs?: readonly {
|
|
6093
|
-
readonly id?: number | undefined;
|
|
6094
6093
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
6094
|
+
readonly id?: number | undefined;
|
|
6095
6095
|
}[] | undefined;
|
|
6096
6096
|
readonly contractChanges?: readonly {
|
|
6097
|
-
readonly id?: number | undefined;
|
|
6098
6097
|
readonly change?: {
|
|
6099
|
-
readonly _tag: "declaredClass";
|
|
6100
6098
|
readonly declaredClass: {};
|
|
6099
|
+
readonly _tag: "declaredClass";
|
|
6101
6100
|
} | {
|
|
6102
|
-
readonly _tag: "replacedClass";
|
|
6103
6101
|
readonly replacedClass: {};
|
|
6102
|
+
readonly _tag: "replacedClass";
|
|
6104
6103
|
} | {
|
|
6105
|
-
readonly _tag: "deployedContract";
|
|
6106
6104
|
readonly deployedContract: {};
|
|
6105
|
+
readonly _tag: "deployedContract";
|
|
6107
6106
|
} | undefined;
|
|
6107
|
+
readonly id?: number | undefined;
|
|
6108
6108
|
}[] | undefined;
|
|
6109
6109
|
readonly nonceUpdates?: readonly {
|
|
6110
|
-
readonly id?: number | undefined;
|
|
6111
6110
|
readonly contractAddress?: `0x${string}` | undefined;
|
|
6111
|
+
readonly id?: number | undefined;
|
|
6112
6112
|
}[] | undefined;
|
|
6113
6113
|
}, {
|
|
6114
6114
|
readonly header: {
|
|
@@ -6127,38 +6127,37 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6127
6127
|
readonly priceInFri?: `0x${string}` | undefined;
|
|
6128
6128
|
readonly priceInWei?: `0x${string}` | undefined;
|
|
6129
6129
|
};
|
|
6130
|
-
readonly l1DataAvailabilityMode: "
|
|
6130
|
+
readonly l1DataAvailabilityMode: "calldata" | "blob" | "unknown";
|
|
6131
6131
|
};
|
|
6132
6132
|
readonly transactions: readonly {
|
|
6133
6133
|
readonly filterIds: readonly number[];
|
|
6134
6134
|
readonly meta: {
|
|
6135
|
-
readonly transactionStatus: "unknown" | "succeeded" | "reverted";
|
|
6136
6135
|
readonly transactionIndex: number;
|
|
6137
6136
|
readonly transactionHash: `0x${string}`;
|
|
6137
|
+
readonly transactionStatus: "succeeded" | "reverted" | "unknown";
|
|
6138
6138
|
};
|
|
6139
6139
|
readonly transaction: {
|
|
6140
|
-
readonly _tag: "invokeV0";
|
|
6141
6140
|
readonly invokeV0: {
|
|
6142
|
-
readonly contractAddress: `0x${string}`;
|
|
6143
|
-
readonly calldata: readonly `0x${string}`[];
|
|
6144
6141
|
readonly maxFee: `0x${string}`;
|
|
6145
6142
|
readonly signature: readonly `0x${string}`[];
|
|
6143
|
+
readonly contractAddress: `0x${string}`;
|
|
6146
6144
|
readonly entryPointSelector: `0x${string}`;
|
|
6145
|
+
readonly calldata: readonly `0x${string}`[];
|
|
6147
6146
|
};
|
|
6147
|
+
readonly _tag: "invokeV0";
|
|
6148
6148
|
} | {
|
|
6149
|
-
readonly _tag: "invokeV1";
|
|
6150
6149
|
readonly invokeV1: {
|
|
6151
|
-
readonly calldata: readonly `0x${string}`[];
|
|
6152
6150
|
readonly maxFee: `0x${string}`;
|
|
6153
6151
|
readonly signature: readonly `0x${string}`[];
|
|
6152
|
+
readonly calldata: readonly `0x${string}`[];
|
|
6154
6153
|
readonly senderAddress: `0x${string}`;
|
|
6155
6154
|
readonly nonce: `0x${string}`;
|
|
6156
6155
|
};
|
|
6156
|
+
readonly _tag: "invokeV1";
|
|
6157
6157
|
} | {
|
|
6158
|
-
readonly _tag: "invokeV3";
|
|
6159
6158
|
readonly invokeV3: {
|
|
6160
|
-
readonly calldata: readonly `0x${string}`[];
|
|
6161
6159
|
readonly signature: readonly `0x${string}`[];
|
|
6160
|
+
readonly calldata: readonly `0x${string}`[];
|
|
6162
6161
|
readonly senderAddress: `0x${string}`;
|
|
6163
6162
|
readonly nonce: `0x${string}`;
|
|
6164
6163
|
readonly resourceBounds: {
|
|
@@ -6177,31 +6176,31 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6177
6176
|
readonly nonceDataAvailabilityMode: "unknown" | "l1" | "l2";
|
|
6178
6177
|
readonly feeDataAvailabilityMode: "unknown" | "l1" | "l2";
|
|
6179
6178
|
};
|
|
6179
|
+
readonly _tag: "invokeV3";
|
|
6180
6180
|
} | {
|
|
6181
|
-
readonly _tag: "l1Handler";
|
|
6182
6181
|
readonly l1Handler: {
|
|
6183
6182
|
readonly contractAddress: `0x${string}`;
|
|
6184
|
-
readonly calldata: readonly `0x${string}`[];
|
|
6185
6183
|
readonly entryPointSelector: `0x${string}`;
|
|
6184
|
+
readonly calldata: readonly `0x${string}`[];
|
|
6186
6185
|
readonly nonce: bigint;
|
|
6187
6186
|
};
|
|
6187
|
+
readonly _tag: "l1Handler";
|
|
6188
6188
|
} | {
|
|
6189
|
-
readonly _tag: "deploy";
|
|
6190
6189
|
readonly deploy: {
|
|
6191
6190
|
readonly contractAddressSalt: `0x${string}`;
|
|
6192
6191
|
readonly constructorCalldata: readonly `0x${string}`[];
|
|
6193
6192
|
readonly classHash: `0x${string}`;
|
|
6194
6193
|
};
|
|
6194
|
+
readonly _tag: "deploy";
|
|
6195
6195
|
} | {
|
|
6196
|
-
readonly _tag: "declareV0";
|
|
6197
6196
|
readonly declareV0: {
|
|
6198
6197
|
readonly maxFee: `0x${string}`;
|
|
6199
6198
|
readonly signature: readonly `0x${string}`[];
|
|
6200
6199
|
readonly senderAddress: `0x${string}`;
|
|
6201
6200
|
readonly classHash: `0x${string}`;
|
|
6202
6201
|
};
|
|
6202
|
+
readonly _tag: "declareV0";
|
|
6203
6203
|
} | {
|
|
6204
|
-
readonly _tag: "declareV1";
|
|
6205
6204
|
readonly declareV1: {
|
|
6206
6205
|
readonly maxFee: `0x${string}`;
|
|
6207
6206
|
readonly signature: readonly `0x${string}`[];
|
|
@@ -6209,8 +6208,8 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6209
6208
|
readonly nonce: `0x${string}`;
|
|
6210
6209
|
readonly classHash: `0x${string}`;
|
|
6211
6210
|
};
|
|
6211
|
+
readonly _tag: "declareV1";
|
|
6212
6212
|
} | {
|
|
6213
|
-
readonly _tag: "declareV2";
|
|
6214
6213
|
readonly declareV2: {
|
|
6215
6214
|
readonly maxFee: `0x${string}`;
|
|
6216
6215
|
readonly signature: readonly `0x${string}`[];
|
|
@@ -6219,8 +6218,8 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6219
6218
|
readonly classHash: `0x${string}`;
|
|
6220
6219
|
readonly compiledClassHash: `0x${string}`;
|
|
6221
6220
|
};
|
|
6221
|
+
readonly _tag: "declareV2";
|
|
6222
6222
|
} | {
|
|
6223
|
-
readonly _tag: "declareV3";
|
|
6224
6223
|
readonly declareV3: {
|
|
6225
6224
|
readonly signature: readonly `0x${string}`[];
|
|
6226
6225
|
readonly senderAddress: `0x${string}`;
|
|
@@ -6243,8 +6242,8 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6243
6242
|
readonly classHash: `0x${string}`;
|
|
6244
6243
|
readonly compiledClassHash: `0x${string}`;
|
|
6245
6244
|
};
|
|
6245
|
+
readonly _tag: "declareV3";
|
|
6246
6246
|
} | {
|
|
6247
|
-
readonly _tag: "deployAccountV1";
|
|
6248
6247
|
readonly deployAccountV1: {
|
|
6249
6248
|
readonly maxFee: `0x${string}`;
|
|
6250
6249
|
readonly signature: readonly `0x${string}`[];
|
|
@@ -6253,8 +6252,8 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6253
6252
|
readonly constructorCalldata: readonly `0x${string}`[];
|
|
6254
6253
|
readonly classHash: `0x${string}`;
|
|
6255
6254
|
};
|
|
6255
|
+
readonly _tag: "deployAccountV1";
|
|
6256
6256
|
} | {
|
|
6257
|
-
readonly _tag: "deployAccountV3";
|
|
6258
6257
|
readonly deployAccountV3: {
|
|
6259
6258
|
readonly signature: readonly `0x${string}`[];
|
|
6260
6259
|
readonly nonce: `0x${string}`;
|
|
@@ -6276,65 +6275,9 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6276
6275
|
readonly constructorCalldata: readonly `0x${string}`[];
|
|
6277
6276
|
readonly classHash: `0x${string}`;
|
|
6278
6277
|
};
|
|
6278
|
+
readonly _tag: "deployAccountV3";
|
|
6279
6279
|
};
|
|
6280
6280
|
}[];
|
|
6281
|
-
readonly events: readonly {
|
|
6282
|
-
readonly keys: readonly `0x${string}`[];
|
|
6283
|
-
readonly transactionStatus: "unknown" | "succeeded" | "reverted";
|
|
6284
|
-
readonly address: `0x${string}`;
|
|
6285
|
-
readonly filterIds: readonly number[];
|
|
6286
|
-
readonly transactionIndex: number;
|
|
6287
|
-
readonly transactionHash: `0x${string}`;
|
|
6288
|
-
readonly data: readonly `0x${string}`[];
|
|
6289
|
-
readonly eventIndex: number;
|
|
6290
|
-
readonly eventIndexInTransaction: number;
|
|
6291
|
-
}[];
|
|
6292
|
-
readonly messages: readonly {
|
|
6293
|
-
readonly transactionStatus: "unknown" | "succeeded" | "reverted";
|
|
6294
|
-
readonly fromAddress: `0x${string}`;
|
|
6295
|
-
readonly toAddress: `0x${string}`;
|
|
6296
|
-
readonly filterIds: readonly number[];
|
|
6297
|
-
readonly transactionIndex: number;
|
|
6298
|
-
readonly transactionHash: `0x${string}`;
|
|
6299
|
-
readonly payload: readonly `0x${string}`[];
|
|
6300
|
-
readonly messageIndex: number;
|
|
6301
|
-
readonly messageIndexInTransaction: number;
|
|
6302
|
-
}[];
|
|
6303
|
-
readonly storageDiffs: readonly {
|
|
6304
|
-
readonly contractAddress: `0x${string}`;
|
|
6305
|
-
readonly filterIds: readonly number[];
|
|
6306
|
-
readonly storageEntries: readonly {
|
|
6307
|
-
readonly key: `0x${string}`;
|
|
6308
|
-
readonly value: `0x${string}`;
|
|
6309
|
-
}[];
|
|
6310
|
-
}[];
|
|
6311
|
-
readonly contractChanges: readonly {
|
|
6312
|
-
readonly change: {
|
|
6313
|
-
readonly _tag: "declaredClass";
|
|
6314
|
-
readonly declaredClass: {
|
|
6315
|
-
readonly classHash?: `0x${string}` | undefined;
|
|
6316
|
-
readonly compiledClassHash?: `0x${string}` | undefined;
|
|
6317
|
-
};
|
|
6318
|
-
} | {
|
|
6319
|
-
readonly _tag: "replacedClass";
|
|
6320
|
-
readonly replacedClass: {
|
|
6321
|
-
readonly contractAddress?: `0x${string}` | undefined;
|
|
6322
|
-
readonly classHash?: `0x${string}` | undefined;
|
|
6323
|
-
};
|
|
6324
|
-
} | {
|
|
6325
|
-
readonly _tag: "deployedContract";
|
|
6326
|
-
readonly deployedContract: {
|
|
6327
|
-
readonly contractAddress?: `0x${string}` | undefined;
|
|
6328
|
-
readonly classHash?: `0x${string}` | undefined;
|
|
6329
|
-
};
|
|
6330
|
-
};
|
|
6331
|
-
readonly filterIds: readonly number[];
|
|
6332
|
-
}[];
|
|
6333
|
-
readonly nonceUpdates: readonly {
|
|
6334
|
-
readonly contractAddress: `0x${string}`;
|
|
6335
|
-
readonly filterIds: readonly number[];
|
|
6336
|
-
readonly nonce: `0x${string}`;
|
|
6337
|
-
}[];
|
|
6338
6281
|
readonly receipts: readonly {
|
|
6339
6282
|
readonly filterIds: readonly number[];
|
|
6340
6283
|
readonly meta: {
|
|
@@ -6373,34 +6316,90 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6373
6316
|
};
|
|
6374
6317
|
};
|
|
6375
6318
|
readonly receipt: {
|
|
6376
|
-
readonly _tag: "invoke";
|
|
6377
6319
|
readonly invoke: {};
|
|
6320
|
+
readonly _tag: "invoke";
|
|
6378
6321
|
} | {
|
|
6379
|
-
readonly _tag: "l1Handler";
|
|
6380
6322
|
readonly l1Handler: {
|
|
6381
6323
|
readonly messageHash: Uint8Array;
|
|
6382
6324
|
};
|
|
6325
|
+
readonly _tag: "l1Handler";
|
|
6383
6326
|
} | {
|
|
6384
|
-
readonly _tag: "declare";
|
|
6385
6327
|
readonly declare: {};
|
|
6328
|
+
readonly _tag: "declare";
|
|
6386
6329
|
} | {
|
|
6387
|
-
readonly _tag: "deploy";
|
|
6388
6330
|
readonly deploy: {
|
|
6389
6331
|
readonly contractAddress: `0x${string}`;
|
|
6390
6332
|
};
|
|
6333
|
+
readonly _tag: "deploy";
|
|
6391
6334
|
} | {
|
|
6392
|
-
readonly _tag: "deployAccount";
|
|
6393
6335
|
readonly deployAccount: {
|
|
6394
6336
|
readonly contractAddress: `0x${string}`;
|
|
6395
6337
|
};
|
|
6338
|
+
readonly _tag: "deployAccount";
|
|
6396
6339
|
};
|
|
6397
6340
|
}[];
|
|
6341
|
+
readonly events: readonly {
|
|
6342
|
+
readonly keys: readonly `0x${string}`[];
|
|
6343
|
+
readonly filterIds: readonly number[];
|
|
6344
|
+
readonly transactionIndex: number;
|
|
6345
|
+
readonly transactionHash: `0x${string}`;
|
|
6346
|
+
readonly transactionStatus: "succeeded" | "reverted" | "unknown";
|
|
6347
|
+
readonly address: `0x${string}`;
|
|
6348
|
+
readonly data: readonly `0x${string}`[];
|
|
6349
|
+
readonly eventIndex: number;
|
|
6350
|
+
readonly eventIndexInTransaction: number;
|
|
6351
|
+
}[];
|
|
6352
|
+
readonly messages: readonly {
|
|
6353
|
+
readonly filterIds: readonly number[];
|
|
6354
|
+
readonly transactionIndex: number;
|
|
6355
|
+
readonly transactionHash: `0x${string}`;
|
|
6356
|
+
readonly transactionStatus: "succeeded" | "reverted" | "unknown";
|
|
6357
|
+
readonly fromAddress: `0x${string}`;
|
|
6358
|
+
readonly toAddress: `0x${string}`;
|
|
6359
|
+
readonly payload: readonly `0x${string}`[];
|
|
6360
|
+
readonly messageIndex: number;
|
|
6361
|
+
readonly messageIndexInTransaction: number;
|
|
6362
|
+
}[];
|
|
6363
|
+
readonly storageDiffs: readonly {
|
|
6364
|
+
readonly filterIds: readonly number[];
|
|
6365
|
+
readonly contractAddress: `0x${string}`;
|
|
6366
|
+
readonly storageEntries: readonly {
|
|
6367
|
+
readonly key: `0x${string}`;
|
|
6368
|
+
readonly value: `0x${string}`;
|
|
6369
|
+
}[];
|
|
6370
|
+
}[];
|
|
6371
|
+
readonly contractChanges: readonly {
|
|
6372
|
+
readonly filterIds: readonly number[];
|
|
6373
|
+
readonly change: {
|
|
6374
|
+
readonly declaredClass: {
|
|
6375
|
+
readonly classHash?: `0x${string}` | undefined;
|
|
6376
|
+
readonly compiledClassHash?: `0x${string}` | undefined;
|
|
6377
|
+
};
|
|
6378
|
+
readonly _tag: "declaredClass";
|
|
6379
|
+
} | {
|
|
6380
|
+
readonly replacedClass: {
|
|
6381
|
+
readonly contractAddress?: `0x${string}` | undefined;
|
|
6382
|
+
readonly classHash?: `0x${string}` | undefined;
|
|
6383
|
+
};
|
|
6384
|
+
readonly _tag: "replacedClass";
|
|
6385
|
+
} | {
|
|
6386
|
+
readonly deployedContract: {
|
|
6387
|
+
readonly contractAddress?: `0x${string}` | undefined;
|
|
6388
|
+
readonly classHash?: `0x${string}` | undefined;
|
|
6389
|
+
};
|
|
6390
|
+
readonly _tag: "deployedContract";
|
|
6391
|
+
};
|
|
6392
|
+
}[];
|
|
6393
|
+
readonly nonceUpdates: readonly {
|
|
6394
|
+
readonly filterIds: readonly number[];
|
|
6395
|
+
readonly contractAddress: `0x${string}`;
|
|
6396
|
+
readonly nonce: `0x${string}`;
|
|
6397
|
+
}[];
|
|
6398
6398
|
readonly traces: readonly {
|
|
6399
6399
|
readonly filterIds: readonly number[];
|
|
6400
6400
|
readonly transactionIndex: number;
|
|
6401
6401
|
readonly transactionHash: `0x${string}`;
|
|
6402
6402
|
readonly traceRoot: {
|
|
6403
|
-
readonly _tag: "invoke";
|
|
6404
6403
|
readonly invoke: {
|
|
6405
6404
|
readonly validateInvocation?: FunctionInvocation | undefined;
|
|
6406
6405
|
readonly executeInvocation: {
|
|
@@ -6409,29 +6408,30 @@ declare const StarknetStream: StreamConfig<{
|
|
|
6409
6408
|
};
|
|
6410
6409
|
readonly _tag: "reverted";
|
|
6411
6410
|
} | {
|
|
6412
|
-
readonly _tag: "success";
|
|
6413
6411
|
readonly success: FunctionInvocation;
|
|
6412
|
+
readonly _tag: "success";
|
|
6414
6413
|
};
|
|
6415
6414
|
readonly feeTransferInvocation?: FunctionInvocation | undefined;
|
|
6416
6415
|
};
|
|
6416
|
+
readonly _tag: "invoke";
|
|
6417
6417
|
} | {
|
|
6418
|
-
readonly _tag: "declare";
|
|
6419
6418
|
readonly declare: {
|
|
6420
6419
|
readonly validateInvocation?: FunctionInvocation | undefined;
|
|
6421
6420
|
readonly feeTransferInvocation?: FunctionInvocation | undefined;
|
|
6422
6421
|
};
|
|
6422
|
+
readonly _tag: "declare";
|
|
6423
6423
|
} | {
|
|
6424
|
-
readonly _tag: "deployAccount";
|
|
6425
6424
|
readonly deployAccount: {
|
|
6426
6425
|
readonly validateInvocation?: FunctionInvocation | undefined;
|
|
6427
6426
|
readonly feeTransferInvocation?: FunctionInvocation | undefined;
|
|
6428
6427
|
readonly constructorInvocation?: FunctionInvocation | undefined;
|
|
6429
6428
|
};
|
|
6429
|
+
readonly _tag: "deployAccount";
|
|
6430
6430
|
} | {
|
|
6431
|
-
readonly _tag: "l1Handler";
|
|
6432
6431
|
readonly l1Handler: {
|
|
6433
6432
|
readonly functionInvocation?: FunctionInvocation | undefined;
|
|
6434
6433
|
};
|
|
6434
|
+
readonly _tag: "l1Handler";
|
|
6435
6435
|
};
|
|
6436
6436
|
}[];
|
|
6437
6437
|
}>;
|