@gearbox-protocol/sdk 14.11.4 → 14.11.6

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.
@@ -100,6 +100,10 @@ declare const abi: readonly [{
100
100
  readonly type: "bytes";
101
101
  readonly internalType: "bytes";
102
102
  }];
103
+ }, {
104
+ readonly name: "extraData";
105
+ readonly type: "bytes";
106
+ readonly internalType: "bytes";
103
107
  }];
104
108
  }, {
105
109
  readonly name: "";
@@ -172,6 +176,79 @@ declare const abi: readonly [{
172
176
  }];
173
177
  }];
174
178
  readonly stateMutability: "view";
179
+ }, {
180
+ readonly type: "function";
181
+ readonly name: "getWithdrawalRequestResult";
182
+ readonly inputs: readonly [{
183
+ readonly name: "creditAccount";
184
+ readonly type: "address";
185
+ readonly internalType: "address";
186
+ }, {
187
+ readonly name: "token";
188
+ readonly type: "address";
189
+ readonly internalType: "address";
190
+ }, {
191
+ readonly name: "withdrawalToken";
192
+ readonly type: "address";
193
+ readonly internalType: "address";
194
+ }, {
195
+ readonly name: "amount";
196
+ readonly type: "uint256";
197
+ readonly internalType: "uint256";
198
+ }, {
199
+ readonly name: "extraData";
200
+ readonly type: "bytes";
201
+ readonly internalType: "bytes";
202
+ }];
203
+ readonly outputs: readonly [{
204
+ readonly name: "withdrawal";
205
+ readonly type: "tuple";
206
+ readonly internalType: "struct RequestableWithdrawal";
207
+ readonly components: readonly [{
208
+ readonly name: "token";
209
+ readonly type: "address";
210
+ readonly internalType: "address";
211
+ }, {
212
+ readonly name: "amountIn";
213
+ readonly type: "uint256";
214
+ readonly internalType: "uint256";
215
+ }, {
216
+ readonly name: "outputs";
217
+ readonly type: "tuple[]";
218
+ readonly internalType: "struct WithdrawalOutput[]";
219
+ readonly components: readonly [{
220
+ readonly name: "token";
221
+ readonly type: "address";
222
+ readonly internalType: "address";
223
+ }, {
224
+ readonly name: "isDelayed";
225
+ readonly type: "bool";
226
+ readonly internalType: "bool";
227
+ }, {
228
+ readonly name: "amount";
229
+ readonly type: "uint256";
230
+ readonly internalType: "uint256";
231
+ }];
232
+ }, {
233
+ readonly name: "requestCalls";
234
+ readonly type: "tuple[]";
235
+ readonly internalType: "struct MultiCall[]";
236
+ readonly components: readonly [{
237
+ readonly name: "target";
238
+ readonly type: "address";
239
+ readonly internalType: "address";
240
+ }, {
241
+ readonly name: "callData";
242
+ readonly type: "bytes";
243
+ readonly internalType: "bytes";
244
+ }];
245
+ }, {
246
+ readonly name: "claimableAt";
247
+ readonly type: "uint256";
248
+ readonly internalType: "uint256";
249
+ }];
250
+ }];
251
+ readonly stateMutability: "view";
175
252
  }, {
176
253
  readonly type: "function";
177
254
  readonly name: "getWithdrawalRequestResult";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.11.4",
3
+ "version": "14.11.6",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {