@gearbox-protocol/sdk 14.5.3 → 14.5.4

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 (34) hide show
  1. package/dist/cjs/abi/compressors/kycCompressor.js +207 -0
  2. package/dist/cjs/abi/compressors/subcompressors/kyc/onDemandKYCUnderlyingSubcompressor.js +60 -0
  3. package/dist/cjs/abi/compressors/subcompressors/kyc/securitizeKYCFactorySubcompressor.js +80 -0
  4. package/dist/cjs/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.js +187 -0
  5. package/dist/esm/abi/compressors/kycCompressor.js +183 -0
  6. package/dist/esm/abi/compressors/subcompressors/kyc/onDemandKYCUnderlyingSubcompressor.js +36 -0
  7. package/dist/esm/abi/compressors/subcompressors/kyc/securitizeKYCFactorySubcompressor.js +56 -0
  8. package/dist/esm/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.js +163 -0
  9. package/dist/types/abi/compressors/kycCompressor.d.ts +236 -0
  10. package/dist/types/abi/compressors/subcompressors/kyc/onDemandKYCUnderlyingSubcompressor.d.ts +49 -0
  11. package/dist/types/abi/compressors/subcompressors/kyc/securitizeKYCFactorySubcompressor.d.ts +85 -0
  12. package/dist/types/abi/compressors/subcompressors/withdrawal/securitizeRedemptionSubcompressor.d.ts +220 -0
  13. package/package.json +1 -1
  14. /package/dist/cjs/abi/compressors/subcompressors/{infinifiWithdrawalSubcompressor.js → withdrawal/infinifiWithdrawalSubcompressor.js} +0 -0
  15. /package/dist/cjs/abi/compressors/subcompressors/{kelpLRTWithdrawalSubcompressor.js → withdrawal/kelpLRTWithdrawalSubcompressor.js} +0 -0
  16. /package/dist/cjs/abi/compressors/subcompressors/{mellowFlexibleDepositSubcompressor.js → withdrawal/mellowFlexibleDepositSubcompressor.js} +0 -0
  17. /package/dist/cjs/abi/compressors/subcompressors/{mellowFlexibleRedeemSubcompressor.js → withdrawal/mellowFlexibleRedeemSubcompressor.js} +0 -0
  18. /package/dist/cjs/abi/compressors/subcompressors/{mellowWithdrawalSubcompressor.js → withdrawal/mellowWithdrawalSubcompressor.js} +0 -0
  19. /package/dist/cjs/abi/compressors/subcompressors/{midasWithdrawalSubcompressor.js → withdrawal/midasWithdrawalSubcompressor.js} +0 -0
  20. /package/dist/cjs/abi/compressors/subcompressors/{upshiftWithdrawalSubcompressor.js → withdrawal/upshiftWithdrawalSubcompressor.js} +0 -0
  21. /package/dist/esm/abi/compressors/subcompressors/{infinifiWithdrawalSubcompressor.js → withdrawal/infinifiWithdrawalSubcompressor.js} +0 -0
  22. /package/dist/esm/abi/compressors/subcompressors/{kelpLRTWithdrawalSubcompressor.js → withdrawal/kelpLRTWithdrawalSubcompressor.js} +0 -0
  23. /package/dist/esm/abi/compressors/subcompressors/{mellowFlexibleDepositSubcompressor.js → withdrawal/mellowFlexibleDepositSubcompressor.js} +0 -0
  24. /package/dist/esm/abi/compressors/subcompressors/{mellowFlexibleRedeemSubcompressor.js → withdrawal/mellowFlexibleRedeemSubcompressor.js} +0 -0
  25. /package/dist/esm/abi/compressors/subcompressors/{mellowWithdrawalSubcompressor.js → withdrawal/mellowWithdrawalSubcompressor.js} +0 -0
  26. /package/dist/esm/abi/compressors/subcompressors/{midasWithdrawalSubcompressor.js → withdrawal/midasWithdrawalSubcompressor.js} +0 -0
  27. /package/dist/esm/abi/compressors/subcompressors/{upshiftWithdrawalSubcompressor.js → withdrawal/upshiftWithdrawalSubcompressor.js} +0 -0
  28. /package/dist/types/abi/compressors/subcompressors/{infinifiWithdrawalSubcompressor.d.ts → withdrawal/infinifiWithdrawalSubcompressor.d.ts} +0 -0
  29. /package/dist/types/abi/compressors/subcompressors/{kelpLRTWithdrawalSubcompressor.d.ts → withdrawal/kelpLRTWithdrawalSubcompressor.d.ts} +0 -0
  30. /package/dist/types/abi/compressors/subcompressors/{mellowFlexibleDepositSubcompressor.d.ts → withdrawal/mellowFlexibleDepositSubcompressor.d.ts} +0 -0
  31. /package/dist/types/abi/compressors/subcompressors/{mellowFlexibleRedeemSubcompressor.d.ts → withdrawal/mellowFlexibleRedeemSubcompressor.d.ts} +0 -0
  32. /package/dist/types/abi/compressors/subcompressors/{mellowWithdrawalSubcompressor.d.ts → withdrawal/mellowWithdrawalSubcompressor.d.ts} +0 -0
  33. /package/dist/types/abi/compressors/subcompressors/{midasWithdrawalSubcompressor.d.ts → withdrawal/midasWithdrawalSubcompressor.d.ts} +0 -0
  34. /package/dist/types/abi/compressors/subcompressors/{upshiftWithdrawalSubcompressor.d.ts → withdrawal/upshiftWithdrawalSubcompressor.d.ts} +0 -0
@@ -0,0 +1,207 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var kycCompressor_exports = {};
20
+ __export(kycCompressor_exports, {
21
+ kycCompressorAbi: () => kycCompressorAbi
22
+ });
23
+ module.exports = __toCommonJS(kycCompressor_exports);
24
+ const kycCompressorAbi = [
25
+ {
26
+ type: "constructor",
27
+ inputs: [
28
+ {
29
+ name: "addressProvider",
30
+ type: "address",
31
+ internalType: "contract IAddressProvider"
32
+ }
33
+ ],
34
+ stateMutability: "nonpayable"
35
+ },
36
+ {
37
+ type: "function",
38
+ name: "contractType",
39
+ inputs: [],
40
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
41
+ stateMutability: "view"
42
+ },
43
+ {
44
+ type: "function",
45
+ name: "getKYCInvestorData",
46
+ inputs: [
47
+ { name: "investor", type: "address", internalType: "address" },
48
+ { name: "factories", type: "address[]", internalType: "address[]" }
49
+ ],
50
+ outputs: [
51
+ {
52
+ name: "investorData",
53
+ type: "tuple[]",
54
+ internalType: "struct IKYCCompressor.KYCInvestorData[]",
55
+ components: [
56
+ {
57
+ name: "creditAccounts",
58
+ type: "tuple[]",
59
+ internalType: "struct IKYCCompressor.KYCCreditAccountData[]",
60
+ components: [
61
+ {
62
+ name: "creditAccount",
63
+ type: "address",
64
+ internalType: "address"
65
+ },
66
+ { name: "wallet", type: "address", internalType: "address" },
67
+ { name: "frozen", type: "bool", internalType: "bool" },
68
+ { name: "extraDetails", type: "bytes", internalType: "bytes" }
69
+ ]
70
+ },
71
+ { name: "extraDetails", type: "bytes", internalType: "bytes" }
72
+ ]
73
+ }
74
+ ],
75
+ stateMutability: "view"
76
+ },
77
+ {
78
+ type: "function",
79
+ name: "getKYCMarketsData",
80
+ inputs: [
81
+ { name: "configurators", type: "address[]", internalType: "address[]" },
82
+ { name: "factories", type: "address[]", internalType: "address[]" }
83
+ ],
84
+ outputs: [
85
+ {
86
+ name: "underlyingsData",
87
+ type: "tuple[]",
88
+ internalType: "struct IKYCCompressor.KYCUnderlyingData[]",
89
+ components: [
90
+ {
91
+ name: "baseParams",
92
+ type: "tuple",
93
+ internalType: "struct BaseParams",
94
+ components: [
95
+ { name: "addr", type: "address", internalType: "address" },
96
+ { name: "version", type: "uint256", internalType: "uint256" },
97
+ {
98
+ name: "contractType",
99
+ type: "bytes32",
100
+ internalType: "bytes32"
101
+ },
102
+ {
103
+ name: "serializedParams",
104
+ type: "bytes",
105
+ internalType: "bytes"
106
+ }
107
+ ]
108
+ },
109
+ { name: "asset", type: "address", internalType: "address" },
110
+ { name: "factory", type: "address", internalType: "address" },
111
+ { name: "extraDetails", type: "bytes", internalType: "bytes" }
112
+ ]
113
+ },
114
+ {
115
+ name: "factoriesData",
116
+ type: "tuple[]",
117
+ internalType: "struct IKYCCompressor.KYCFactoryData[]",
118
+ components: [
119
+ {
120
+ name: "baseParams",
121
+ type: "tuple",
122
+ internalType: "struct BaseParams",
123
+ components: [
124
+ { name: "addr", type: "address", internalType: "address" },
125
+ { name: "version", type: "uint256", internalType: "uint256" },
126
+ {
127
+ name: "contractType",
128
+ type: "bytes32",
129
+ internalType: "bytes32"
130
+ },
131
+ {
132
+ name: "serializedParams",
133
+ type: "bytes",
134
+ internalType: "bytes"
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ name: "tokens",
140
+ type: "tuple[]",
141
+ internalType: "struct TokenData[]",
142
+ components: [
143
+ { name: "addr", type: "address", internalType: "address" },
144
+ { name: "symbol", type: "string", internalType: "string" },
145
+ { name: "name", type: "string", internalType: "string" },
146
+ { name: "decimals", type: "uint8", internalType: "uint8" }
147
+ ]
148
+ },
149
+ { name: "extraDetails", type: "bytes", internalType: "bytes" }
150
+ ]
151
+ }
152
+ ],
153
+ stateMutability: "view"
154
+ },
155
+ {
156
+ type: "function",
157
+ name: "setSubcompressor",
158
+ inputs: [
159
+ { name: "subcompressor", type: "address", internalType: "address" }
160
+ ],
161
+ outputs: [],
162
+ stateMutability: "nonpayable"
163
+ },
164
+ {
165
+ type: "function",
166
+ name: "subcompressors",
167
+ inputs: [
168
+ { name: "domain", type: "bytes32", internalType: "bytes32" },
169
+ { name: "postfix", type: "bytes32", internalType: "bytes32" }
170
+ ],
171
+ outputs: [{ name: "", type: "address", internalType: "address" }],
172
+ stateMutability: "view"
173
+ },
174
+ {
175
+ type: "function",
176
+ name: "version",
177
+ inputs: [],
178
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
179
+ stateMutability: "view"
180
+ },
181
+ {
182
+ type: "error",
183
+ name: "CallerIsNotInstanceOwnerException",
184
+ inputs: [{ name: "caller", type: "address", internalType: "address" }]
185
+ },
186
+ {
187
+ type: "error",
188
+ name: "InvalidDomainException",
189
+ inputs: [{ name: "domain", type: "bytes32", internalType: "bytes32" }]
190
+ },
191
+ {
192
+ type: "error",
193
+ name: "InvalidKYCFactoryException",
194
+ inputs: [{ name: "factory", type: "address", internalType: "address" }]
195
+ },
196
+ {
197
+ type: "error",
198
+ name: "InvalidMarketConfiguratorException",
199
+ inputs: [
200
+ { name: "marketConfigurator", type: "address", internalType: "address" }
201
+ ]
202
+ }
203
+ ];
204
+ // Annotate the CommonJS export names for ESM import in node:
205
+ 0 && (module.exports = {
206
+ kycCompressorAbi
207
+ });
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var onDemandKYCUnderlyingSubcompressor_exports = {};
20
+ __export(onDemandKYCUnderlyingSubcompressor_exports, {
21
+ onDemandKYCUnderlyingSubcompressorAbi: () => onDemandKYCUnderlyingSubcompressorAbi
22
+ });
23
+ module.exports = __toCommonJS(onDemandKYCUnderlyingSubcompressor_exports);
24
+ const onDemandKYCUnderlyingSubcompressorAbi = [
25
+ {
26
+ type: "function",
27
+ name: "contractType",
28
+ inputs: [],
29
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
30
+ stateMutability: "view"
31
+ },
32
+ {
33
+ type: "function",
34
+ name: "getCompressedType",
35
+ inputs: [],
36
+ outputs: [
37
+ { name: "", type: "bytes32", internalType: "bytes32" },
38
+ { name: "", type: "bytes32", internalType: "bytes32" }
39
+ ],
40
+ stateMutability: "pure"
41
+ },
42
+ {
43
+ type: "function",
44
+ name: "getUnderlyingData",
45
+ inputs: [{ name: "underlying", type: "address", internalType: "address" }],
46
+ outputs: [{ name: "", type: "bytes", internalType: "bytes" }],
47
+ stateMutability: "view"
48
+ },
49
+ {
50
+ type: "function",
51
+ name: "version",
52
+ inputs: [],
53
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
54
+ stateMutability: "view"
55
+ }
56
+ ];
57
+ // Annotate the CommonJS export names for ESM import in node:
58
+ 0 && (module.exports = {
59
+ onDemandKYCUnderlyingSubcompressorAbi
60
+ });
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var securitizeKYCFactorySubcompressor_exports = {};
20
+ __export(securitizeKYCFactorySubcompressor_exports, {
21
+ securitizeKYCFactorySubcompressorAbi: () => securitizeKYCFactorySubcompressorAbi
22
+ });
23
+ module.exports = __toCommonJS(securitizeKYCFactorySubcompressor_exports);
24
+ const securitizeKYCFactorySubcompressorAbi = [
25
+ {
26
+ type: "function",
27
+ name: "contractType",
28
+ inputs: [],
29
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
30
+ stateMutability: "view"
31
+ },
32
+ {
33
+ type: "function",
34
+ name: "getCompressedType",
35
+ inputs: [],
36
+ outputs: [
37
+ { name: "", type: "bytes32", internalType: "bytes32" },
38
+ { name: "", type: "bytes32", internalType: "bytes32" }
39
+ ],
40
+ stateMutability: "pure"
41
+ },
42
+ {
43
+ type: "function",
44
+ name: "getCreditAccountData",
45
+ inputs: [
46
+ { name: "creditAccount", type: "address", internalType: "address" },
47
+ { name: "factory", type: "address", internalType: "address" }
48
+ ],
49
+ outputs: [{ name: "", type: "bytes", internalType: "bytes" }],
50
+ stateMutability: "view"
51
+ },
52
+ {
53
+ type: "function",
54
+ name: "getFactoryData",
55
+ inputs: [{ name: "", type: "address", internalType: "address" }],
56
+ outputs: [{ name: "", type: "bytes", internalType: "bytes" }],
57
+ stateMutability: "pure"
58
+ },
59
+ {
60
+ type: "function",
61
+ name: "getInvestorData",
62
+ inputs: [
63
+ { name: "investor", type: "address", internalType: "address" },
64
+ { name: "factory", type: "address", internalType: "address" }
65
+ ],
66
+ outputs: [{ name: "", type: "bytes", internalType: "bytes" }],
67
+ stateMutability: "view"
68
+ },
69
+ {
70
+ type: "function",
71
+ name: "version",
72
+ inputs: [],
73
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
74
+ stateMutability: "view"
75
+ }
76
+ ];
77
+ // Annotate the CommonJS export names for ESM import in node:
78
+ 0 && (module.exports = {
79
+ securitizeKYCFactorySubcompressorAbi
80
+ });
@@ -0,0 +1,187 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var securitizeRedemptionSubcompressor_exports = {};
20
+ __export(securitizeRedemptionSubcompressor_exports, {
21
+ securitizeRedemptionSubcompressorAbi: () => securitizeRedemptionSubcompressorAbi
22
+ });
23
+ module.exports = __toCommonJS(securitizeRedemptionSubcompressor_exports);
24
+ const securitizeRedemptionSubcompressorAbi = [
25
+ {
26
+ type: "function",
27
+ name: "contractType",
28
+ inputs: [],
29
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
30
+ stateMutability: "view"
31
+ },
32
+ {
33
+ type: "function",
34
+ name: "getCurrentWithdrawals",
35
+ inputs: [
36
+ { name: "creditAccount", type: "address", internalType: "address" },
37
+ { name: "token", type: "address", internalType: "address" }
38
+ ],
39
+ outputs: [
40
+ {
41
+ name: "",
42
+ type: "tuple[]",
43
+ internalType: "struct ClaimableWithdrawal[]",
44
+ components: [
45
+ { name: "token", type: "address", internalType: "address" },
46
+ {
47
+ name: "withdrawalPhantomToken",
48
+ type: "address",
49
+ internalType: "address"
50
+ },
51
+ {
52
+ name: "withdrawalTokenSpent",
53
+ type: "uint256",
54
+ internalType: "uint256"
55
+ },
56
+ {
57
+ name: "outputs",
58
+ type: "tuple[]",
59
+ internalType: "struct WithdrawalOutput[]",
60
+ components: [
61
+ { name: "token", type: "address", internalType: "address" },
62
+ { name: "isDelayed", type: "bool", internalType: "bool" },
63
+ { name: "amount", type: "uint256", internalType: "uint256" }
64
+ ]
65
+ },
66
+ {
67
+ name: "claimCalls",
68
+ type: "tuple[]",
69
+ internalType: "struct MultiCall[]",
70
+ components: [
71
+ { name: "target", type: "address", internalType: "address" },
72
+ { name: "callData", type: "bytes", internalType: "bytes" }
73
+ ]
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ name: "",
79
+ type: "tuple[]",
80
+ internalType: "struct PendingWithdrawal[]",
81
+ components: [
82
+ { name: "token", type: "address", internalType: "address" },
83
+ {
84
+ name: "withdrawalPhantomToken",
85
+ type: "address",
86
+ internalType: "address"
87
+ },
88
+ {
89
+ name: "expectedOutputs",
90
+ type: "tuple[]",
91
+ internalType: "struct WithdrawalOutput[]",
92
+ components: [
93
+ { name: "token", type: "address", internalType: "address" },
94
+ { name: "isDelayed", type: "bool", internalType: "bool" },
95
+ { name: "amount", type: "uint256", internalType: "uint256" }
96
+ ]
97
+ },
98
+ { name: "claimableAt", type: "uint256", internalType: "uint256" }
99
+ ]
100
+ }
101
+ ],
102
+ stateMutability: "view"
103
+ },
104
+ {
105
+ type: "function",
106
+ name: "getWithdrawableAssets",
107
+ inputs: [
108
+ { name: "", type: "address", internalType: "address" },
109
+ { name: "token", type: "address", internalType: "address" }
110
+ ],
111
+ outputs: [
112
+ {
113
+ name: "",
114
+ type: "tuple[]",
115
+ internalType: "struct WithdrawableAsset[]",
116
+ components: [
117
+ { name: "token", type: "address", internalType: "address" },
118
+ {
119
+ name: "withdrawalPhantomToken",
120
+ type: "address",
121
+ internalType: "address"
122
+ },
123
+ { name: "underlying", type: "address", internalType: "address" },
124
+ {
125
+ name: "withdrawalLength",
126
+ type: "uint256",
127
+ internalType: "uint256"
128
+ }
129
+ ]
130
+ }
131
+ ],
132
+ stateMutability: "view"
133
+ },
134
+ {
135
+ type: "function",
136
+ name: "getWithdrawalRequestResult",
137
+ inputs: [
138
+ { name: "creditAccount", type: "address", internalType: "address" },
139
+ { name: "token", type: "address", internalType: "address" },
140
+ { name: "withdrawalToken", type: "address", internalType: "address" },
141
+ { name: "amount", type: "uint256", internalType: "uint256" }
142
+ ],
143
+ outputs: [
144
+ {
145
+ name: "requestableWithdrawal",
146
+ type: "tuple",
147
+ internalType: "struct RequestableWithdrawal",
148
+ components: [
149
+ { name: "token", type: "address", internalType: "address" },
150
+ { name: "amountIn", type: "uint256", internalType: "uint256" },
151
+ {
152
+ name: "outputs",
153
+ type: "tuple[]",
154
+ internalType: "struct WithdrawalOutput[]",
155
+ components: [
156
+ { name: "token", type: "address", internalType: "address" },
157
+ { name: "isDelayed", type: "bool", internalType: "bool" },
158
+ { name: "amount", type: "uint256", internalType: "uint256" }
159
+ ]
160
+ },
161
+ {
162
+ name: "requestCalls",
163
+ type: "tuple[]",
164
+ internalType: "struct MultiCall[]",
165
+ components: [
166
+ { name: "target", type: "address", internalType: "address" },
167
+ { name: "callData", type: "bytes", internalType: "bytes" }
168
+ ]
169
+ },
170
+ { name: "claimableAt", type: "uint256", internalType: "uint256" }
171
+ ]
172
+ }
173
+ ],
174
+ stateMutability: "view"
175
+ },
176
+ {
177
+ type: "function",
178
+ name: "version",
179
+ inputs: [],
180
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
181
+ stateMutability: "view"
182
+ }
183
+ ];
184
+ // Annotate the CommonJS export names for ESM import in node:
185
+ 0 && (module.exports = {
186
+ securitizeRedemptionSubcompressorAbi
187
+ });