@inco/js 0.8.0-devnet-9 → 0.8.0-devnet-10

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 (73) hide show
  1. package/dist/cjs/advancedacl/session-key.js +15 -6
  2. package/dist/cjs/attesteddecrypt/attested-decrypt.d.ts +2 -6
  3. package/dist/cjs/attesteddecrypt/attested-decrypt.js +15 -22
  4. package/dist/cjs/generated/abis/lightning.d.ts +997 -102
  5. package/dist/cjs/generated/abis/lightning.js +642 -3
  6. package/dist/cjs/generated/abis/test-elist.d.ts +1 -1
  7. package/dist/cjs/generated/abis/test-elist.js +2 -2
  8. package/dist/cjs/generated/abis/verifier.d.ts +39 -0
  9. package/dist/cjs/generated/abis/verifier.js +22 -1
  10. package/dist/cjs/generated/lightning.d.ts +20 -0
  11. package/dist/cjs/generated/lightning.js +22 -1
  12. package/dist/cjs/generated/local-node.d.ts +4 -4
  13. package/dist/cjs/generated/local-node.js +22 -7
  14. package/dist/cjs/handle.d.ts +12 -0
  15. package/dist/cjs/handle.js +29 -2
  16. package/dist/cjs/kms/client.d.ts +1 -1
  17. package/dist/cjs/kms/client.js +4 -3
  18. package/dist/cjs/kms/quorumClient.d.ts +1 -0
  19. package/dist/cjs/kms/quorumClient.js +21 -4
  20. package/dist/cjs/lite/index.d.ts +1 -1
  21. package/dist/cjs/lite/index.js +2 -3
  22. package/dist/cjs/lite/lightning.d.ts +2 -2
  23. package/dist/cjs/lite/lightning.js +2 -2
  24. package/dist/cjs/retry.d.ts +14 -0
  25. package/dist/cjs/retry.js +58 -2
  26. package/dist/cjs/test/mocks.d.ts +1 -0
  27. package/dist/cjs/test/mocks.js +3 -2
  28. package/dist/esm/advancedacl/session-key.js +13 -4
  29. package/dist/esm/attesteddecrypt/attested-decrypt.d.ts +2 -6
  30. package/dist/esm/attesteddecrypt/attested-decrypt.js +14 -20
  31. package/dist/esm/generated/abis/lightning.d.ts +997 -102
  32. package/dist/esm/generated/abis/lightning.js +640 -1
  33. package/dist/esm/generated/abis/test-elist.d.ts +1 -1
  34. package/dist/esm/generated/abis/test-elist.js +2 -2
  35. package/dist/esm/generated/abis/verifier.d.ts +39 -0
  36. package/dist/esm/generated/abis/verifier.js +22 -1
  37. package/dist/esm/generated/lightning.d.ts +20 -0
  38. package/dist/esm/generated/lightning.js +22 -1
  39. package/dist/esm/generated/local-node.d.ts +4 -4
  40. package/dist/esm/generated/local-node.js +22 -7
  41. package/dist/esm/handle.d.ts +12 -0
  42. package/dist/esm/handle.js +27 -1
  43. package/dist/esm/kms/client.d.ts +1 -1
  44. package/dist/esm/kms/client.js +3 -2
  45. package/dist/esm/kms/quorumClient.d.ts +1 -0
  46. package/dist/esm/kms/quorumClient.js +21 -4
  47. package/dist/esm/lite/index.d.ts +1 -1
  48. package/dist/esm/lite/index.js +2 -2
  49. package/dist/esm/lite/lightning.d.ts +2 -2
  50. package/dist/esm/lite/lightning.js +2 -2
  51. package/dist/esm/retry.d.ts +14 -0
  52. package/dist/esm/retry.js +56 -2
  53. package/dist/esm/test/mocks.d.ts +1 -0
  54. package/dist/esm/test/mocks.js +4 -3
  55. package/dist/types/attesteddecrypt/attested-decrypt.d.ts +2 -6
  56. package/dist/types/generated/abis/lightning.d.ts +997 -102
  57. package/dist/types/generated/abis/test-elist.d.ts +1 -1
  58. package/dist/types/generated/abis/verifier.d.ts +39 -0
  59. package/dist/types/generated/lightning.d.ts +20 -0
  60. package/dist/types/generated/local-node.d.ts +4 -4
  61. package/dist/types/handle.d.ts +12 -0
  62. package/dist/types/kms/client.d.ts +1 -1
  63. package/dist/types/kms/quorumClient.d.ts +1 -0
  64. package/dist/types/lite/index.d.ts +1 -1
  65. package/dist/types/lite/lightning.d.ts +2 -2
  66. package/dist/types/retry.d.ts +14 -0
  67. package/dist/types/test/mocks.d.ts +1 -0
  68. package/package.json +1 -1
  69. package/dist/cjs/generated/abis/lightning-preview.d.ts +0 -1445
  70. package/dist/cjs/generated/abis/lightning-preview.js +0 -908
  71. package/dist/esm/generated/abis/lightning-preview.d.ts +0 -1445
  72. package/dist/esm/generated/abis/lightning-preview.js +0 -905
  73. package/dist/types/generated/abis/lightning-preview.d.ts +0 -1445
@@ -1,3 +1,232 @@
1
+ export declare const abiHelperAbi: readonly [{
2
+ readonly type: "function";
3
+ readonly inputs: readonly [];
4
+ readonly name: "getSession";
5
+ readonly outputs: readonly [{
6
+ readonly name: "";
7
+ readonly internalType: "struct Session";
8
+ readonly type: "tuple";
9
+ readonly components: readonly [{
10
+ readonly name: "decrypter";
11
+ readonly internalType: "address";
12
+ readonly type: "address";
13
+ }, {
14
+ readonly name: "expiresAt";
15
+ readonly internalType: "uint256";
16
+ readonly type: "uint256";
17
+ }];
18
+ }];
19
+ readonly stateMutability: "pure";
20
+ }];
21
+ export declare const advancedAccessControlAbi: readonly [{
22
+ readonly type: "function";
23
+ readonly inputs: readonly [{
24
+ readonly name: "voucher";
25
+ readonly internalType: "struct AllowanceVoucher";
26
+ readonly type: "tuple";
27
+ readonly components: readonly [{
28
+ readonly name: "sessionNonce";
29
+ readonly internalType: "bytes32";
30
+ readonly type: "bytes32";
31
+ }, {
32
+ readonly name: "verifyingContract";
33
+ readonly internalType: "address";
34
+ readonly type: "address";
35
+ }, {
36
+ readonly name: "callFunction";
37
+ readonly internalType: "bytes4";
38
+ readonly type: "bytes4";
39
+ }, {
40
+ readonly name: "sharerArgData";
41
+ readonly internalType: "bytes";
42
+ readonly type: "bytes";
43
+ }];
44
+ }];
45
+ readonly name: "allowanceVoucherDigest";
46
+ readonly outputs: readonly [{
47
+ readonly name: "";
48
+ readonly internalType: "bytes32";
49
+ readonly type: "bytes32";
50
+ }];
51
+ readonly stateMutability: "view";
52
+ }, {
53
+ readonly type: "function";
54
+ readonly inputs: readonly [];
55
+ readonly name: "eip712Domain";
56
+ readonly outputs: readonly [{
57
+ readonly name: "fields";
58
+ readonly internalType: "bytes1";
59
+ readonly type: "bytes1";
60
+ }, {
61
+ readonly name: "name";
62
+ readonly internalType: "string";
63
+ readonly type: "string";
64
+ }, {
65
+ readonly name: "version";
66
+ readonly internalType: "string";
67
+ readonly type: "string";
68
+ }, {
69
+ readonly name: "chainId";
70
+ readonly internalType: "uint256";
71
+ readonly type: "uint256";
72
+ }, {
73
+ readonly name: "verifyingContract";
74
+ readonly internalType: "address";
75
+ readonly type: "address";
76
+ }, {
77
+ readonly name: "salt";
78
+ readonly internalType: "bytes32";
79
+ readonly type: "bytes32";
80
+ }, {
81
+ readonly name: "extensions";
82
+ readonly internalType: "uint256[]";
83
+ readonly type: "uint256[]";
84
+ }];
85
+ readonly stateMutability: "view";
86
+ }, {
87
+ readonly type: "function";
88
+ readonly inputs: readonly [{
89
+ readonly name: "account";
90
+ readonly internalType: "address";
91
+ readonly type: "address";
92
+ }];
93
+ readonly name: "getActiveVouchersSessionNonce";
94
+ readonly outputs: readonly [{
95
+ readonly name: "";
96
+ readonly internalType: "bytes32";
97
+ readonly type: "bytes32";
98
+ }];
99
+ readonly stateMutability: "view";
100
+ }, {
101
+ readonly type: "function";
102
+ readonly inputs: readonly [{
103
+ readonly name: "handle";
104
+ readonly internalType: "bytes32";
105
+ readonly type: "bytes32";
106
+ }, {
107
+ readonly name: "account";
108
+ readonly internalType: "address";
109
+ readonly type: "address";
110
+ }, {
111
+ readonly name: "proof";
112
+ readonly internalType: "struct AllowanceProof";
113
+ readonly type: "tuple";
114
+ readonly components: readonly [{
115
+ readonly name: "sharer";
116
+ readonly internalType: "address";
117
+ readonly type: "address";
118
+ }, {
119
+ readonly name: "voucher";
120
+ readonly internalType: "struct AllowanceVoucher";
121
+ readonly type: "tuple";
122
+ readonly components: readonly [{
123
+ readonly name: "sessionNonce";
124
+ readonly internalType: "bytes32";
125
+ readonly type: "bytes32";
126
+ }, {
127
+ readonly name: "verifyingContract";
128
+ readonly internalType: "address";
129
+ readonly type: "address";
130
+ }, {
131
+ readonly name: "callFunction";
132
+ readonly internalType: "bytes4";
133
+ readonly type: "bytes4";
134
+ }, {
135
+ readonly name: "sharerArgData";
136
+ readonly internalType: "bytes";
137
+ readonly type: "bytes";
138
+ }];
139
+ }, {
140
+ readonly name: "voucherSignature";
141
+ readonly internalType: "bytes";
142
+ readonly type: "bytes";
143
+ }, {
144
+ readonly name: "requesterArgData";
145
+ readonly internalType: "bytes";
146
+ readonly type: "bytes";
147
+ }];
148
+ }];
149
+ readonly name: "isAllowedWithProof";
150
+ readonly outputs: readonly [{
151
+ readonly name: "";
152
+ readonly internalType: "bool";
153
+ readonly type: "bool";
154
+ }];
155
+ readonly stateMutability: "nonpayable";
156
+ }, {
157
+ readonly type: "function";
158
+ readonly inputs: readonly [];
159
+ readonly name: "updateActiveVouchersSessionNonce";
160
+ readonly outputs: readonly [];
161
+ readonly stateMutability: "nonpayable";
162
+ }, {
163
+ readonly type: "event";
164
+ readonly anonymous: false;
165
+ readonly inputs: readonly [];
166
+ readonly name: "EIP712DomainChanged";
167
+ }, {
168
+ readonly type: "event";
169
+ readonly anonymous: false;
170
+ readonly inputs: readonly [{
171
+ readonly name: "version";
172
+ readonly internalType: "uint64";
173
+ readonly type: "uint64";
174
+ readonly indexed: false;
175
+ }];
176
+ readonly name: "Initialized";
177
+ }, {
178
+ readonly type: "error";
179
+ readonly inputs: readonly [];
180
+ readonly name: "InvalidInitialization";
181
+ }, {
182
+ readonly type: "error";
183
+ readonly inputs: readonly [];
184
+ readonly name: "InvalidVerifyingContract";
185
+ }, {
186
+ readonly type: "error";
187
+ readonly inputs: readonly [{
188
+ readonly name: "providedSessionNonce";
189
+ readonly internalType: "bytes32";
190
+ readonly type: "bytes32";
191
+ }, {
192
+ readonly name: "activeSessionNonce";
193
+ readonly internalType: "bytes32";
194
+ readonly type: "bytes32";
195
+ }];
196
+ readonly name: "InvalidVoucherSessionNonce";
197
+ }, {
198
+ readonly type: "error";
199
+ readonly inputs: readonly [{
200
+ readonly name: "signer";
201
+ readonly internalType: "address";
202
+ readonly type: "address";
203
+ }, {
204
+ readonly name: "digest";
205
+ readonly internalType: "bytes32";
206
+ readonly type: "bytes32";
207
+ }, {
208
+ readonly name: "signature";
209
+ readonly internalType: "bytes";
210
+ readonly type: "bytes";
211
+ }];
212
+ readonly name: "InvalidVoucherSignature";
213
+ }, {
214
+ readonly type: "error";
215
+ readonly inputs: readonly [];
216
+ readonly name: "NotInitializing";
217
+ }, {
218
+ readonly type: "error";
219
+ readonly inputs: readonly [{
220
+ readonly name: "handle";
221
+ readonly internalType: "bytes32";
222
+ readonly type: "bytes32";
223
+ }, {
224
+ readonly name: "sharer";
225
+ readonly internalType: "address";
226
+ readonly type: "address";
227
+ }];
228
+ readonly name: "SharerNotAllowedForHandle";
229
+ }];
1
230
  export declare const incoLightningAbi: readonly [{
2
231
  readonly type: "constructor";
3
232
  readonly inputs: readonly [{
@@ -799,78 +1028,324 @@ export declare const incoLightningAbi: readonly [{
799
1028
  readonly stateMutability: "view";
800
1029
  }, {
801
1030
  readonly type: "function";
802
- readonly inputs: readonly [];
803
- readonly name: "majorVersion";
804
- readonly outputs: readonly [{
805
- readonly name: "";
806
- readonly internalType: "uint8";
807
- readonly type: "uint8";
1031
+ readonly inputs: readonly [{
1032
+ readonly name: "handle";
1033
+ readonly internalType: "bytes32";
1034
+ readonly type: "bytes32";
808
1035
  }];
809
- readonly stateMutability: "view";
810
- }, {
811
- readonly type: "function";
812
- readonly inputs: readonly [];
813
- readonly name: "minorVersion";
1036
+ readonly name: "lengthOf";
814
1037
  readonly outputs: readonly [{
815
1038
  readonly name: "";
816
- readonly internalType: "uint8";
817
- readonly type: "uint8";
1039
+ readonly internalType: "uint16";
1040
+ readonly type: "uint16";
818
1041
  }];
819
- readonly stateMutability: "view";
1042
+ readonly stateMutability: "pure";
820
1043
  }, {
821
1044
  readonly type: "function";
822
1045
  readonly inputs: readonly [{
823
- readonly name: "input";
824
- readonly internalType: "bytes";
825
- readonly type: "bytes";
1046
+ readonly name: "list";
1047
+ readonly internalType: "elist";
1048
+ readonly type: "bytes32";
826
1049
  }, {
827
- readonly name: "user";
828
- readonly internalType: "address";
829
- readonly type: "address";
1050
+ readonly name: "value";
1051
+ readonly internalType: "bytes32";
1052
+ readonly type: "bytes32";
830
1053
  }];
831
- readonly name: "newEaddress";
1054
+ readonly name: "listAppend";
832
1055
  readonly outputs: readonly [{
833
- readonly name: "newValue";
834
- readonly internalType: "eaddress";
1056
+ readonly name: "result";
1057
+ readonly internalType: "elist";
835
1058
  readonly type: "bytes32";
836
1059
  }];
837
- readonly stateMutability: "payable";
1060
+ readonly stateMutability: "nonpayable";
838
1061
  }, {
839
1062
  readonly type: "function";
840
1063
  readonly inputs: readonly [{
841
- readonly name: "input";
842
- readonly internalType: "bytes";
843
- readonly type: "bytes";
1064
+ readonly name: "lhs";
1065
+ readonly internalType: "elist";
1066
+ readonly type: "bytes32";
844
1067
  }, {
845
- readonly name: "user";
846
- readonly internalType: "address";
847
- readonly type: "address";
1068
+ readonly name: "rhs";
1069
+ readonly internalType: "elist";
1070
+ readonly type: "bytes32";
848
1071
  }];
849
- readonly name: "newEbool";
1072
+ readonly name: "listConcat";
850
1073
  readonly outputs: readonly [{
851
- readonly name: "newValue";
852
- readonly internalType: "ebool";
1074
+ readonly name: "result";
1075
+ readonly internalType: "elist";
853
1076
  readonly type: "bytes32";
854
1077
  }];
855
- readonly stateMutability: "payable";
1078
+ readonly stateMutability: "nonpayable";
856
1079
  }, {
857
1080
  readonly type: "function";
858
1081
  readonly inputs: readonly [{
859
- readonly name: "input";
860
- readonly internalType: "bytes";
861
- readonly type: "bytes";
1082
+ readonly name: "list";
1083
+ readonly internalType: "elist";
1084
+ readonly type: "bytes32";
862
1085
  }, {
863
- readonly name: "user";
864
- readonly internalType: "address";
865
- readonly type: "address";
1086
+ readonly name: "i";
1087
+ readonly internalType: "uint16";
1088
+ readonly type: "uint16";
866
1089
  }];
867
- readonly name: "newEuint256";
1090
+ readonly name: "listGet";
868
1091
  readonly outputs: readonly [{
869
- readonly name: "newValue";
870
- readonly internalType: "euint256";
1092
+ readonly name: "result";
1093
+ readonly internalType: "bytes32";
871
1094
  readonly type: "bytes32";
872
1095
  }];
873
- readonly stateMutability: "payable";
1096
+ readonly stateMutability: "nonpayable";
1097
+ }, {
1098
+ readonly type: "function";
1099
+ readonly inputs: readonly [{
1100
+ readonly name: "list";
1101
+ readonly internalType: "elist";
1102
+ readonly type: "bytes32";
1103
+ }, {
1104
+ readonly name: "index";
1105
+ readonly internalType: "bytes32";
1106
+ readonly type: "bytes32";
1107
+ }, {
1108
+ readonly name: "defaultValue";
1109
+ readonly internalType: "bytes32";
1110
+ readonly type: "bytes32";
1111
+ }];
1112
+ readonly name: "listGetOr";
1113
+ readonly outputs: readonly [{
1114
+ readonly name: "result";
1115
+ readonly internalType: "bytes32";
1116
+ readonly type: "bytes32";
1117
+ }];
1118
+ readonly stateMutability: "nonpayable";
1119
+ }, {
1120
+ readonly type: "function";
1121
+ readonly inputs: readonly [{
1122
+ readonly name: "list";
1123
+ readonly internalType: "elist";
1124
+ readonly type: "bytes32";
1125
+ }, {
1126
+ readonly name: "index";
1127
+ readonly internalType: "bytes32";
1128
+ readonly type: "bytes32";
1129
+ }, {
1130
+ readonly name: "value";
1131
+ readonly internalType: "bytes32";
1132
+ readonly type: "bytes32";
1133
+ }];
1134
+ readonly name: "listInsert";
1135
+ readonly outputs: readonly [{
1136
+ readonly name: "result";
1137
+ readonly internalType: "elist";
1138
+ readonly type: "bytes32";
1139
+ }];
1140
+ readonly stateMutability: "nonpayable";
1141
+ }, {
1142
+ readonly type: "function";
1143
+ readonly inputs: readonly [{
1144
+ readonly name: "start";
1145
+ readonly internalType: "uint16";
1146
+ readonly type: "uint16";
1147
+ }, {
1148
+ readonly name: "end";
1149
+ readonly internalType: "uint16";
1150
+ readonly type: "uint16";
1151
+ }];
1152
+ readonly name: "listRange";
1153
+ readonly outputs: readonly [{
1154
+ readonly name: "result";
1155
+ readonly internalType: "elist";
1156
+ readonly type: "bytes32";
1157
+ }];
1158
+ readonly stateMutability: "nonpayable";
1159
+ }, {
1160
+ readonly type: "function";
1161
+ readonly inputs: readonly [{
1162
+ readonly name: "list";
1163
+ readonly internalType: "elist";
1164
+ readonly type: "bytes32";
1165
+ }];
1166
+ readonly name: "listReverse";
1167
+ readonly outputs: readonly [{
1168
+ readonly name: "result";
1169
+ readonly internalType: "elist";
1170
+ readonly type: "bytes32";
1171
+ }];
1172
+ readonly stateMutability: "nonpayable";
1173
+ }, {
1174
+ readonly type: "function";
1175
+ readonly inputs: readonly [{
1176
+ readonly name: "list";
1177
+ readonly internalType: "elist";
1178
+ readonly type: "bytes32";
1179
+ }, {
1180
+ readonly name: "index";
1181
+ readonly internalType: "bytes32";
1182
+ readonly type: "bytes32";
1183
+ }, {
1184
+ readonly name: "value";
1185
+ readonly internalType: "bytes32";
1186
+ readonly type: "bytes32";
1187
+ }];
1188
+ readonly name: "listSet";
1189
+ readonly outputs: readonly [{
1190
+ readonly name: "result";
1191
+ readonly internalType: "elist";
1192
+ readonly type: "bytes32";
1193
+ }];
1194
+ readonly stateMutability: "nonpayable";
1195
+ }, {
1196
+ readonly type: "function";
1197
+ readonly inputs: readonly [{
1198
+ readonly name: "list";
1199
+ readonly internalType: "elist";
1200
+ readonly type: "bytes32";
1201
+ }];
1202
+ readonly name: "listShuffle";
1203
+ readonly outputs: readonly [{
1204
+ readonly name: "result";
1205
+ readonly internalType: "elist";
1206
+ readonly type: "bytes32";
1207
+ }];
1208
+ readonly stateMutability: "payable";
1209
+ }, {
1210
+ readonly type: "function";
1211
+ readonly inputs: readonly [{
1212
+ readonly name: "list";
1213
+ readonly internalType: "elist";
1214
+ readonly type: "bytes32";
1215
+ }, {
1216
+ readonly name: "start";
1217
+ readonly internalType: "bytes32";
1218
+ readonly type: "bytes32";
1219
+ }, {
1220
+ readonly name: "len";
1221
+ readonly internalType: "uint16";
1222
+ readonly type: "uint16";
1223
+ }, {
1224
+ readonly name: "defaultValue";
1225
+ readonly internalType: "bytes32";
1226
+ readonly type: "bytes32";
1227
+ }];
1228
+ readonly name: "listSlice";
1229
+ readonly outputs: readonly [{
1230
+ readonly name: "result";
1231
+ readonly internalType: "elist";
1232
+ readonly type: "bytes32";
1233
+ }];
1234
+ readonly stateMutability: "nonpayable";
1235
+ }, {
1236
+ readonly type: "function";
1237
+ readonly inputs: readonly [];
1238
+ readonly name: "majorVersion";
1239
+ readonly outputs: readonly [{
1240
+ readonly name: "";
1241
+ readonly internalType: "uint8";
1242
+ readonly type: "uint8";
1243
+ }];
1244
+ readonly stateMutability: "view";
1245
+ }, {
1246
+ readonly type: "function";
1247
+ readonly inputs: readonly [];
1248
+ readonly name: "minorVersion";
1249
+ readonly outputs: readonly [{
1250
+ readonly name: "";
1251
+ readonly internalType: "uint8";
1252
+ readonly type: "uint8";
1253
+ }];
1254
+ readonly stateMutability: "view";
1255
+ }, {
1256
+ readonly type: "function";
1257
+ readonly inputs: readonly [{
1258
+ readonly name: "handles";
1259
+ readonly internalType: "bytes32[]";
1260
+ readonly type: "bytes32[]";
1261
+ }, {
1262
+ readonly name: "listType";
1263
+ readonly internalType: "enum ETypes";
1264
+ readonly type: "uint8";
1265
+ }];
1266
+ readonly name: "newEList";
1267
+ readonly outputs: readonly [{
1268
+ readonly name: "newList";
1269
+ readonly internalType: "elist";
1270
+ readonly type: "bytes32";
1271
+ }];
1272
+ readonly stateMutability: "nonpayable";
1273
+ }, {
1274
+ readonly type: "function";
1275
+ readonly inputs: readonly [{
1276
+ readonly name: "inputs";
1277
+ readonly internalType: "bytes[]";
1278
+ readonly type: "bytes[]";
1279
+ }, {
1280
+ readonly name: "listType";
1281
+ readonly internalType: "enum ETypes";
1282
+ readonly type: "uint8";
1283
+ }, {
1284
+ readonly name: "user";
1285
+ readonly internalType: "address";
1286
+ readonly type: "address";
1287
+ }];
1288
+ readonly name: "newEList";
1289
+ readonly outputs: readonly [{
1290
+ readonly name: "newList";
1291
+ readonly internalType: "elist";
1292
+ readonly type: "bytes32";
1293
+ }];
1294
+ readonly stateMutability: "payable";
1295
+ }, {
1296
+ readonly type: "function";
1297
+ readonly inputs: readonly [{
1298
+ readonly name: "input";
1299
+ readonly internalType: "bytes";
1300
+ readonly type: "bytes";
1301
+ }, {
1302
+ readonly name: "user";
1303
+ readonly internalType: "address";
1304
+ readonly type: "address";
1305
+ }];
1306
+ readonly name: "newEaddress";
1307
+ readonly outputs: readonly [{
1308
+ readonly name: "newValue";
1309
+ readonly internalType: "eaddress";
1310
+ readonly type: "bytes32";
1311
+ }];
1312
+ readonly stateMutability: "payable";
1313
+ }, {
1314
+ readonly type: "function";
1315
+ readonly inputs: readonly [{
1316
+ readonly name: "input";
1317
+ readonly internalType: "bytes";
1318
+ readonly type: "bytes";
1319
+ }, {
1320
+ readonly name: "user";
1321
+ readonly internalType: "address";
1322
+ readonly type: "address";
1323
+ }];
1324
+ readonly name: "newEbool";
1325
+ readonly outputs: readonly [{
1326
+ readonly name: "newValue";
1327
+ readonly internalType: "ebool";
1328
+ readonly type: "bytes32";
1329
+ }];
1330
+ readonly stateMutability: "payable";
1331
+ }, {
1332
+ readonly type: "function";
1333
+ readonly inputs: readonly [{
1334
+ readonly name: "input";
1335
+ readonly internalType: "bytes";
1336
+ readonly type: "bytes";
1337
+ }, {
1338
+ readonly name: "user";
1339
+ readonly internalType: "address";
1340
+ readonly type: "address";
1341
+ }];
1342
+ readonly name: "newEuint256";
1343
+ readonly outputs: readonly [{
1344
+ readonly name: "newValue";
1345
+ readonly internalType: "euint256";
1346
+ readonly type: "bytes32";
1347
+ }];
1348
+ readonly stateMutability: "payable";
874
1349
  }, {
875
1350
  readonly type: "function";
876
1351
  readonly inputs: readonly [];
@@ -1004,7 +1479,207 @@ export declare const incoLightningAbi: readonly [{
1004
1479
  readonly type: "uint256";
1005
1480
  readonly indexed: false;
1006
1481
  }];
1007
- readonly name: "Allow";
1482
+ readonly name: "Allow";
1483
+ }, {
1484
+ readonly type: "event";
1485
+ readonly anonymous: false;
1486
+ readonly inputs: readonly [{
1487
+ readonly name: "lhs";
1488
+ readonly internalType: "euint256";
1489
+ readonly type: "bytes32";
1490
+ readonly indexed: true;
1491
+ }, {
1492
+ readonly name: "rhs";
1493
+ readonly internalType: "euint256";
1494
+ readonly type: "bytes32";
1495
+ readonly indexed: true;
1496
+ }, {
1497
+ readonly name: "result";
1498
+ readonly internalType: "euint256";
1499
+ readonly type: "bytes32";
1500
+ readonly indexed: true;
1501
+ }, {
1502
+ readonly name: "eventId";
1503
+ readonly internalType: "uint256";
1504
+ readonly type: "uint256";
1505
+ readonly indexed: false;
1506
+ }];
1507
+ readonly name: "EAdd";
1508
+ }, {
1509
+ readonly type: "event";
1510
+ readonly anonymous: false;
1511
+ readonly inputs: readonly [{
1512
+ readonly name: "lhs";
1513
+ readonly internalType: "bytes32";
1514
+ readonly type: "bytes32";
1515
+ readonly indexed: true;
1516
+ }, {
1517
+ readonly name: "rhs";
1518
+ readonly internalType: "bytes32";
1519
+ readonly type: "bytes32";
1520
+ readonly indexed: true;
1521
+ }, {
1522
+ readonly name: "result";
1523
+ readonly internalType: "bytes32";
1524
+ readonly type: "bytes32";
1525
+ readonly indexed: true;
1526
+ }, {
1527
+ readonly name: "eventId";
1528
+ readonly internalType: "uint256";
1529
+ readonly type: "uint256";
1530
+ readonly indexed: false;
1531
+ }];
1532
+ readonly name: "EBitAnd";
1533
+ }, {
1534
+ readonly type: "event";
1535
+ readonly anonymous: false;
1536
+ readonly inputs: readonly [{
1537
+ readonly name: "lhs";
1538
+ readonly internalType: "bytes32";
1539
+ readonly type: "bytes32";
1540
+ readonly indexed: true;
1541
+ }, {
1542
+ readonly name: "rhs";
1543
+ readonly internalType: "bytes32";
1544
+ readonly type: "bytes32";
1545
+ readonly indexed: true;
1546
+ }, {
1547
+ readonly name: "result";
1548
+ readonly internalType: "bytes32";
1549
+ readonly type: "bytes32";
1550
+ readonly indexed: true;
1551
+ }, {
1552
+ readonly name: "eventId";
1553
+ readonly internalType: "uint256";
1554
+ readonly type: "uint256";
1555
+ readonly indexed: false;
1556
+ }];
1557
+ readonly name: "EBitOr";
1558
+ }, {
1559
+ readonly type: "event";
1560
+ readonly anonymous: false;
1561
+ readonly inputs: readonly [{
1562
+ readonly name: "lhs";
1563
+ readonly internalType: "bytes32";
1564
+ readonly type: "bytes32";
1565
+ readonly indexed: true;
1566
+ }, {
1567
+ readonly name: "rhs";
1568
+ readonly internalType: "bytes32";
1569
+ readonly type: "bytes32";
1570
+ readonly indexed: true;
1571
+ }, {
1572
+ readonly name: "result";
1573
+ readonly internalType: "bytes32";
1574
+ readonly type: "bytes32";
1575
+ readonly indexed: true;
1576
+ }, {
1577
+ readonly name: "eventId";
1578
+ readonly internalType: "uint256";
1579
+ readonly type: "uint256";
1580
+ readonly indexed: false;
1581
+ }];
1582
+ readonly name: "EBitXor";
1583
+ }, {
1584
+ readonly type: "event";
1585
+ readonly anonymous: false;
1586
+ readonly inputs: readonly [{
1587
+ readonly name: "ct";
1588
+ readonly internalType: "bytes32";
1589
+ readonly type: "bytes32";
1590
+ readonly indexed: true;
1591
+ }, {
1592
+ readonly name: "toType";
1593
+ readonly internalType: "uint8";
1594
+ readonly type: "uint8";
1595
+ readonly indexed: true;
1596
+ }, {
1597
+ readonly name: "result";
1598
+ readonly internalType: "bytes32";
1599
+ readonly type: "bytes32";
1600
+ readonly indexed: true;
1601
+ }, {
1602
+ readonly name: "eventId";
1603
+ readonly internalType: "uint256";
1604
+ readonly type: "uint256";
1605
+ readonly indexed: false;
1606
+ }];
1607
+ readonly name: "ECast";
1608
+ }, {
1609
+ readonly type: "event";
1610
+ readonly anonymous: false;
1611
+ readonly inputs: readonly [{
1612
+ readonly name: "lhs";
1613
+ readonly internalType: "euint256";
1614
+ readonly type: "bytes32";
1615
+ readonly indexed: true;
1616
+ }, {
1617
+ readonly name: "rhs";
1618
+ readonly internalType: "euint256";
1619
+ readonly type: "bytes32";
1620
+ readonly indexed: true;
1621
+ }, {
1622
+ readonly name: "result";
1623
+ readonly internalType: "euint256";
1624
+ readonly type: "bytes32";
1625
+ readonly indexed: true;
1626
+ }, {
1627
+ readonly name: "eventId";
1628
+ readonly internalType: "uint256";
1629
+ readonly type: "uint256";
1630
+ readonly indexed: false;
1631
+ }];
1632
+ readonly name: "EDiv";
1633
+ }, {
1634
+ readonly type: "event";
1635
+ readonly anonymous: false;
1636
+ readonly inputs: readonly [{
1637
+ readonly name: "lhs";
1638
+ readonly internalType: "bytes32";
1639
+ readonly type: "bytes32";
1640
+ readonly indexed: true;
1641
+ }, {
1642
+ readonly name: "rhs";
1643
+ readonly internalType: "bytes32";
1644
+ readonly type: "bytes32";
1645
+ readonly indexed: true;
1646
+ }, {
1647
+ readonly name: "result";
1648
+ readonly internalType: "ebool";
1649
+ readonly type: "bytes32";
1650
+ readonly indexed: true;
1651
+ }, {
1652
+ readonly name: "eventId";
1653
+ readonly internalType: "uint256";
1654
+ readonly type: "uint256";
1655
+ readonly indexed: false;
1656
+ }];
1657
+ readonly name: "EEq";
1658
+ }, {
1659
+ readonly type: "event";
1660
+ readonly anonymous: false;
1661
+ readonly inputs: readonly [{
1662
+ readonly name: "lhs";
1663
+ readonly internalType: "euint256";
1664
+ readonly type: "bytes32";
1665
+ readonly indexed: true;
1666
+ }, {
1667
+ readonly name: "rhs";
1668
+ readonly internalType: "euint256";
1669
+ readonly type: "bytes32";
1670
+ readonly indexed: true;
1671
+ }, {
1672
+ readonly name: "result";
1673
+ readonly internalType: "ebool";
1674
+ readonly type: "bytes32";
1675
+ readonly indexed: true;
1676
+ }, {
1677
+ readonly name: "eventId";
1678
+ readonly internalType: "uint256";
1679
+ readonly type: "uint256";
1680
+ readonly indexed: false;
1681
+ }];
1682
+ readonly name: "EGe";
1008
1683
  }, {
1009
1684
  readonly type: "event";
1010
1685
  readonly anonymous: false;
@@ -1020,7 +1695,7 @@ export declare const incoLightningAbi: readonly [{
1020
1695
  readonly indexed: true;
1021
1696
  }, {
1022
1697
  readonly name: "result";
1023
- readonly internalType: "euint256";
1698
+ readonly internalType: "ebool";
1024
1699
  readonly type: "bytes32";
1025
1700
  readonly indexed: true;
1026
1701
  }, {
@@ -1029,17 +1704,22 @@ export declare const incoLightningAbi: readonly [{
1029
1704
  readonly type: "uint256";
1030
1705
  readonly indexed: false;
1031
1706
  }];
1032
- readonly name: "EAdd";
1707
+ readonly name: "EGt";
1033
1708
  }, {
1034
1709
  readonly type: "event";
1035
1710
  readonly anonymous: false;
1036
1711
  readonly inputs: readonly [{
1037
- readonly name: "lhs";
1712
+ readonly name: "control";
1713
+ readonly internalType: "ebool";
1714
+ readonly type: "bytes32";
1715
+ readonly indexed: false;
1716
+ }, {
1717
+ readonly name: "ifTrue";
1038
1718
  readonly internalType: "bytes32";
1039
1719
  readonly type: "bytes32";
1040
1720
  readonly indexed: true;
1041
1721
  }, {
1042
- readonly name: "rhs";
1722
+ readonly name: "ifFalse";
1043
1723
  readonly internalType: "bytes32";
1044
1724
  readonly type: "bytes32";
1045
1725
  readonly indexed: true;
@@ -1054,23 +1734,23 @@ export declare const incoLightningAbi: readonly [{
1054
1734
  readonly type: "uint256";
1055
1735
  readonly indexed: false;
1056
1736
  }];
1057
- readonly name: "EBitAnd";
1737
+ readonly name: "EIfThenElse";
1058
1738
  }, {
1059
1739
  readonly type: "event";
1060
1740
  readonly anonymous: false;
1061
1741
  readonly inputs: readonly [{
1062
1742
  readonly name: "lhs";
1063
- readonly internalType: "bytes32";
1743
+ readonly internalType: "euint256";
1064
1744
  readonly type: "bytes32";
1065
1745
  readonly indexed: true;
1066
1746
  }, {
1067
1747
  readonly name: "rhs";
1068
- readonly internalType: "bytes32";
1748
+ readonly internalType: "euint256";
1069
1749
  readonly type: "bytes32";
1070
1750
  readonly indexed: true;
1071
1751
  }, {
1072
1752
  readonly name: "result";
1073
- readonly internalType: "bytes32";
1753
+ readonly internalType: "ebool";
1074
1754
  readonly type: "bytes32";
1075
1755
  readonly indexed: true;
1076
1756
  }, {
@@ -1079,23 +1759,23 @@ export declare const incoLightningAbi: readonly [{
1079
1759
  readonly type: "uint256";
1080
1760
  readonly indexed: false;
1081
1761
  }];
1082
- readonly name: "EBitOr";
1762
+ readonly name: "ELe";
1083
1763
  }, {
1084
1764
  readonly type: "event";
1085
1765
  readonly anonymous: false;
1086
1766
  readonly inputs: readonly [{
1087
- readonly name: "lhs";
1088
- readonly internalType: "bytes32";
1767
+ readonly name: "list";
1768
+ readonly internalType: "elist";
1089
1769
  readonly type: "bytes32";
1090
1770
  readonly indexed: true;
1091
1771
  }, {
1092
- readonly name: "rhs";
1772
+ readonly name: "value";
1093
1773
  readonly internalType: "bytes32";
1094
1774
  readonly type: "bytes32";
1095
1775
  readonly indexed: true;
1096
1776
  }, {
1097
1777
  readonly name: "result";
1098
- readonly internalType: "bytes32";
1778
+ readonly internalType: "elist";
1099
1779
  readonly type: "bytes32";
1100
1780
  readonly indexed: true;
1101
1781
  }, {
@@ -1104,23 +1784,23 @@ export declare const incoLightningAbi: readonly [{
1104
1784
  readonly type: "uint256";
1105
1785
  readonly indexed: false;
1106
1786
  }];
1107
- readonly name: "EBitXor";
1787
+ readonly name: "EListAppend";
1108
1788
  }, {
1109
1789
  readonly type: "event";
1110
1790
  readonly anonymous: false;
1111
1791
  readonly inputs: readonly [{
1112
- readonly name: "ct";
1113
- readonly internalType: "bytes32";
1792
+ readonly name: "list1";
1793
+ readonly internalType: "elist";
1114
1794
  readonly type: "bytes32";
1115
1795
  readonly indexed: true;
1116
1796
  }, {
1117
- readonly name: "toType";
1118
- readonly internalType: "uint8";
1119
- readonly type: "uint8";
1797
+ readonly name: "list2";
1798
+ readonly internalType: "elist";
1799
+ readonly type: "bytes32";
1120
1800
  readonly indexed: true;
1121
1801
  }, {
1122
1802
  readonly name: "result";
1123
- readonly internalType: "bytes32";
1803
+ readonly internalType: "elist";
1124
1804
  readonly type: "bytes32";
1125
1805
  readonly indexed: true;
1126
1806
  }, {
@@ -1129,23 +1809,23 @@ export declare const incoLightningAbi: readonly [{
1129
1809
  readonly type: "uint256";
1130
1810
  readonly indexed: false;
1131
1811
  }];
1132
- readonly name: "ECast";
1812
+ readonly name: "EListConcat";
1133
1813
  }, {
1134
1814
  readonly type: "event";
1135
1815
  readonly anonymous: false;
1136
1816
  readonly inputs: readonly [{
1137
- readonly name: "lhs";
1138
- readonly internalType: "euint256";
1817
+ readonly name: "list";
1818
+ readonly internalType: "elist";
1139
1819
  readonly type: "bytes32";
1140
1820
  readonly indexed: true;
1141
1821
  }, {
1142
- readonly name: "rhs";
1143
- readonly internalType: "euint256";
1144
- readonly type: "bytes32";
1822
+ readonly name: "index";
1823
+ readonly internalType: "uint16";
1824
+ readonly type: "uint16";
1145
1825
  readonly indexed: true;
1146
1826
  }, {
1147
1827
  readonly name: "result";
1148
- readonly internalType: "euint256";
1828
+ readonly internalType: "bytes32";
1149
1829
  readonly type: "bytes32";
1150
1830
  readonly indexed: true;
1151
1831
  }, {
@@ -1154,23 +1834,28 @@ export declare const incoLightningAbi: readonly [{
1154
1834
  readonly type: "uint256";
1155
1835
  readonly indexed: false;
1156
1836
  }];
1157
- readonly name: "EDiv";
1837
+ readonly name: "EListGet";
1158
1838
  }, {
1159
1839
  readonly type: "event";
1160
1840
  readonly anonymous: false;
1161
1841
  readonly inputs: readonly [{
1162
- readonly name: "lhs";
1163
- readonly internalType: "bytes32";
1842
+ readonly name: "list";
1843
+ readonly internalType: "elist";
1164
1844
  readonly type: "bytes32";
1165
1845
  readonly indexed: true;
1166
1846
  }, {
1167
- readonly name: "rhs";
1847
+ readonly name: "index";
1848
+ readonly internalType: "bytes32";
1849
+ readonly type: "bytes32";
1850
+ readonly indexed: false;
1851
+ }, {
1852
+ readonly name: "defaultValue";
1168
1853
  readonly internalType: "bytes32";
1169
1854
  readonly type: "bytes32";
1170
1855
  readonly indexed: true;
1171
1856
  }, {
1172
1857
  readonly name: "result";
1173
- readonly internalType: "ebool";
1858
+ readonly internalType: "bytes32";
1174
1859
  readonly type: "bytes32";
1175
1860
  readonly indexed: true;
1176
1861
  }, {
@@ -1179,23 +1864,28 @@ export declare const incoLightningAbi: readonly [{
1179
1864
  readonly type: "uint256";
1180
1865
  readonly indexed: false;
1181
1866
  }];
1182
- readonly name: "EEq";
1867
+ readonly name: "EListGetOr";
1183
1868
  }, {
1184
1869
  readonly type: "event";
1185
1870
  readonly anonymous: false;
1186
1871
  readonly inputs: readonly [{
1187
- readonly name: "lhs";
1188
- readonly internalType: "euint256";
1872
+ readonly name: "list";
1873
+ readonly internalType: "elist";
1874
+ readonly type: "bytes32";
1875
+ readonly indexed: false;
1876
+ }, {
1877
+ readonly name: "index";
1878
+ readonly internalType: "bytes32";
1189
1879
  readonly type: "bytes32";
1190
1880
  readonly indexed: true;
1191
1881
  }, {
1192
- readonly name: "rhs";
1193
- readonly internalType: "euint256";
1882
+ readonly name: "value";
1883
+ readonly internalType: "bytes32";
1194
1884
  readonly type: "bytes32";
1195
1885
  readonly indexed: true;
1196
1886
  }, {
1197
1887
  readonly name: "result";
1198
- readonly internalType: "ebool";
1888
+ readonly internalType: "elist";
1199
1889
  readonly type: "bytes32";
1200
1890
  readonly indexed: true;
1201
1891
  }, {
@@ -1204,23 +1894,43 @@ export declare const incoLightningAbi: readonly [{
1204
1894
  readonly type: "uint256";
1205
1895
  readonly indexed: false;
1206
1896
  }];
1207
- readonly name: "EGe";
1897
+ readonly name: "EListInsert";
1208
1898
  }, {
1209
1899
  readonly type: "event";
1210
1900
  readonly anonymous: false;
1211
1901
  readonly inputs: readonly [{
1212
- readonly name: "lhs";
1213
- readonly internalType: "euint256";
1902
+ readonly name: "start";
1903
+ readonly internalType: "uint256";
1904
+ readonly type: "uint256";
1905
+ readonly indexed: true;
1906
+ }, {
1907
+ readonly name: "end";
1908
+ readonly internalType: "uint256";
1909
+ readonly type: "uint256";
1910
+ readonly indexed: true;
1911
+ }, {
1912
+ readonly name: "result";
1913
+ readonly internalType: "elist";
1214
1914
  readonly type: "bytes32";
1215
1915
  readonly indexed: true;
1216
1916
  }, {
1217
- readonly name: "rhs";
1218
- readonly internalType: "euint256";
1917
+ readonly name: "eventId";
1918
+ readonly internalType: "uint256";
1919
+ readonly type: "uint256";
1920
+ readonly indexed: false;
1921
+ }];
1922
+ readonly name: "EListRange";
1923
+ }, {
1924
+ readonly type: "event";
1925
+ readonly anonymous: false;
1926
+ readonly inputs: readonly [{
1927
+ readonly name: "list";
1928
+ readonly internalType: "elist";
1219
1929
  readonly type: "bytes32";
1220
1930
  readonly indexed: true;
1221
1931
  }, {
1222
1932
  readonly name: "result";
1223
- readonly internalType: "ebool";
1933
+ readonly internalType: "elist";
1224
1934
  readonly type: "bytes32";
1225
1935
  readonly indexed: true;
1226
1936
  }, {
@@ -1229,28 +1939,28 @@ export declare const incoLightningAbi: readonly [{
1229
1939
  readonly type: "uint256";
1230
1940
  readonly indexed: false;
1231
1941
  }];
1232
- readonly name: "EGt";
1942
+ readonly name: "EListReverse";
1233
1943
  }, {
1234
1944
  readonly type: "event";
1235
1945
  readonly anonymous: false;
1236
1946
  readonly inputs: readonly [{
1237
- readonly name: "control";
1238
- readonly internalType: "ebool";
1947
+ readonly name: "list";
1948
+ readonly internalType: "elist";
1239
1949
  readonly type: "bytes32";
1240
1950
  readonly indexed: false;
1241
1951
  }, {
1242
- readonly name: "ifTrue";
1952
+ readonly name: "index";
1243
1953
  readonly internalType: "bytes32";
1244
1954
  readonly type: "bytes32";
1245
1955
  readonly indexed: true;
1246
1956
  }, {
1247
- readonly name: "ifFalse";
1957
+ readonly name: "value";
1248
1958
  readonly internalType: "bytes32";
1249
1959
  readonly type: "bytes32";
1250
1960
  readonly indexed: true;
1251
1961
  }, {
1252
1962
  readonly name: "result";
1253
- readonly internalType: "bytes32";
1963
+ readonly internalType: "elist";
1254
1964
  readonly type: "bytes32";
1255
1965
  readonly indexed: true;
1256
1966
  }, {
@@ -1259,23 +1969,58 @@ export declare const incoLightningAbi: readonly [{
1259
1969
  readonly type: "uint256";
1260
1970
  readonly indexed: false;
1261
1971
  }];
1262
- readonly name: "EIfThenElse";
1972
+ readonly name: "EListSet";
1263
1973
  }, {
1264
1974
  readonly type: "event";
1265
1975
  readonly anonymous: false;
1266
1976
  readonly inputs: readonly [{
1267
- readonly name: "lhs";
1268
- readonly internalType: "euint256";
1977
+ readonly name: "list";
1978
+ readonly internalType: "elist";
1269
1979
  readonly type: "bytes32";
1270
1980
  readonly indexed: true;
1271
1981
  }, {
1272
- readonly name: "rhs";
1273
- readonly internalType: "euint256";
1982
+ readonly name: "counter";
1983
+ readonly internalType: "uint256";
1984
+ readonly type: "uint256";
1985
+ readonly indexed: true;
1986
+ }, {
1987
+ readonly name: "result";
1988
+ readonly internalType: "elist";
1989
+ readonly type: "bytes32";
1990
+ readonly indexed: true;
1991
+ }, {
1992
+ readonly name: "eventId";
1993
+ readonly internalType: "uint256";
1994
+ readonly type: "uint256";
1995
+ readonly indexed: false;
1996
+ }];
1997
+ readonly name: "EListShuffle";
1998
+ }, {
1999
+ readonly type: "event";
2000
+ readonly anonymous: false;
2001
+ readonly inputs: readonly [{
2002
+ readonly name: "list";
2003
+ readonly internalType: "elist";
2004
+ readonly type: "bytes32";
2005
+ readonly indexed: false;
2006
+ }, {
2007
+ readonly name: "start";
2008
+ readonly internalType: "bytes32";
2009
+ readonly type: "bytes32";
2010
+ readonly indexed: true;
2011
+ }, {
2012
+ readonly name: "length";
2013
+ readonly internalType: "uint16";
2014
+ readonly type: "uint16";
2015
+ readonly indexed: false;
2016
+ }, {
2017
+ readonly name: "defaultValue";
2018
+ readonly internalType: "bytes32";
1274
2019
  readonly type: "bytes32";
1275
2020
  readonly indexed: true;
1276
2021
  }, {
1277
2022
  readonly name: "result";
1278
- readonly internalType: "ebool";
2023
+ readonly internalType: "elist";
1279
2024
  readonly type: "bytes32";
1280
2025
  readonly indexed: true;
1281
2026
  }, {
@@ -1284,7 +2029,7 @@ export declare const incoLightningAbi: readonly [{
1284
2029
  readonly type: "uint256";
1285
2030
  readonly indexed: false;
1286
2031
  }];
1287
- readonly name: "ELe";
2032
+ readonly name: "EListSlice";
1288
2033
  }, {
1289
2034
  readonly type: "event";
1290
2035
  readonly anonymous: false;
@@ -1645,6 +2390,31 @@ export declare const incoLightningAbi: readonly [{
1645
2390
  readonly indexed: false;
1646
2391
  }];
1647
2392
  readonly name: "Initialized";
2393
+ }, {
2394
+ readonly type: "event";
2395
+ readonly anonymous: false;
2396
+ readonly inputs: readonly [{
2397
+ readonly name: "result";
2398
+ readonly internalType: "bytes32";
2399
+ readonly type: "bytes32";
2400
+ readonly indexed: true;
2401
+ }, {
2402
+ readonly name: "listType";
2403
+ readonly internalType: "enum ETypes";
2404
+ readonly type: "uint8";
2405
+ readonly indexed: false;
2406
+ }, {
2407
+ readonly name: "handles";
2408
+ readonly internalType: "bytes32[]";
2409
+ readonly type: "bytes32[]";
2410
+ readonly indexed: false;
2411
+ }, {
2412
+ readonly name: "eventId";
2413
+ readonly internalType: "uint256";
2414
+ readonly type: "uint256";
2415
+ readonly indexed: false;
2416
+ }];
2417
+ readonly name: "NewEList";
1648
2418
  }, {
1649
2419
  readonly type: "event";
1650
2420
  readonly anonymous: false;
@@ -1837,6 +2607,18 @@ export declare const incoLightningAbi: readonly [{
1837
2607
  readonly type: "bytes32";
1838
2608
  }];
1839
2609
  readonly name: "HandleAlreadyExists";
2610
+ }, {
2611
+ readonly type: "error";
2612
+ readonly inputs: readonly [{
2613
+ readonly name: "i";
2614
+ readonly internalType: "uint16";
2615
+ readonly type: "uint16";
2616
+ }, {
2617
+ readonly name: "len";
2618
+ readonly internalType: "uint16";
2619
+ readonly type: "uint16";
2620
+ }];
2621
+ readonly name: "IndexOutOfRange";
1840
2622
  }, {
1841
2623
  readonly type: "error";
1842
2624
  readonly inputs: readonly [{
@@ -1857,10 +2639,34 @@ export declare const incoLightningAbi: readonly [{
1857
2639
  readonly type: "uint16";
1858
2640
  }];
1859
2641
  readonly name: "InvalidInputVersion";
2642
+ }, {
2643
+ readonly type: "error";
2644
+ readonly inputs: readonly [{
2645
+ readonly name: "start";
2646
+ readonly internalType: "uint16";
2647
+ readonly type: "uint16";
2648
+ }, {
2649
+ readonly name: "end";
2650
+ readonly internalType: "uint16";
2651
+ readonly type: "uint16";
2652
+ }];
2653
+ readonly name: "InvalidRange";
1860
2654
  }, {
1861
2655
  readonly type: "error";
1862
2656
  readonly inputs: readonly [];
1863
2657
  readonly name: "InvalidShortString";
2658
+ }, {
2659
+ readonly type: "error";
2660
+ readonly inputs: readonly [{
2661
+ readonly name: "lhs";
2662
+ readonly internalType: "enum ETypes";
2663
+ readonly type: "uint8";
2664
+ }, {
2665
+ readonly name: "rhs";
2666
+ readonly internalType: "enum ETypes";
2667
+ readonly type: "uint8";
2668
+ }];
2669
+ readonly name: "ListTypeMismatch";
1864
2670
  }, {
1865
2671
  readonly type: "error";
1866
2672
  readonly inputs: readonly [];
@@ -2249,3 +3055,92 @@ export declare const sessionVerifierAbi: readonly [{
2249
3055
  }];
2250
3056
  readonly name: "UUPSUnsupportedProxiableUUID";
2251
3057
  }];
3058
+ export declare const voucherEip712CheckerAbi: readonly [{
3059
+ readonly type: "function";
3060
+ readonly inputs: readonly [{
3061
+ readonly name: "voucher";
3062
+ readonly internalType: "struct AllowanceVoucher";
3063
+ readonly type: "tuple";
3064
+ readonly components: readonly [{
3065
+ readonly name: "sessionNonce";
3066
+ readonly internalType: "bytes32";
3067
+ readonly type: "bytes32";
3068
+ }, {
3069
+ readonly name: "verifyingContract";
3070
+ readonly internalType: "address";
3071
+ readonly type: "address";
3072
+ }, {
3073
+ readonly name: "callFunction";
3074
+ readonly internalType: "bytes4";
3075
+ readonly type: "bytes4";
3076
+ }, {
3077
+ readonly name: "sharerArgData";
3078
+ readonly internalType: "bytes";
3079
+ readonly type: "bytes";
3080
+ }];
3081
+ }];
3082
+ readonly name: "allowanceVoucherDigest";
3083
+ readonly outputs: readonly [{
3084
+ readonly name: "";
3085
+ readonly internalType: "bytes32";
3086
+ readonly type: "bytes32";
3087
+ }];
3088
+ readonly stateMutability: "view";
3089
+ }, {
3090
+ readonly type: "function";
3091
+ readonly inputs: readonly [];
3092
+ readonly name: "eip712Domain";
3093
+ readonly outputs: readonly [{
3094
+ readonly name: "fields";
3095
+ readonly internalType: "bytes1";
3096
+ readonly type: "bytes1";
3097
+ }, {
3098
+ readonly name: "name";
3099
+ readonly internalType: "string";
3100
+ readonly type: "string";
3101
+ }, {
3102
+ readonly name: "version";
3103
+ readonly internalType: "string";
3104
+ readonly type: "string";
3105
+ }, {
3106
+ readonly name: "chainId";
3107
+ readonly internalType: "uint256";
3108
+ readonly type: "uint256";
3109
+ }, {
3110
+ readonly name: "verifyingContract";
3111
+ readonly internalType: "address";
3112
+ readonly type: "address";
3113
+ }, {
3114
+ readonly name: "salt";
3115
+ readonly internalType: "bytes32";
3116
+ readonly type: "bytes32";
3117
+ }, {
3118
+ readonly name: "extensions";
3119
+ readonly internalType: "uint256[]";
3120
+ readonly type: "uint256[]";
3121
+ }];
3122
+ readonly stateMutability: "view";
3123
+ }, {
3124
+ readonly type: "event";
3125
+ readonly anonymous: false;
3126
+ readonly inputs: readonly [];
3127
+ readonly name: "EIP712DomainChanged";
3128
+ }, {
3129
+ readonly type: "event";
3130
+ readonly anonymous: false;
3131
+ readonly inputs: readonly [{
3132
+ readonly name: "version";
3133
+ readonly internalType: "uint64";
3134
+ readonly type: "uint64";
3135
+ readonly indexed: false;
3136
+ }];
3137
+ readonly name: "Initialized";
3138
+ }, {
3139
+ readonly type: "error";
3140
+ readonly inputs: readonly [];
3141
+ readonly name: "InvalidInitialization";
3142
+ }, {
3143
+ readonly type: "error";
3144
+ readonly inputs: readonly [];
3145
+ readonly name: "NotInitializing";
3146
+ }];