zerc20-client-sdk 0.1.2 → 0.1.3

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.
Files changed (36) hide show
  1. package/dist/assets/abi/Adaptor.json +1 -1
  2. package/dist/assets/abi/LiquidityManager.json +1 -1
  3. package/dist/constants.d.ts +1 -0
  4. package/dist/constants.d.ts.map +1 -1
  5. package/dist/constants.js +1 -0
  6. package/dist/constants.js.map +1 -1
  7. package/dist/ic/client.d.ts +11 -4
  8. package/dist/ic/client.d.ts.map +1 -1
  9. package/dist/ic/client.js +13 -6
  10. package/dist/ic/client.js.map +1 -1
  11. package/dist/ic/invoice.d.ts +2 -2
  12. package/dist/ic/invoice.d.ts.map +1 -1
  13. package/dist/ic/invoice.js +5 -4
  14. package/dist/ic/invoice.js.map +1 -1
  15. package/dist/ic/types.d.ts +3 -0
  16. package/dist/ic/types.d.ts.map +1 -1
  17. package/dist/onchain/contracts.d.ts +416 -260
  18. package/dist/onchain/contracts.d.ts.map +1 -1
  19. package/dist/operations/invoice.d.ts +3 -2
  20. package/dist/operations/invoice.d.ts.map +1 -1
  21. package/dist/operations/invoice.js +9 -6
  22. package/dist/operations/invoice.js.map +1 -1
  23. package/dist/operations/liquidityManager.d.ts.map +1 -1
  24. package/dist/operations/liquidityManager.js +43 -27
  25. package/dist/operations/liquidityManager.js.map +1 -1
  26. package/dist/operations/privateSend.d.ts +1 -0
  27. package/dist/operations/privateSend.d.ts.map +1 -1
  28. package/dist/operations/privateSend.js +5 -2
  29. package/dist/operations/privateSend.js.map +1 -1
  30. package/dist/operations/scanner.d.ts +1 -0
  31. package/dist/operations/scanner.d.ts.map +1 -1
  32. package/dist/operations/scanner.js +3 -2
  33. package/dist/operations/scanner.js.map +1 -1
  34. package/dist/types.d.ts +1 -0
  35. package/dist/types.d.ts.map +1 -1
  36. package/package.json +1 -1
@@ -13111,12 +13111,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13111
13111
  read: {
13112
13112
  [x: string]: (...parameters: [options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
13113
13113
  type: string;
13114
- inputs: {
13115
- name: string;
13116
- type: string;
13117
- internalType: string;
13118
- }[];
13114
+ inputs: never[];
13115
+ stateMutability: string;
13116
+ name?: undefined;
13117
+ outputs?: undefined;
13118
+ anonymous?: undefined;
13119
+ } | {
13120
+ type: string;
13119
13121
  stateMutability: string;
13122
+ inputs?: undefined;
13120
13123
  name?: undefined;
13121
13124
  outputs?: undefined;
13122
13125
  anonymous?: undefined;
@@ -13211,12 +13214,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13211
13214
  anonymous?: undefined;
13212
13215
  })[], string, readonly unknown[]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly unknown[], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
13213
13216
  type: string;
13214
- inputs: {
13215
- name: string;
13216
- type: string;
13217
- internalType: string;
13218
- }[];
13217
+ inputs: never[];
13218
+ stateMutability: string;
13219
+ name?: undefined;
13220
+ outputs?: undefined;
13221
+ anonymous?: undefined;
13222
+ } | {
13223
+ type: string;
13219
13224
  stateMutability: string;
13225
+ inputs?: undefined;
13220
13226
  name?: undefined;
13221
13227
  outputs?: undefined;
13222
13228
  anonymous?: undefined;
@@ -13314,15 +13320,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13314
13320
  estimateGas: {
13315
13321
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
13316
13322
  type: string;
13317
- inputs: {
13318
- name: string;
13319
- type: string;
13320
- internalType: string;
13321
- }[];
13323
+ inputs: never[];
13322
13324
  stateMutability: string;
13323
13325
  name?: undefined;
13324
13326
  outputs?: undefined;
13325
13327
  anonymous?: undefined;
13328
+ } | {
13329
+ type: string;
13330
+ stateMutability: string;
13331
+ inputs?: undefined;
13332
+ name?: undefined;
13333
+ outputs?: undefined;
13334
+ anonymous?: undefined;
13326
13335
  } | {
13327
13336
  type: string;
13328
13337
  name: string;
@@ -13414,12 +13423,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13414
13423
  anonymous?: undefined;
13415
13424
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
13416
13425
  type: string;
13417
- inputs: {
13418
- name: string;
13419
- type: string;
13420
- internalType: string;
13421
- }[];
13426
+ inputs: never[];
13427
+ stateMutability: string;
13428
+ name?: undefined;
13429
+ outputs?: undefined;
13430
+ anonymous?: undefined;
13431
+ } | {
13432
+ type: string;
13422
13433
  stateMutability: string;
13434
+ inputs?: undefined;
13423
13435
  name?: undefined;
13424
13436
  outputs?: undefined;
13425
13437
  anonymous?: undefined;
@@ -13516,15 +13528,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13516
13528
  } & {
13517
13529
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
13518
13530
  type: string;
13519
- inputs: {
13520
- name: string;
13521
- type: string;
13522
- internalType: string;
13523
- }[];
13531
+ inputs: never[];
13524
13532
  stateMutability: string;
13525
13533
  name?: undefined;
13526
13534
  outputs?: undefined;
13527
13535
  anonymous?: undefined;
13536
+ } | {
13537
+ type: string;
13538
+ stateMutability: string;
13539
+ inputs?: undefined;
13540
+ name?: undefined;
13541
+ outputs?: undefined;
13542
+ anonymous?: undefined;
13528
13543
  } | {
13529
13544
  type: string;
13530
13545
  name: string;
@@ -13616,12 +13631,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13616
13631
  anonymous?: undefined;
13617
13632
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
13618
13633
  type: string;
13619
- inputs: {
13620
- name: string;
13621
- type: string;
13622
- internalType: string;
13623
- }[];
13634
+ inputs: never[];
13635
+ stateMutability: string;
13636
+ name?: undefined;
13637
+ outputs?: undefined;
13638
+ anonymous?: undefined;
13639
+ } | {
13640
+ type: string;
13624
13641
  stateMutability: string;
13642
+ inputs?: undefined;
13625
13643
  name?: undefined;
13626
13644
  outputs?: undefined;
13627
13645
  anonymous?: undefined;
@@ -13719,15 +13737,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13719
13737
  simulate: {
13720
13738
  [x: string]: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("abitype").Address | undefined = undefined>(...parameters: [options?: Omit<import("viem").SimulateContractParameters<({
13721
13739
  type: string;
13722
- inputs: {
13723
- name: string;
13724
- type: string;
13725
- internalType: string;
13726
- }[];
13740
+ inputs: never[];
13727
13741
  stateMutability: string;
13728
13742
  name?: undefined;
13729
13743
  outputs?: undefined;
13730
13744
  anonymous?: undefined;
13745
+ } | {
13746
+ type: string;
13747
+ stateMutability: string;
13748
+ inputs?: undefined;
13749
+ name?: undefined;
13750
+ outputs?: undefined;
13751
+ anonymous?: undefined;
13731
13752
  } | {
13732
13753
  type: string;
13733
13754
  name: string;
@@ -13819,12 +13840,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13819
13840
  anonymous?: undefined;
13820
13841
  })[], string, readonly unknown[], import("viem").Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined] | [args: readonly unknown[], options?: Omit<import("viem").SimulateContractParameters<({
13821
13842
  type: string;
13822
- inputs: {
13823
- name: string;
13824
- type: string;
13825
- internalType: string;
13826
- }[];
13843
+ inputs: never[];
13844
+ stateMutability: string;
13845
+ name?: undefined;
13846
+ outputs?: undefined;
13847
+ anonymous?: undefined;
13848
+ } | {
13849
+ type: string;
13827
13850
  stateMutability: string;
13851
+ inputs?: undefined;
13828
13852
  name?: undefined;
13829
13853
  outputs?: undefined;
13830
13854
  anonymous?: undefined;
@@ -13967,15 +13991,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
13967
13991
  toBlock?: bigint | import("viem").BlockTag | undefined;
13968
13992
  } | undefined]) => Promise<import("viem").GetContractEventsReturnType<({
13969
13993
  type: string;
13970
- inputs: {
13971
- name: string;
13972
- type: string;
13973
- internalType: string;
13974
- }[];
13994
+ inputs: never[];
13975
13995
  stateMutability: string;
13976
13996
  name?: undefined;
13977
13997
  outputs?: undefined;
13978
13998
  anonymous?: undefined;
13999
+ } | {
14000
+ type: string;
14001
+ stateMutability: string;
14002
+ inputs?: undefined;
14003
+ name?: undefined;
14004
+ outputs?: undefined;
14005
+ anonymous?: undefined;
13979
14006
  } | {
13980
14007
  type: string;
13981
14008
  name: string;
@@ -14076,12 +14103,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14076
14103
  onError?: ((error: Error) => void) | undefined | undefined;
14077
14104
  onLogs: import("viem").WatchContractEventOnLogsFn<({
14078
14105
  type: string;
14079
- inputs: {
14080
- name: string;
14081
- type: string;
14082
- internalType: string;
14083
- }[];
14106
+ inputs: never[];
14107
+ stateMutability: string;
14108
+ name?: undefined;
14109
+ outputs?: undefined;
14110
+ anonymous?: undefined;
14111
+ } | {
14112
+ type: string;
14084
14113
  stateMutability: string;
14114
+ inputs?: undefined;
14085
14115
  name?: undefined;
14086
14116
  outputs?: undefined;
14087
14117
  anonymous?: undefined;
@@ -14197,15 +14227,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14197
14227
  onError?: ((error: Error) => void) | undefined | undefined;
14198
14228
  onLogs: import("viem").WatchContractEventOnLogsFn<({
14199
14229
  type: string;
14200
- inputs: {
14201
- name: string;
14202
- type: string;
14203
- internalType: string;
14204
- }[];
14230
+ inputs: never[];
14205
14231
  stateMutability: string;
14206
14232
  name?: undefined;
14207
14233
  outputs?: undefined;
14208
14234
  anonymous?: undefined;
14235
+ } | {
14236
+ type: string;
14237
+ stateMutability: string;
14238
+ inputs?: undefined;
14239
+ name?: undefined;
14240
+ outputs?: undefined;
14241
+ anonymous?: undefined;
14209
14242
  } | {
14210
14243
  type: string;
14211
14244
  name: string;
@@ -14302,15 +14335,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14302
14335
  write: {
14303
14336
  [x: string]: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<({
14304
14337
  type: string;
14305
- inputs: {
14306
- name: string;
14307
- type: string;
14308
- internalType: string;
14309
- }[];
14338
+ inputs: never[];
14310
14339
  stateMutability: string;
14311
14340
  name?: undefined;
14312
14341
  outputs?: undefined;
14313
14342
  anonymous?: undefined;
14343
+ } | {
14344
+ type: string;
14345
+ stateMutability: string;
14346
+ inputs?: undefined;
14347
+ name?: undefined;
14348
+ outputs?: undefined;
14349
+ anonymous?: undefined;
14314
14350
  } | {
14315
14351
  type: string;
14316
14352
  name: string;
@@ -14405,15 +14441,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14405
14441
  address: `0x${string}`;
14406
14442
  abi: ({
14407
14443
  type: string;
14408
- inputs: {
14409
- name: string;
14410
- type: string;
14411
- internalType: string;
14412
- }[];
14444
+ inputs: never[];
14413
14445
  stateMutability: string;
14414
14446
  name?: undefined;
14415
14447
  outputs?: undefined;
14416
14448
  anonymous?: undefined;
14449
+ } | {
14450
+ type: string;
14451
+ stateMutability: string;
14452
+ inputs?: undefined;
14453
+ name?: undefined;
14454
+ outputs?: undefined;
14455
+ anonymous?: undefined;
14417
14456
  } | {
14418
14457
  type: string;
14419
14458
  name: string;
@@ -14508,12 +14547,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14508
14547
  read: {
14509
14548
  [x: string]: (...parameters: [options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
14510
14549
  type: string;
14511
- inputs: {
14512
- name: string;
14513
- type: string;
14514
- internalType: string;
14515
- }[];
14550
+ inputs: never[];
14551
+ stateMutability: string;
14552
+ name?: undefined;
14553
+ outputs?: undefined;
14554
+ anonymous?: undefined;
14555
+ } | {
14556
+ type: string;
14516
14557
  stateMutability: string;
14558
+ inputs?: undefined;
14517
14559
  name?: undefined;
14518
14560
  outputs?: undefined;
14519
14561
  anonymous?: undefined;
@@ -14608,15 +14650,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14608
14650
  anonymous?: undefined;
14609
14651
  })[], string, readonly unknown[]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly unknown[], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
14610
14652
  type: string;
14611
- inputs: {
14612
- name: string;
14613
- type: string;
14614
- internalType: string;
14615
- }[];
14653
+ inputs: never[];
14616
14654
  stateMutability: string;
14617
14655
  name?: undefined;
14618
14656
  outputs?: undefined;
14619
14657
  anonymous?: undefined;
14658
+ } | {
14659
+ type: string;
14660
+ stateMutability: string;
14661
+ inputs?: undefined;
14662
+ name?: undefined;
14663
+ outputs?: undefined;
14664
+ anonymous?: undefined;
14620
14665
  } | {
14621
14666
  type: string;
14622
14667
  name: string;
@@ -14711,12 +14756,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14711
14756
  estimateGas: {
14712
14757
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
14713
14758
  type: string;
14714
- inputs: {
14715
- name: string;
14716
- type: string;
14717
- internalType: string;
14718
- }[];
14759
+ inputs: never[];
14760
+ stateMutability: string;
14761
+ name?: undefined;
14762
+ outputs?: undefined;
14763
+ anonymous?: undefined;
14764
+ } | {
14765
+ type: string;
14719
14766
  stateMutability: string;
14767
+ inputs?: undefined;
14720
14768
  name?: undefined;
14721
14769
  outputs?: undefined;
14722
14770
  anonymous?: undefined;
@@ -14811,15 +14859,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14811
14859
  anonymous?: undefined;
14812
14860
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
14813
14861
  type: string;
14814
- inputs: {
14815
- name: string;
14816
- type: string;
14817
- internalType: string;
14818
- }[];
14862
+ inputs: never[];
14819
14863
  stateMutability: string;
14820
14864
  name?: undefined;
14821
14865
  outputs?: undefined;
14822
14866
  anonymous?: undefined;
14867
+ } | {
14868
+ type: string;
14869
+ stateMutability: string;
14870
+ inputs?: undefined;
14871
+ name?: undefined;
14872
+ outputs?: undefined;
14873
+ anonymous?: undefined;
14823
14874
  } | {
14824
14875
  type: string;
14825
14876
  name: string;
@@ -14913,12 +14964,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
14913
14964
  } & {
14914
14965
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
14915
14966
  type: string;
14916
- inputs: {
14917
- name: string;
14918
- type: string;
14919
- internalType: string;
14920
- }[];
14967
+ inputs: never[];
14968
+ stateMutability: string;
14969
+ name?: undefined;
14970
+ outputs?: undefined;
14971
+ anonymous?: undefined;
14972
+ } | {
14973
+ type: string;
14921
14974
  stateMutability: string;
14975
+ inputs?: undefined;
14922
14976
  name?: undefined;
14923
14977
  outputs?: undefined;
14924
14978
  anonymous?: undefined;
@@ -15013,15 +15067,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15013
15067
  anonymous?: undefined;
15014
15068
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
15015
15069
  type: string;
15016
- inputs: {
15017
- name: string;
15018
- type: string;
15019
- internalType: string;
15020
- }[];
15070
+ inputs: never[];
15021
15071
  stateMutability: string;
15022
15072
  name?: undefined;
15023
15073
  outputs?: undefined;
15024
15074
  anonymous?: undefined;
15075
+ } | {
15076
+ type: string;
15077
+ stateMutability: string;
15078
+ inputs?: undefined;
15079
+ name?: undefined;
15080
+ outputs?: undefined;
15081
+ anonymous?: undefined;
15025
15082
  } | {
15026
15083
  type: string;
15027
15084
  name: string;
@@ -15116,12 +15173,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15116
15173
  simulate: {
15117
15174
  [x: string]: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("abitype").Address | undefined = undefined>(...parameters: [options?: Omit<import("viem").SimulateContractParameters<({
15118
15175
  type: string;
15119
- inputs: {
15120
- name: string;
15121
- type: string;
15122
- internalType: string;
15123
- }[];
15176
+ inputs: never[];
15177
+ stateMutability: string;
15178
+ name?: undefined;
15179
+ outputs?: undefined;
15180
+ anonymous?: undefined;
15181
+ } | {
15182
+ type: string;
15124
15183
  stateMutability: string;
15184
+ inputs?: undefined;
15125
15185
  name?: undefined;
15126
15186
  outputs?: undefined;
15127
15187
  anonymous?: undefined;
@@ -15216,15 +15276,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15216
15276
  anonymous?: undefined;
15217
15277
  })[], string, readonly unknown[], import("viem").Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined] | [args: readonly unknown[], options?: Omit<import("viem").SimulateContractParameters<({
15218
15278
  type: string;
15219
- inputs: {
15220
- name: string;
15221
- type: string;
15222
- internalType: string;
15223
- }[];
15279
+ inputs: never[];
15224
15280
  stateMutability: string;
15225
15281
  name?: undefined;
15226
15282
  outputs?: undefined;
15227
15283
  anonymous?: undefined;
15284
+ } | {
15285
+ type: string;
15286
+ stateMutability: string;
15287
+ inputs?: undefined;
15288
+ name?: undefined;
15289
+ outputs?: undefined;
15290
+ anonymous?: undefined;
15228
15291
  } | {
15229
15292
  type: string;
15230
15293
  name: string;
@@ -15364,12 +15427,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15364
15427
  toBlock?: bigint | import("viem").BlockTag | undefined;
15365
15428
  } | undefined]) => Promise<import("viem").GetContractEventsReturnType<({
15366
15429
  type: string;
15367
- inputs: {
15368
- name: string;
15369
- type: string;
15370
- internalType: string;
15371
- }[];
15430
+ inputs: never[];
15431
+ stateMutability: string;
15432
+ name?: undefined;
15433
+ outputs?: undefined;
15434
+ anonymous?: undefined;
15435
+ } | {
15436
+ type: string;
15372
15437
  stateMutability: string;
15438
+ inputs?: undefined;
15373
15439
  name?: undefined;
15374
15440
  outputs?: undefined;
15375
15441
  anonymous?: undefined;
@@ -15473,12 +15539,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15473
15539
  onError?: ((error: Error) => void) | undefined | undefined;
15474
15540
  onLogs: import("viem").WatchContractEventOnLogsFn<({
15475
15541
  type: string;
15476
- inputs: {
15477
- name: string;
15478
- type: string;
15479
- internalType: string;
15480
- }[];
15542
+ inputs: never[];
15543
+ stateMutability: string;
15544
+ name?: undefined;
15545
+ outputs?: undefined;
15546
+ anonymous?: undefined;
15547
+ } | {
15548
+ type: string;
15481
15549
  stateMutability: string;
15550
+ inputs?: undefined;
15482
15551
  name?: undefined;
15483
15552
  outputs?: undefined;
15484
15553
  anonymous?: undefined;
@@ -15594,12 +15663,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15594
15663
  onError?: ((error: Error) => void) | undefined | undefined;
15595
15664
  onLogs: import("viem").WatchContractEventOnLogsFn<({
15596
15665
  type: string;
15597
- inputs: {
15598
- name: string;
15599
- type: string;
15600
- internalType: string;
15601
- }[];
15666
+ inputs: never[];
15667
+ stateMutability: string;
15668
+ name?: undefined;
15669
+ outputs?: undefined;
15670
+ anonymous?: undefined;
15671
+ } | {
15672
+ type: string;
15602
15673
  stateMutability: string;
15674
+ inputs?: undefined;
15603
15675
  name?: undefined;
15604
15676
  outputs?: undefined;
15605
15677
  anonymous?: undefined;
@@ -15699,12 +15771,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15699
15771
  write: {
15700
15772
  [x: string]: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<({
15701
15773
  type: string;
15702
- inputs: {
15703
- name: string;
15704
- type: string;
15705
- internalType: string;
15706
- }[];
15774
+ inputs: never[];
15775
+ stateMutability: string;
15776
+ name?: undefined;
15777
+ outputs?: undefined;
15778
+ anonymous?: undefined;
15779
+ } | {
15780
+ type: string;
15707
15781
  stateMutability: string;
15782
+ inputs?: undefined;
15708
15783
  name?: undefined;
15709
15784
  outputs?: undefined;
15710
15785
  anonymous?: undefined;
@@ -15802,15 +15877,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15802
15877
  address: `0x${string}`;
15803
15878
  abi: ({
15804
15879
  type: string;
15805
- inputs: {
15806
- name: string;
15807
- type: string;
15808
- internalType: string;
15809
- }[];
15880
+ inputs: never[];
15810
15881
  stateMutability: string;
15811
15882
  name?: undefined;
15812
15883
  outputs?: undefined;
15813
15884
  anonymous?: undefined;
15885
+ } | {
15886
+ type: string;
15887
+ stateMutability: string;
15888
+ inputs?: undefined;
15889
+ name?: undefined;
15890
+ outputs?: undefined;
15891
+ anonymous?: undefined;
15814
15892
  } | {
15815
15893
  type: string;
15816
15894
  name: string;
@@ -15905,12 +15983,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
15905
15983
  read: {
15906
15984
  [x: string]: (...parameters: [options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
15907
15985
  type: string;
15908
- inputs: {
15909
- name: string;
15910
- type: string;
15911
- internalType: string;
15912
- }[];
15986
+ inputs: never[];
15987
+ stateMutability: string;
15988
+ name?: undefined;
15989
+ outputs?: undefined;
15990
+ anonymous?: undefined;
15991
+ } | {
15992
+ type: string;
15913
15993
  stateMutability: string;
15994
+ inputs?: undefined;
15914
15995
  name?: undefined;
15915
15996
  outputs?: undefined;
15916
15997
  anonymous?: undefined;
@@ -16005,15 +16086,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16005
16086
  anonymous?: undefined;
16006
16087
  })[], string, readonly unknown[]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly unknown[], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
16007
16088
  type: string;
16008
- inputs: {
16009
- name: string;
16010
- type: string;
16011
- internalType: string;
16012
- }[];
16089
+ inputs: never[];
16013
16090
  stateMutability: string;
16014
16091
  name?: undefined;
16015
16092
  outputs?: undefined;
16016
16093
  anonymous?: undefined;
16094
+ } | {
16095
+ type: string;
16096
+ stateMutability: string;
16097
+ inputs?: undefined;
16098
+ name?: undefined;
16099
+ outputs?: undefined;
16100
+ anonymous?: undefined;
16017
16101
  } | {
16018
16102
  type: string;
16019
16103
  name: string;
@@ -16108,12 +16192,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16108
16192
  estimateGas: {
16109
16193
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
16110
16194
  type: string;
16111
- inputs: {
16112
- name: string;
16113
- type: string;
16114
- internalType: string;
16115
- }[];
16195
+ inputs: never[];
16196
+ stateMutability: string;
16197
+ name?: undefined;
16198
+ outputs?: undefined;
16199
+ anonymous?: undefined;
16200
+ } | {
16201
+ type: string;
16116
16202
  stateMutability: string;
16203
+ inputs?: undefined;
16117
16204
  name?: undefined;
16118
16205
  outputs?: undefined;
16119
16206
  anonymous?: undefined;
@@ -16208,15 +16295,18 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16208
16295
  anonymous?: undefined;
16209
16296
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
16210
16297
  type: string;
16211
- inputs: {
16212
- name: string;
16213
- type: string;
16214
- internalType: string;
16215
- }[];
16298
+ inputs: never[];
16216
16299
  stateMutability: string;
16217
16300
  name?: undefined;
16218
16301
  outputs?: undefined;
16219
16302
  anonymous?: undefined;
16303
+ } | {
16304
+ type: string;
16305
+ stateMutability: string;
16306
+ inputs?: undefined;
16307
+ name?: undefined;
16308
+ outputs?: undefined;
16309
+ anonymous?: undefined;
16220
16310
  } | {
16221
16311
  type: string;
16222
16312
  name: string;
@@ -16310,12 +16400,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16310
16400
  } & {
16311
16401
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
16312
16402
  type: string;
16313
- inputs: {
16314
- name: string;
16315
- type: string;
16316
- internalType: string;
16317
- }[];
16403
+ inputs: never[];
16404
+ stateMutability: string;
16405
+ name?: undefined;
16406
+ outputs?: undefined;
16407
+ anonymous?: undefined;
16408
+ } | {
16409
+ type: string;
16318
16410
  stateMutability: string;
16411
+ inputs?: undefined;
16319
16412
  name?: undefined;
16320
16413
  outputs?: undefined;
16321
16414
  anonymous?: undefined;
@@ -16410,12 +16503,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16410
16503
  anonymous?: undefined;
16411
16504
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
16412
16505
  type: string;
16413
- inputs: {
16414
- name: string;
16415
- type: string;
16416
- internalType: string;
16417
- }[];
16506
+ inputs: never[];
16507
+ stateMutability: string;
16508
+ name?: undefined;
16509
+ outputs?: undefined;
16510
+ anonymous?: undefined;
16511
+ } | {
16512
+ type: string;
16418
16513
  stateMutability: string;
16514
+ inputs?: undefined;
16419
16515
  name?: undefined;
16420
16516
  outputs?: undefined;
16421
16517
  anonymous?: undefined;
@@ -16513,12 +16609,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16513
16609
  simulate: {
16514
16610
  [x: string]: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("abitype").Address | undefined = undefined>(...parameters: [options?: Omit<import("viem").SimulateContractParameters<({
16515
16611
  type: string;
16516
- inputs: {
16517
- name: string;
16518
- type: string;
16519
- internalType: string;
16520
- }[];
16612
+ inputs: never[];
16613
+ stateMutability: string;
16614
+ name?: undefined;
16615
+ outputs?: undefined;
16616
+ anonymous?: undefined;
16617
+ } | {
16618
+ type: string;
16521
16619
  stateMutability: string;
16620
+ inputs?: undefined;
16522
16621
  name?: undefined;
16523
16622
  outputs?: undefined;
16524
16623
  anonymous?: undefined;
@@ -16613,12 +16712,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16613
16712
  anonymous?: undefined;
16614
16713
  })[], string, readonly unknown[], import("viem").Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined] | [args: readonly unknown[], options?: Omit<import("viem").SimulateContractParameters<({
16615
16714
  type: string;
16616
- inputs: {
16617
- name: string;
16618
- type: string;
16619
- internalType: string;
16620
- }[];
16715
+ inputs: never[];
16716
+ stateMutability: string;
16717
+ name?: undefined;
16718
+ outputs?: undefined;
16719
+ anonymous?: undefined;
16720
+ } | {
16721
+ type: string;
16621
16722
  stateMutability: string;
16723
+ inputs?: undefined;
16622
16724
  name?: undefined;
16623
16725
  outputs?: undefined;
16624
16726
  anonymous?: undefined;
@@ -16761,12 +16863,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16761
16863
  toBlock?: bigint | import("viem").BlockTag | undefined;
16762
16864
  } | undefined]) => Promise<import("viem").GetContractEventsReturnType<({
16763
16865
  type: string;
16764
- inputs: {
16765
- name: string;
16766
- type: string;
16767
- internalType: string;
16768
- }[];
16866
+ inputs: never[];
16867
+ stateMutability: string;
16868
+ name?: undefined;
16869
+ outputs?: undefined;
16870
+ anonymous?: undefined;
16871
+ } | {
16872
+ type: string;
16769
16873
  stateMutability: string;
16874
+ inputs?: undefined;
16770
16875
  name?: undefined;
16771
16876
  outputs?: undefined;
16772
16877
  anonymous?: undefined;
@@ -16870,12 +16975,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16870
16975
  onError?: ((error: Error) => void) | undefined | undefined;
16871
16976
  onLogs: import("viem").WatchContractEventOnLogsFn<({
16872
16977
  type: string;
16873
- inputs: {
16874
- name: string;
16875
- type: string;
16876
- internalType: string;
16877
- }[];
16978
+ inputs: never[];
16979
+ stateMutability: string;
16980
+ name?: undefined;
16981
+ outputs?: undefined;
16982
+ anonymous?: undefined;
16983
+ } | {
16984
+ type: string;
16878
16985
  stateMutability: string;
16986
+ inputs?: undefined;
16879
16987
  name?: undefined;
16880
16988
  outputs?: undefined;
16881
16989
  anonymous?: undefined;
@@ -16991,12 +17099,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
16991
17099
  onError?: ((error: Error) => void) | undefined | undefined;
16992
17100
  onLogs: import("viem").WatchContractEventOnLogsFn<({
16993
17101
  type: string;
16994
- inputs: {
16995
- name: string;
16996
- type: string;
16997
- internalType: string;
16998
- }[];
17102
+ inputs: never[];
17103
+ stateMutability: string;
17104
+ name?: undefined;
17105
+ outputs?: undefined;
17106
+ anonymous?: undefined;
17107
+ } | {
17108
+ type: string;
16999
17109
  stateMutability: string;
17110
+ inputs?: undefined;
17000
17111
  name?: undefined;
17001
17112
  outputs?: undefined;
17002
17113
  anonymous?: undefined;
@@ -17096,12 +17207,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17096
17207
  write: {
17097
17208
  [x: string]: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<({
17098
17209
  type: string;
17099
- inputs: {
17100
- name: string;
17101
- type: string;
17102
- internalType: string;
17103
- }[];
17210
+ inputs: never[];
17211
+ stateMutability: string;
17212
+ name?: undefined;
17213
+ outputs?: undefined;
17214
+ anonymous?: undefined;
17215
+ } | {
17216
+ type: string;
17104
17217
  stateMutability: string;
17218
+ inputs?: undefined;
17105
17219
  name?: undefined;
17106
17220
  outputs?: undefined;
17107
17221
  anonymous?: undefined;
@@ -17199,12 +17313,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17199
17313
  address: `0x${string}`;
17200
17314
  abi: ({
17201
17315
  type: string;
17202
- inputs: {
17203
- name: string;
17204
- type: string;
17205
- internalType: string;
17206
- }[];
17316
+ inputs: never[];
17317
+ stateMutability: string;
17318
+ name?: undefined;
17319
+ outputs?: undefined;
17320
+ anonymous?: undefined;
17321
+ } | {
17322
+ type: string;
17207
17323
  stateMutability: string;
17324
+ inputs?: undefined;
17208
17325
  name?: undefined;
17209
17326
  outputs?: undefined;
17210
17327
  anonymous?: undefined;
@@ -17302,12 +17419,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17302
17419
  read: {
17303
17420
  [x: string]: (...parameters: [options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
17304
17421
  type: string;
17305
- inputs: {
17306
- name: string;
17307
- type: string;
17308
- internalType: string;
17309
- }[];
17422
+ inputs: never[];
17423
+ stateMutability: string;
17424
+ name?: undefined;
17425
+ outputs?: undefined;
17426
+ anonymous?: undefined;
17427
+ } | {
17428
+ type: string;
17310
17429
  stateMutability: string;
17430
+ inputs?: undefined;
17311
17431
  name?: undefined;
17312
17432
  outputs?: undefined;
17313
17433
  anonymous?: undefined;
@@ -17402,12 +17522,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17402
17522
  anonymous?: undefined;
17403
17523
  })[], string, readonly unknown[]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly unknown[], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<({
17404
17524
  type: string;
17405
- inputs: {
17406
- name: string;
17407
- type: string;
17408
- internalType: string;
17409
- }[];
17525
+ inputs: never[];
17526
+ stateMutability: string;
17527
+ name?: undefined;
17528
+ outputs?: undefined;
17529
+ anonymous?: undefined;
17530
+ } | {
17531
+ type: string;
17410
17532
  stateMutability: string;
17533
+ inputs?: undefined;
17411
17534
  name?: undefined;
17412
17535
  outputs?: undefined;
17413
17536
  anonymous?: undefined;
@@ -17505,12 +17628,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17505
17628
  estimateGas: {
17506
17629
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
17507
17630
  type: string;
17508
- inputs: {
17509
- name: string;
17510
- type: string;
17511
- internalType: string;
17512
- }[];
17631
+ inputs: never[];
17632
+ stateMutability: string;
17633
+ name?: undefined;
17634
+ outputs?: undefined;
17635
+ anonymous?: undefined;
17636
+ } | {
17637
+ type: string;
17513
17638
  stateMutability: string;
17639
+ inputs?: undefined;
17514
17640
  name?: undefined;
17515
17641
  outputs?: undefined;
17516
17642
  anonymous?: undefined;
@@ -17605,12 +17731,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17605
17731
  anonymous?: undefined;
17606
17732
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
17607
17733
  type: string;
17608
- inputs: {
17609
- name: string;
17610
- type: string;
17611
- internalType: string;
17612
- }[];
17734
+ inputs: never[];
17735
+ stateMutability: string;
17736
+ name?: undefined;
17737
+ outputs?: undefined;
17738
+ anonymous?: undefined;
17739
+ } | {
17740
+ type: string;
17613
17741
  stateMutability: string;
17742
+ inputs?: undefined;
17614
17743
  name?: undefined;
17615
17744
  outputs?: undefined;
17616
17745
  anonymous?: undefined;
@@ -17707,12 +17836,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17707
17836
  } & {
17708
17837
  [x: string]: (...parameters: [options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
17709
17838
  type: string;
17710
- inputs: {
17711
- name: string;
17712
- type: string;
17713
- internalType: string;
17714
- }[];
17839
+ inputs: never[];
17840
+ stateMutability: string;
17841
+ name?: undefined;
17842
+ outputs?: undefined;
17843
+ anonymous?: undefined;
17844
+ } | {
17845
+ type: string;
17715
17846
  stateMutability: string;
17847
+ inputs?: undefined;
17716
17848
  name?: undefined;
17717
17849
  outputs?: undefined;
17718
17850
  anonymous?: undefined;
@@ -17807,12 +17939,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17807
17939
  anonymous?: undefined;
17808
17940
  })[], string, readonly unknown[], import("viem").Chain | undefined>, "address" | "abi" | "args" | "functionName">>] | [args: readonly unknown[], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<({
17809
17941
  type: string;
17810
- inputs: {
17811
- name: string;
17812
- type: string;
17813
- internalType: string;
17814
- }[];
17942
+ inputs: never[];
17943
+ stateMutability: string;
17944
+ name?: undefined;
17945
+ outputs?: undefined;
17946
+ anonymous?: undefined;
17947
+ } | {
17948
+ type: string;
17815
17949
  stateMutability: string;
17950
+ inputs?: undefined;
17816
17951
  name?: undefined;
17817
17952
  outputs?: undefined;
17818
17953
  anonymous?: undefined;
@@ -17910,12 +18045,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
17910
18045
  simulate: {
17911
18046
  [x: string]: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("abitype").Address | undefined = undefined>(...parameters: [options?: Omit<import("viem").SimulateContractParameters<({
17912
18047
  type: string;
17913
- inputs: {
17914
- name: string;
17915
- type: string;
17916
- internalType: string;
17917
- }[];
18048
+ inputs: never[];
18049
+ stateMutability: string;
18050
+ name?: undefined;
18051
+ outputs?: undefined;
18052
+ anonymous?: undefined;
18053
+ } | {
18054
+ type: string;
17918
18055
  stateMutability: string;
18056
+ inputs?: undefined;
17919
18057
  name?: undefined;
17920
18058
  outputs?: undefined;
17921
18059
  anonymous?: undefined;
@@ -18010,12 +18148,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18010
18148
  anonymous?: undefined;
18011
18149
  })[], string, readonly unknown[], import("viem").Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined] | [args: readonly unknown[], options?: Omit<import("viem").SimulateContractParameters<({
18012
18150
  type: string;
18013
- inputs: {
18014
- name: string;
18015
- type: string;
18016
- internalType: string;
18017
- }[];
18151
+ inputs: never[];
18152
+ stateMutability: string;
18153
+ name?: undefined;
18154
+ outputs?: undefined;
18155
+ anonymous?: undefined;
18156
+ } | {
18157
+ type: string;
18018
18158
  stateMutability: string;
18159
+ inputs?: undefined;
18019
18160
  name?: undefined;
18020
18161
  outputs?: undefined;
18021
18162
  anonymous?: undefined;
@@ -18158,12 +18299,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18158
18299
  toBlock?: bigint | import("viem").BlockTag | undefined;
18159
18300
  } | undefined]) => Promise<import("viem").GetContractEventsReturnType<({
18160
18301
  type: string;
18161
- inputs: {
18162
- name: string;
18163
- type: string;
18164
- internalType: string;
18165
- }[];
18302
+ inputs: never[];
18303
+ stateMutability: string;
18304
+ name?: undefined;
18305
+ outputs?: undefined;
18306
+ anonymous?: undefined;
18307
+ } | {
18308
+ type: string;
18166
18309
  stateMutability: string;
18310
+ inputs?: undefined;
18167
18311
  name?: undefined;
18168
18312
  outputs?: undefined;
18169
18313
  anonymous?: undefined;
@@ -18267,12 +18411,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18267
18411
  onError?: ((error: Error) => void) | undefined | undefined;
18268
18412
  onLogs: import("viem").WatchContractEventOnLogsFn<({
18269
18413
  type: string;
18270
- inputs: {
18271
- name: string;
18272
- type: string;
18273
- internalType: string;
18274
- }[];
18414
+ inputs: never[];
18415
+ stateMutability: string;
18416
+ name?: undefined;
18417
+ outputs?: undefined;
18418
+ anonymous?: undefined;
18419
+ } | {
18420
+ type: string;
18275
18421
  stateMutability: string;
18422
+ inputs?: undefined;
18276
18423
  name?: undefined;
18277
18424
  outputs?: undefined;
18278
18425
  anonymous?: undefined;
@@ -18388,12 +18535,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18388
18535
  onError?: ((error: Error) => void) | undefined | undefined;
18389
18536
  onLogs: import("viem").WatchContractEventOnLogsFn<({
18390
18537
  type: string;
18391
- inputs: {
18392
- name: string;
18393
- type: string;
18394
- internalType: string;
18395
- }[];
18538
+ inputs: never[];
18539
+ stateMutability: string;
18540
+ name?: undefined;
18541
+ outputs?: undefined;
18542
+ anonymous?: undefined;
18543
+ } | {
18544
+ type: string;
18396
18545
  stateMutability: string;
18546
+ inputs?: undefined;
18397
18547
  name?: undefined;
18398
18548
  outputs?: undefined;
18399
18549
  anonymous?: undefined;
@@ -18493,12 +18643,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18493
18643
  write: {
18494
18644
  [x: string]: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<({
18495
18645
  type: string;
18496
- inputs: {
18497
- name: string;
18498
- type: string;
18499
- internalType: string;
18500
- }[];
18646
+ inputs: never[];
18647
+ stateMutability: string;
18648
+ name?: undefined;
18649
+ outputs?: undefined;
18650
+ anonymous?: undefined;
18651
+ } | {
18652
+ type: string;
18501
18653
  stateMutability: string;
18654
+ inputs?: undefined;
18502
18655
  name?: undefined;
18503
18656
  outputs?: undefined;
18504
18657
  anonymous?: undefined;
@@ -18596,12 +18749,15 @@ export declare function getAdaptorContract(address: string, client: ContractClie
18596
18749
  address: `0x${string}`;
18597
18750
  abi: ({
18598
18751
  type: string;
18599
- inputs: {
18600
- name: string;
18601
- type: string;
18602
- internalType: string;
18603
- }[];
18752
+ inputs: never[];
18753
+ stateMutability: string;
18754
+ name?: undefined;
18755
+ outputs?: undefined;
18756
+ anonymous?: undefined;
18757
+ } | {
18758
+ type: string;
18604
18759
  stateMutability: string;
18760
+ inputs?: undefined;
18605
18761
  name?: undefined;
18606
18762
  outputs?: undefined;
18607
18763
  anonymous?: undefined;