@lidofinance/lsv-cli 1.0.0-alpha.27 → 1.0.0-alpha.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abi/BlsHarness.d.ts +178 -0
- package/dist/abi/CLProofVerifier.d.ts +188 -0
- package/dist/abi/Dashboard.d.ts +1486 -0
- package/dist/abi/LidoLocator.d.ts +330 -0
- package/dist/abi/OperatorGrid.d.ts +914 -0
- package/dist/abi/PredepositGuarantee.d.ts +1382 -0
- package/dist/abi/ReportChecker.d.ts +83 -0
- package/dist/abi/StEth.d.ts +372 -0
- package/dist/abi/StakingVault.d.ts +864 -0
- package/dist/abi/TokenManager.d.ts +577 -0
- package/dist/abi/VaultFactory.d.ts +160 -0
- package/dist/abi/VaultHub.d.ts +1309 -0
- package/dist/abi/VaultViewer.d.ts +223 -0
- package/dist/abi/Voting.d.ts +676 -0
- package/dist/abi/WstEth.d.ts +362 -0
- package/dist/abi/index.d.ts +15 -0
- package/dist/command/index.d.ts +2 -0
- package/dist/configs/constants.d.ts +36 -0
- package/dist/configs/deployed.d.ts +17 -0
- package/dist/configs/deployed.js +9 -15
- package/dist/configs/deployed.js.map +1 -1
- package/dist/configs/envs.d.ts +2 -0
- package/dist/configs/index.d.ts +3 -0
- package/dist/configs/utils.d.ts +4 -0
- package/dist/contracts/blsHarness.d.ts +947 -0
- package/dist/contracts/clProofVerifier.d.ts +2647 -0
- package/dist/contracts/dashboard.d.ts +4 -0
- package/dist/contracts/dashboard.js +1 -1
- package/dist/contracts/dashboard.js.map +1 -1
- package/dist/contracts/index.d.ts +15 -0
- package/dist/contracts/locator.d.ts +6935 -0
- package/dist/contracts/operator-grid.d.ts +3 -0
- package/dist/contracts/operator-grid.js +1 -1
- package/dist/contracts/operator-grid.js.map +1 -1
- package/dist/contracts/pdg.d.ts +3 -0
- package/dist/contracts/pdg.js +1 -1
- package/dist/contracts/pdg.js.map +1 -1
- package/dist/contracts/reportChecker.d.ts +758 -0
- package/dist/contracts/steth.d.ts +27706 -0
- package/dist/contracts/token-manager.d.ts +3 -0
- package/dist/contracts/token-manager.js +4 -7
- package/dist/contracts/token-manager.js.map +1 -1
- package/dist/contracts/vault-factory.d.ts +2678 -0
- package/dist/contracts/vault-hub.d.ts +3 -0
- package/dist/contracts/vault-hub.js +1 -1
- package/dist/contracts/vault-hub.js.map +1 -1
- package/dist/contracts/vault-viewer.d.ts +2681 -0
- package/dist/contracts/vault.d.ts +3 -0
- package/dist/contracts/vault.js +3 -6
- package/dist/contracts/vault.js.map +1 -1
- package/dist/contracts/voting.d.ts +6 -0
- package/dist/contracts/voting.js +1 -1
- package/dist/contracts/voting.js.map +1 -1
- package/dist/contracts/wsteth.d.ts +24690 -0
- package/dist/features/advanced-config.d.ts +5 -0
- package/dist/features/dashboard.d.ts +5 -0
- package/dist/features/dashboard.js +108 -29
- package/dist/features/dashboard.js.map +1 -1
- package/dist/features/index.d.ts +8 -0
- package/dist/features/operator-grid.d.ts +2 -0
- package/dist/features/pdg.d.ts +2 -0
- package/dist/features/token-manager.d.ts +1 -0
- package/dist/features/vault-factory.d.ts +8 -0
- package/dist/features/vault-hub.d.ts +2 -0
- package/dist/features/vault.d.ts +2 -0
- package/dist/features/voting.d.ts +7 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/programs/account.d.ts +1 -0
- package/dist/programs/account.js +5 -1
- package/dist/programs/account.js.map +1 -1
- package/dist/programs/config.d.ts +1 -0
- package/dist/programs/dashboard/config.d.ts +2 -0
- package/dist/programs/dashboard/index.d.ts +3 -0
- package/dist/programs/dashboard/main.d.ts +1 -0
- package/dist/programs/dashboard/read.d.ts +1 -0
- package/dist/programs/dashboard/read.js +11 -20
- package/dist/programs/dashboard/read.js.map +1 -1
- package/dist/programs/dashboard/write.d.ts +1 -0
- package/dist/programs/hub/config.d.ts +2 -0
- package/dist/programs/hub/index.d.ts +3 -0
- package/dist/programs/hub/main.d.ts +1 -0
- package/dist/programs/hub/read.d.ts +1 -0
- package/dist/programs/hub/write.d.ts +1 -0
- package/dist/programs/index.d.ts +11 -0
- package/dist/programs/operator-grid/config.d.ts +2 -0
- package/dist/programs/operator-grid/index.d.ts +3 -0
- package/dist/programs/operator-grid/main.d.ts +1 -0
- package/dist/programs/operator-grid/read.d.ts +1 -0
- package/dist/programs/operator-grid/write.d.ts +1 -0
- package/dist/programs/pdg/config.d.ts +2 -0
- package/dist/programs/pdg/index.d.ts +3 -0
- package/dist/programs/pdg/main.d.ts +1 -0
- package/dist/programs/pdg/read.d.ts +1 -0
- package/dist/programs/pdg/write.d.ts +1 -0
- package/dist/programs/pdg-helpers.d.ts +1 -0
- package/dist/programs/report.d.ts +1 -0
- package/dist/programs/vault/config.d.ts +2 -0
- package/dist/programs/vault/index.d.ts +3 -0
- package/dist/programs/vault/main.d.ts +1 -0
- package/dist/programs/vault/read.d.ts +1 -0
- package/dist/programs/vault/write.d.ts +1 -0
- package/dist/programs/vault-factory/config.d.ts +2 -0
- package/dist/programs/vault-factory/index.d.ts +3 -0
- package/dist/programs/vault-factory/main.d.ts +1 -0
- package/dist/programs/vault-factory/read.d.ts +1 -0
- package/dist/programs/vault-factory/write.d.ts +1 -0
- package/dist/programs/vault-viewer/config.d.ts +2 -0
- package/dist/programs/vault-viewer/index.d.ts +2 -0
- package/dist/programs/vault-viewer/main.d.ts +1 -0
- package/dist/programs/vault-viewer/read.d.ts +1 -0
- package/dist/programs/voting.d.ts +1 -0
- package/dist/providers/index.d.ts +1 -0
- package/dist/providers/wallet.d.ts +6897 -0
- package/dist/providers/wallet.js +1 -1
- package/dist/providers/wallet.js.map +1 -1
- package/dist/types/common.d.ts +31 -0
- package/dist/types/config.d.ts +23 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/utils/arguments.d.ts +13 -0
- package/dist/utils/bls.d.ts +21 -0
- package/dist/utils/calculate-overview.d.ts +19 -0
- package/dist/utils/calculate-overview.js +55 -0
- package/dist/utils/calculate-overview.js.map +1 -0
- package/dist/utils/commands/dashboard.d.ts +6 -0
- package/dist/utils/commands/index.d.ts +1 -0
- package/dist/utils/contract.d.ts +25 -0
- package/dist/utils/data-validators.d.ts +6 -0
- package/dist/utils/data-validators.js +0 -3
- package/dist/utils/data-validators.js.map +1 -1
- package/dist/utils/error-handler.d.ts +1 -0
- package/dist/utils/fetchCL.d.ts +14 -0
- package/dist/utils/get-commands.d.ts +2 -0
- package/dist/utils/get-deposit-data-root.d.ts +7 -0
- package/dist/utils/get-value.d.ts +1 -0
- package/dist/utils/health.d.ts +27748 -0
- package/dist/utils/health.js +2 -1
- package/dist/utils/health.js.map +1 -1
- package/dist/utils/index.d.ts +22 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/ipfs.d.ts +6 -0
- package/dist/utils/logging/console.d.ts +7 -0
- package/dist/utils/logging/constants.d.ts +2 -0
- package/dist/utils/logging/index.d.ts +1 -0
- package/dist/utils/prompts/dashboard.d.ts +29 -0
- package/dist/utils/prompts/default.d.ts +3 -0
- package/dist/utils/prompts/index.d.ts +5 -0
- package/dist/utils/prompts/operations.d.ts +9 -0
- package/dist/utils/prompts/predeposit-guarantee.d.ts +3 -0
- package/dist/utils/prompts/vault.d.ts +2 -0
- package/dist/utils/proof/create-proof.d.ts +12 -0
- package/dist/utils/proof/first-validator-gindex.d.ts +1 -0
- package/dist/utils/proof/index.d.ts +4 -0
- package/dist/utils/proof/merkle-utils.d.ts +55 -0
- package/dist/utils/proof/proofs.d.ts +305 -0
- package/dist/utils/proof/report-proof.d.ts +5 -0
- package/dist/utils/read-programs-by-abi.d.ts +18 -0
- package/dist/utils/report.d.ts +75 -0
- package/dist/utils/required-lock.d.ts +5 -0
- package/dist/utils/resolve-path.d.ts +1 -0
- package/dist/utils/sleep.d.ts +1 -0
- package/dist/utils/spinner/index.d.ts +1 -0
- package/dist/utils/spinner/spinners.d.ts +7 -0
- package/dist/version/index.d.ts +1 -0
- package/dist/version/index.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,758 @@
|
|
|
1
|
+
import { Address } from 'viem';
|
|
2
|
+
export declare const getReportCheckerContract: () => {
|
|
3
|
+
read: {
|
|
4
|
+
checkReport: (args: readonly [`0x${string}`, bigint, bigint, bigint, bigint, readonly `0x${string}`[]], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
5
|
+
readonly inputs: readonly [];
|
|
6
|
+
readonly stateMutability: "nonpayable";
|
|
7
|
+
readonly type: "constructor";
|
|
8
|
+
}, {
|
|
9
|
+
readonly inputs: readonly [{
|
|
10
|
+
readonly internalType: "bytes32";
|
|
11
|
+
readonly name: "leaf";
|
|
12
|
+
readonly type: "bytes32";
|
|
13
|
+
}, {
|
|
14
|
+
readonly internalType: "bytes32";
|
|
15
|
+
readonly name: "root";
|
|
16
|
+
readonly type: "bytes32";
|
|
17
|
+
}];
|
|
18
|
+
readonly name: "InvalidProof";
|
|
19
|
+
readonly type: "error";
|
|
20
|
+
}, {
|
|
21
|
+
readonly inputs: readonly [{
|
|
22
|
+
readonly internalType: "string";
|
|
23
|
+
readonly name: "argName";
|
|
24
|
+
readonly type: "string";
|
|
25
|
+
}];
|
|
26
|
+
readonly name: "ZeroArgument";
|
|
27
|
+
readonly type: "error";
|
|
28
|
+
}, {
|
|
29
|
+
readonly inputs: readonly [{
|
|
30
|
+
readonly internalType: "address";
|
|
31
|
+
readonly name: "_vault";
|
|
32
|
+
readonly type: "address";
|
|
33
|
+
}, {
|
|
34
|
+
readonly internalType: "uint256";
|
|
35
|
+
readonly name: "_valuation";
|
|
36
|
+
readonly type: "uint256";
|
|
37
|
+
}, {
|
|
38
|
+
readonly internalType: "int256";
|
|
39
|
+
readonly name: "_inOutDelta";
|
|
40
|
+
readonly type: "int256";
|
|
41
|
+
}, {
|
|
42
|
+
readonly internalType: "uint256";
|
|
43
|
+
readonly name: "_fees";
|
|
44
|
+
readonly type: "uint256";
|
|
45
|
+
}, {
|
|
46
|
+
readonly internalType: "uint256";
|
|
47
|
+
readonly name: "_sharesMinted";
|
|
48
|
+
readonly type: "uint256";
|
|
49
|
+
}, {
|
|
50
|
+
readonly internalType: "bytes32[]";
|
|
51
|
+
readonly name: "_proof";
|
|
52
|
+
readonly type: "bytes32[]";
|
|
53
|
+
}];
|
|
54
|
+
readonly name: "checkReport";
|
|
55
|
+
readonly outputs: readonly [];
|
|
56
|
+
readonly stateMutability: "view";
|
|
57
|
+
readonly type: "function";
|
|
58
|
+
}, {
|
|
59
|
+
readonly inputs: readonly [];
|
|
60
|
+
readonly name: "getReportCheckerData";
|
|
61
|
+
readonly outputs: readonly [{
|
|
62
|
+
readonly internalType: "bytes32";
|
|
63
|
+
readonly name: "";
|
|
64
|
+
readonly type: "bytes32";
|
|
65
|
+
}, {
|
|
66
|
+
readonly internalType: "string";
|
|
67
|
+
readonly name: "";
|
|
68
|
+
readonly type: "string";
|
|
69
|
+
}];
|
|
70
|
+
readonly stateMutability: "view";
|
|
71
|
+
readonly type: "function";
|
|
72
|
+
}, {
|
|
73
|
+
readonly inputs: readonly [{
|
|
74
|
+
readonly internalType: "bytes32";
|
|
75
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
76
|
+
readonly type: "bytes32";
|
|
77
|
+
}, {
|
|
78
|
+
readonly internalType: "string";
|
|
79
|
+
readonly name: "_vaultsDataTreeCid";
|
|
80
|
+
readonly type: "string";
|
|
81
|
+
}];
|
|
82
|
+
readonly name: "updateReportCheckerData";
|
|
83
|
+
readonly outputs: readonly [];
|
|
84
|
+
readonly stateMutability: "nonpayable";
|
|
85
|
+
readonly type: "function";
|
|
86
|
+
}], "checkReport", readonly [`0x${string}`, bigint, bigint, bigint, bigint, readonly `0x${string}`[]]>, "address" | "args" | "abi" | "functionName">> | undefined) => Promise<void>;
|
|
87
|
+
getReportCheckerData: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
88
|
+
readonly inputs: readonly [];
|
|
89
|
+
readonly stateMutability: "nonpayable";
|
|
90
|
+
readonly type: "constructor";
|
|
91
|
+
}, {
|
|
92
|
+
readonly inputs: readonly [{
|
|
93
|
+
readonly internalType: "bytes32";
|
|
94
|
+
readonly name: "leaf";
|
|
95
|
+
readonly type: "bytes32";
|
|
96
|
+
}, {
|
|
97
|
+
readonly internalType: "bytes32";
|
|
98
|
+
readonly name: "root";
|
|
99
|
+
readonly type: "bytes32";
|
|
100
|
+
}];
|
|
101
|
+
readonly name: "InvalidProof";
|
|
102
|
+
readonly type: "error";
|
|
103
|
+
}, {
|
|
104
|
+
readonly inputs: readonly [{
|
|
105
|
+
readonly internalType: "string";
|
|
106
|
+
readonly name: "argName";
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
}];
|
|
109
|
+
readonly name: "ZeroArgument";
|
|
110
|
+
readonly type: "error";
|
|
111
|
+
}, {
|
|
112
|
+
readonly inputs: readonly [{
|
|
113
|
+
readonly internalType: "address";
|
|
114
|
+
readonly name: "_vault";
|
|
115
|
+
readonly type: "address";
|
|
116
|
+
}, {
|
|
117
|
+
readonly internalType: "uint256";
|
|
118
|
+
readonly name: "_valuation";
|
|
119
|
+
readonly type: "uint256";
|
|
120
|
+
}, {
|
|
121
|
+
readonly internalType: "int256";
|
|
122
|
+
readonly name: "_inOutDelta";
|
|
123
|
+
readonly type: "int256";
|
|
124
|
+
}, {
|
|
125
|
+
readonly internalType: "uint256";
|
|
126
|
+
readonly name: "_fees";
|
|
127
|
+
readonly type: "uint256";
|
|
128
|
+
}, {
|
|
129
|
+
readonly internalType: "uint256";
|
|
130
|
+
readonly name: "_sharesMinted";
|
|
131
|
+
readonly type: "uint256";
|
|
132
|
+
}, {
|
|
133
|
+
readonly internalType: "bytes32[]";
|
|
134
|
+
readonly name: "_proof";
|
|
135
|
+
readonly type: "bytes32[]";
|
|
136
|
+
}];
|
|
137
|
+
readonly name: "checkReport";
|
|
138
|
+
readonly outputs: readonly [];
|
|
139
|
+
readonly stateMutability: "view";
|
|
140
|
+
readonly type: "function";
|
|
141
|
+
}, {
|
|
142
|
+
readonly inputs: readonly [];
|
|
143
|
+
readonly name: "getReportCheckerData";
|
|
144
|
+
readonly outputs: readonly [{
|
|
145
|
+
readonly internalType: "bytes32";
|
|
146
|
+
readonly name: "";
|
|
147
|
+
readonly type: "bytes32";
|
|
148
|
+
}, {
|
|
149
|
+
readonly internalType: "string";
|
|
150
|
+
readonly name: "";
|
|
151
|
+
readonly type: "string";
|
|
152
|
+
}];
|
|
153
|
+
readonly stateMutability: "view";
|
|
154
|
+
readonly type: "function";
|
|
155
|
+
}, {
|
|
156
|
+
readonly inputs: readonly [{
|
|
157
|
+
readonly internalType: "bytes32";
|
|
158
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
159
|
+
readonly type: "bytes32";
|
|
160
|
+
}, {
|
|
161
|
+
readonly internalType: "string";
|
|
162
|
+
readonly name: "_vaultsDataTreeCid";
|
|
163
|
+
readonly type: "string";
|
|
164
|
+
}];
|
|
165
|
+
readonly name: "updateReportCheckerData";
|
|
166
|
+
readonly outputs: readonly [];
|
|
167
|
+
readonly stateMutability: "nonpayable";
|
|
168
|
+
readonly type: "function";
|
|
169
|
+
}], "getReportCheckerData", readonly []>, "address" | "args" | "abi" | "functionName">> | undefined) => Promise<readonly [`0x${string}`, string]>;
|
|
170
|
+
};
|
|
171
|
+
estimateGas: {
|
|
172
|
+
updateReportCheckerData: (args: readonly [`0x${string}`, string], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
173
|
+
readonly inputs: readonly [];
|
|
174
|
+
readonly stateMutability: "nonpayable";
|
|
175
|
+
readonly type: "constructor";
|
|
176
|
+
}, {
|
|
177
|
+
readonly inputs: readonly [{
|
|
178
|
+
readonly internalType: "bytes32";
|
|
179
|
+
readonly name: "leaf";
|
|
180
|
+
readonly type: "bytes32";
|
|
181
|
+
}, {
|
|
182
|
+
readonly internalType: "bytes32";
|
|
183
|
+
readonly name: "root";
|
|
184
|
+
readonly type: "bytes32";
|
|
185
|
+
}];
|
|
186
|
+
readonly name: "InvalidProof";
|
|
187
|
+
readonly type: "error";
|
|
188
|
+
}, {
|
|
189
|
+
readonly inputs: readonly [{
|
|
190
|
+
readonly internalType: "string";
|
|
191
|
+
readonly name: "argName";
|
|
192
|
+
readonly type: "string";
|
|
193
|
+
}];
|
|
194
|
+
readonly name: "ZeroArgument";
|
|
195
|
+
readonly type: "error";
|
|
196
|
+
}, {
|
|
197
|
+
readonly inputs: readonly [{
|
|
198
|
+
readonly internalType: "address";
|
|
199
|
+
readonly name: "_vault";
|
|
200
|
+
readonly type: "address";
|
|
201
|
+
}, {
|
|
202
|
+
readonly internalType: "uint256";
|
|
203
|
+
readonly name: "_valuation";
|
|
204
|
+
readonly type: "uint256";
|
|
205
|
+
}, {
|
|
206
|
+
readonly internalType: "int256";
|
|
207
|
+
readonly name: "_inOutDelta";
|
|
208
|
+
readonly type: "int256";
|
|
209
|
+
}, {
|
|
210
|
+
readonly internalType: "uint256";
|
|
211
|
+
readonly name: "_fees";
|
|
212
|
+
readonly type: "uint256";
|
|
213
|
+
}, {
|
|
214
|
+
readonly internalType: "uint256";
|
|
215
|
+
readonly name: "_sharesMinted";
|
|
216
|
+
readonly type: "uint256";
|
|
217
|
+
}, {
|
|
218
|
+
readonly internalType: "bytes32[]";
|
|
219
|
+
readonly name: "_proof";
|
|
220
|
+
readonly type: "bytes32[]";
|
|
221
|
+
}];
|
|
222
|
+
readonly name: "checkReport";
|
|
223
|
+
readonly outputs: readonly [];
|
|
224
|
+
readonly stateMutability: "view";
|
|
225
|
+
readonly type: "function";
|
|
226
|
+
}, {
|
|
227
|
+
readonly inputs: readonly [];
|
|
228
|
+
readonly name: "getReportCheckerData";
|
|
229
|
+
readonly outputs: readonly [{
|
|
230
|
+
readonly internalType: "bytes32";
|
|
231
|
+
readonly name: "";
|
|
232
|
+
readonly type: "bytes32";
|
|
233
|
+
}, {
|
|
234
|
+
readonly internalType: "string";
|
|
235
|
+
readonly name: "";
|
|
236
|
+
readonly type: "string";
|
|
237
|
+
}];
|
|
238
|
+
readonly stateMutability: "view";
|
|
239
|
+
readonly type: "function";
|
|
240
|
+
}, {
|
|
241
|
+
readonly inputs: readonly [{
|
|
242
|
+
readonly internalType: "bytes32";
|
|
243
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
244
|
+
readonly type: "bytes32";
|
|
245
|
+
}, {
|
|
246
|
+
readonly internalType: "string";
|
|
247
|
+
readonly name: "_vaultsDataTreeCid";
|
|
248
|
+
readonly type: "string";
|
|
249
|
+
}];
|
|
250
|
+
readonly name: "updateReportCheckerData";
|
|
251
|
+
readonly outputs: readonly [];
|
|
252
|
+
readonly stateMutability: "nonpayable";
|
|
253
|
+
readonly type: "function";
|
|
254
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain>, "address" | "args" | "abi" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
255
|
+
} & {
|
|
256
|
+
updateReportCheckerData: (args: readonly [`0x${string}`, string], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
257
|
+
readonly inputs: readonly [];
|
|
258
|
+
readonly stateMutability: "nonpayable";
|
|
259
|
+
readonly type: "constructor";
|
|
260
|
+
}, {
|
|
261
|
+
readonly inputs: readonly [{
|
|
262
|
+
readonly internalType: "bytes32";
|
|
263
|
+
readonly name: "leaf";
|
|
264
|
+
readonly type: "bytes32";
|
|
265
|
+
}, {
|
|
266
|
+
readonly internalType: "bytes32";
|
|
267
|
+
readonly name: "root";
|
|
268
|
+
readonly type: "bytes32";
|
|
269
|
+
}];
|
|
270
|
+
readonly name: "InvalidProof";
|
|
271
|
+
readonly type: "error";
|
|
272
|
+
}, {
|
|
273
|
+
readonly inputs: readonly [{
|
|
274
|
+
readonly internalType: "string";
|
|
275
|
+
readonly name: "argName";
|
|
276
|
+
readonly type: "string";
|
|
277
|
+
}];
|
|
278
|
+
readonly name: "ZeroArgument";
|
|
279
|
+
readonly type: "error";
|
|
280
|
+
}, {
|
|
281
|
+
readonly inputs: readonly [{
|
|
282
|
+
readonly internalType: "address";
|
|
283
|
+
readonly name: "_vault";
|
|
284
|
+
readonly type: "address";
|
|
285
|
+
}, {
|
|
286
|
+
readonly internalType: "uint256";
|
|
287
|
+
readonly name: "_valuation";
|
|
288
|
+
readonly type: "uint256";
|
|
289
|
+
}, {
|
|
290
|
+
readonly internalType: "int256";
|
|
291
|
+
readonly name: "_inOutDelta";
|
|
292
|
+
readonly type: "int256";
|
|
293
|
+
}, {
|
|
294
|
+
readonly internalType: "uint256";
|
|
295
|
+
readonly name: "_fees";
|
|
296
|
+
readonly type: "uint256";
|
|
297
|
+
}, {
|
|
298
|
+
readonly internalType: "uint256";
|
|
299
|
+
readonly name: "_sharesMinted";
|
|
300
|
+
readonly type: "uint256";
|
|
301
|
+
}, {
|
|
302
|
+
readonly internalType: "bytes32[]";
|
|
303
|
+
readonly name: "_proof";
|
|
304
|
+
readonly type: "bytes32[]";
|
|
305
|
+
}];
|
|
306
|
+
readonly name: "checkReport";
|
|
307
|
+
readonly outputs: readonly [];
|
|
308
|
+
readonly stateMutability: "view";
|
|
309
|
+
readonly type: "function";
|
|
310
|
+
}, {
|
|
311
|
+
readonly inputs: readonly [];
|
|
312
|
+
readonly name: "getReportCheckerData";
|
|
313
|
+
readonly outputs: readonly [{
|
|
314
|
+
readonly internalType: "bytes32";
|
|
315
|
+
readonly name: "";
|
|
316
|
+
readonly type: "bytes32";
|
|
317
|
+
}, {
|
|
318
|
+
readonly internalType: "string";
|
|
319
|
+
readonly name: "";
|
|
320
|
+
readonly type: "string";
|
|
321
|
+
}];
|
|
322
|
+
readonly stateMutability: "view";
|
|
323
|
+
readonly type: "function";
|
|
324
|
+
}, {
|
|
325
|
+
readonly inputs: readonly [{
|
|
326
|
+
readonly internalType: "bytes32";
|
|
327
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
328
|
+
readonly type: "bytes32";
|
|
329
|
+
}, {
|
|
330
|
+
readonly internalType: "string";
|
|
331
|
+
readonly name: "_vaultsDataTreeCid";
|
|
332
|
+
readonly type: "string";
|
|
333
|
+
}];
|
|
334
|
+
readonly name: "updateReportCheckerData";
|
|
335
|
+
readonly outputs: readonly [];
|
|
336
|
+
readonly stateMutability: "nonpayable";
|
|
337
|
+
readonly type: "function";
|
|
338
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain>, "address" | "args" | "abi" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
339
|
+
};
|
|
340
|
+
simulate: {
|
|
341
|
+
updateReportCheckerData: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | Address | undefined = undefined>(args: readonly [`0x${string}`, string], options?: Omit<import("viem").SimulateContractParameters<readonly [{
|
|
342
|
+
readonly inputs: readonly [];
|
|
343
|
+
readonly stateMutability: "nonpayable";
|
|
344
|
+
readonly type: "constructor";
|
|
345
|
+
}, {
|
|
346
|
+
readonly inputs: readonly [{
|
|
347
|
+
readonly internalType: "bytes32";
|
|
348
|
+
readonly name: "leaf";
|
|
349
|
+
readonly type: "bytes32";
|
|
350
|
+
}, {
|
|
351
|
+
readonly internalType: "bytes32";
|
|
352
|
+
readonly name: "root";
|
|
353
|
+
readonly type: "bytes32";
|
|
354
|
+
}];
|
|
355
|
+
readonly name: "InvalidProof";
|
|
356
|
+
readonly type: "error";
|
|
357
|
+
}, {
|
|
358
|
+
readonly inputs: readonly [{
|
|
359
|
+
readonly internalType: "string";
|
|
360
|
+
readonly name: "argName";
|
|
361
|
+
readonly type: "string";
|
|
362
|
+
}];
|
|
363
|
+
readonly name: "ZeroArgument";
|
|
364
|
+
readonly type: "error";
|
|
365
|
+
}, {
|
|
366
|
+
readonly inputs: readonly [{
|
|
367
|
+
readonly internalType: "address";
|
|
368
|
+
readonly name: "_vault";
|
|
369
|
+
readonly type: "address";
|
|
370
|
+
}, {
|
|
371
|
+
readonly internalType: "uint256";
|
|
372
|
+
readonly name: "_valuation";
|
|
373
|
+
readonly type: "uint256";
|
|
374
|
+
}, {
|
|
375
|
+
readonly internalType: "int256";
|
|
376
|
+
readonly name: "_inOutDelta";
|
|
377
|
+
readonly type: "int256";
|
|
378
|
+
}, {
|
|
379
|
+
readonly internalType: "uint256";
|
|
380
|
+
readonly name: "_fees";
|
|
381
|
+
readonly type: "uint256";
|
|
382
|
+
}, {
|
|
383
|
+
readonly internalType: "uint256";
|
|
384
|
+
readonly name: "_sharesMinted";
|
|
385
|
+
readonly type: "uint256";
|
|
386
|
+
}, {
|
|
387
|
+
readonly internalType: "bytes32[]";
|
|
388
|
+
readonly name: "_proof";
|
|
389
|
+
readonly type: "bytes32[]";
|
|
390
|
+
}];
|
|
391
|
+
readonly name: "checkReport";
|
|
392
|
+
readonly outputs: readonly [];
|
|
393
|
+
readonly stateMutability: "view";
|
|
394
|
+
readonly type: "function";
|
|
395
|
+
}, {
|
|
396
|
+
readonly inputs: readonly [];
|
|
397
|
+
readonly name: "getReportCheckerData";
|
|
398
|
+
readonly outputs: readonly [{
|
|
399
|
+
readonly internalType: "bytes32";
|
|
400
|
+
readonly name: "";
|
|
401
|
+
readonly type: "bytes32";
|
|
402
|
+
}, {
|
|
403
|
+
readonly internalType: "string";
|
|
404
|
+
readonly name: "";
|
|
405
|
+
readonly type: "string";
|
|
406
|
+
}];
|
|
407
|
+
readonly stateMutability: "view";
|
|
408
|
+
readonly type: "function";
|
|
409
|
+
}, {
|
|
410
|
+
readonly inputs: readonly [{
|
|
411
|
+
readonly internalType: "bytes32";
|
|
412
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
413
|
+
readonly type: "bytes32";
|
|
414
|
+
}, {
|
|
415
|
+
readonly internalType: "string";
|
|
416
|
+
readonly name: "_vaultsDataTreeCid";
|
|
417
|
+
readonly type: "string";
|
|
418
|
+
}];
|
|
419
|
+
readonly name: "updateReportCheckerData";
|
|
420
|
+
readonly outputs: readonly [];
|
|
421
|
+
readonly stateMutability: "nonpayable";
|
|
422
|
+
readonly type: "function";
|
|
423
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain, chainOverride, accountOverride>, "address" | "args" | "abi" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
424
|
+
readonly inputs: readonly [];
|
|
425
|
+
readonly stateMutability: "nonpayable";
|
|
426
|
+
readonly type: "constructor";
|
|
427
|
+
}, {
|
|
428
|
+
readonly inputs: readonly [{
|
|
429
|
+
readonly internalType: "bytes32";
|
|
430
|
+
readonly name: "leaf";
|
|
431
|
+
readonly type: "bytes32";
|
|
432
|
+
}, {
|
|
433
|
+
readonly internalType: "bytes32";
|
|
434
|
+
readonly name: "root";
|
|
435
|
+
readonly type: "bytes32";
|
|
436
|
+
}];
|
|
437
|
+
readonly name: "InvalidProof";
|
|
438
|
+
readonly type: "error";
|
|
439
|
+
}, {
|
|
440
|
+
readonly inputs: readonly [{
|
|
441
|
+
readonly internalType: "string";
|
|
442
|
+
readonly name: "argName";
|
|
443
|
+
readonly type: "string";
|
|
444
|
+
}];
|
|
445
|
+
readonly name: "ZeroArgument";
|
|
446
|
+
readonly type: "error";
|
|
447
|
+
}, {
|
|
448
|
+
readonly inputs: readonly [{
|
|
449
|
+
readonly internalType: "address";
|
|
450
|
+
readonly name: "_vault";
|
|
451
|
+
readonly type: "address";
|
|
452
|
+
}, {
|
|
453
|
+
readonly internalType: "uint256";
|
|
454
|
+
readonly name: "_valuation";
|
|
455
|
+
readonly type: "uint256";
|
|
456
|
+
}, {
|
|
457
|
+
readonly internalType: "int256";
|
|
458
|
+
readonly name: "_inOutDelta";
|
|
459
|
+
readonly type: "int256";
|
|
460
|
+
}, {
|
|
461
|
+
readonly internalType: "uint256";
|
|
462
|
+
readonly name: "_fees";
|
|
463
|
+
readonly type: "uint256";
|
|
464
|
+
}, {
|
|
465
|
+
readonly internalType: "uint256";
|
|
466
|
+
readonly name: "_sharesMinted";
|
|
467
|
+
readonly type: "uint256";
|
|
468
|
+
}, {
|
|
469
|
+
readonly internalType: "bytes32[]";
|
|
470
|
+
readonly name: "_proof";
|
|
471
|
+
readonly type: "bytes32[]";
|
|
472
|
+
}];
|
|
473
|
+
readonly name: "checkReport";
|
|
474
|
+
readonly outputs: readonly [];
|
|
475
|
+
readonly stateMutability: "view";
|
|
476
|
+
readonly type: "function";
|
|
477
|
+
}, {
|
|
478
|
+
readonly inputs: readonly [];
|
|
479
|
+
readonly name: "getReportCheckerData";
|
|
480
|
+
readonly outputs: readonly [{
|
|
481
|
+
readonly internalType: "bytes32";
|
|
482
|
+
readonly name: "";
|
|
483
|
+
readonly type: "bytes32";
|
|
484
|
+
}, {
|
|
485
|
+
readonly internalType: "string";
|
|
486
|
+
readonly name: "";
|
|
487
|
+
readonly type: "string";
|
|
488
|
+
}];
|
|
489
|
+
readonly stateMutability: "view";
|
|
490
|
+
readonly type: "function";
|
|
491
|
+
}, {
|
|
492
|
+
readonly inputs: readonly [{
|
|
493
|
+
readonly internalType: "bytes32";
|
|
494
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
495
|
+
readonly type: "bytes32";
|
|
496
|
+
}, {
|
|
497
|
+
readonly internalType: "string";
|
|
498
|
+
readonly name: "_vaultsDataTreeCid";
|
|
499
|
+
readonly type: "string";
|
|
500
|
+
}];
|
|
501
|
+
readonly name: "updateReportCheckerData";
|
|
502
|
+
readonly outputs: readonly [];
|
|
503
|
+
readonly stateMutability: "nonpayable";
|
|
504
|
+
readonly type: "function";
|
|
505
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain, undefined, chainOverride, accountOverride>>;
|
|
506
|
+
};
|
|
507
|
+
write: {
|
|
508
|
+
updateReportCheckerData: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
509
|
+
readonly inputs: readonly [];
|
|
510
|
+
readonly stateMutability: "nonpayable";
|
|
511
|
+
readonly type: "constructor";
|
|
512
|
+
}, {
|
|
513
|
+
readonly inputs: readonly [{
|
|
514
|
+
readonly internalType: "bytes32";
|
|
515
|
+
readonly name: "leaf";
|
|
516
|
+
readonly type: "bytes32";
|
|
517
|
+
}, {
|
|
518
|
+
readonly internalType: "bytes32";
|
|
519
|
+
readonly name: "root";
|
|
520
|
+
readonly type: "bytes32";
|
|
521
|
+
}];
|
|
522
|
+
readonly name: "InvalidProof";
|
|
523
|
+
readonly type: "error";
|
|
524
|
+
}, {
|
|
525
|
+
readonly inputs: readonly [{
|
|
526
|
+
readonly internalType: "string";
|
|
527
|
+
readonly name: "argName";
|
|
528
|
+
readonly type: "string";
|
|
529
|
+
}];
|
|
530
|
+
readonly name: "ZeroArgument";
|
|
531
|
+
readonly type: "error";
|
|
532
|
+
}, {
|
|
533
|
+
readonly inputs: readonly [{
|
|
534
|
+
readonly internalType: "address";
|
|
535
|
+
readonly name: "_vault";
|
|
536
|
+
readonly type: "address";
|
|
537
|
+
}, {
|
|
538
|
+
readonly internalType: "uint256";
|
|
539
|
+
readonly name: "_valuation";
|
|
540
|
+
readonly type: "uint256";
|
|
541
|
+
}, {
|
|
542
|
+
readonly internalType: "int256";
|
|
543
|
+
readonly name: "_inOutDelta";
|
|
544
|
+
readonly type: "int256";
|
|
545
|
+
}, {
|
|
546
|
+
readonly internalType: "uint256";
|
|
547
|
+
readonly name: "_fees";
|
|
548
|
+
readonly type: "uint256";
|
|
549
|
+
}, {
|
|
550
|
+
readonly internalType: "uint256";
|
|
551
|
+
readonly name: "_sharesMinted";
|
|
552
|
+
readonly type: "uint256";
|
|
553
|
+
}, {
|
|
554
|
+
readonly internalType: "bytes32[]";
|
|
555
|
+
readonly name: "_proof";
|
|
556
|
+
readonly type: "bytes32[]";
|
|
557
|
+
}];
|
|
558
|
+
readonly name: "checkReport";
|
|
559
|
+
readonly outputs: readonly [];
|
|
560
|
+
readonly stateMutability: "view";
|
|
561
|
+
readonly type: "function";
|
|
562
|
+
}, {
|
|
563
|
+
readonly inputs: readonly [];
|
|
564
|
+
readonly name: "getReportCheckerData";
|
|
565
|
+
readonly outputs: readonly [{
|
|
566
|
+
readonly internalType: "bytes32";
|
|
567
|
+
readonly name: "";
|
|
568
|
+
readonly type: "bytes32";
|
|
569
|
+
}, {
|
|
570
|
+
readonly internalType: "string";
|
|
571
|
+
readonly name: "";
|
|
572
|
+
readonly type: "string";
|
|
573
|
+
}];
|
|
574
|
+
readonly stateMutability: "view";
|
|
575
|
+
readonly type: "function";
|
|
576
|
+
}, {
|
|
577
|
+
readonly inputs: readonly [{
|
|
578
|
+
readonly internalType: "bytes32";
|
|
579
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
580
|
+
readonly type: "bytes32";
|
|
581
|
+
}, {
|
|
582
|
+
readonly internalType: "string";
|
|
583
|
+
readonly name: "_vaultsDataTreeCid";
|
|
584
|
+
readonly type: "string";
|
|
585
|
+
}];
|
|
586
|
+
readonly name: "updateReportCheckerData";
|
|
587
|
+
readonly outputs: readonly [];
|
|
588
|
+
readonly stateMutability: "nonpayable";
|
|
589
|
+
readonly type: "function";
|
|
590
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain, undefined, chainOverride>, "address" | "args" | "abi" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
591
|
+
readonly inputs: readonly [];
|
|
592
|
+
readonly stateMutability: "nonpayable";
|
|
593
|
+
readonly type: "constructor";
|
|
594
|
+
}, {
|
|
595
|
+
readonly inputs: readonly [{
|
|
596
|
+
readonly internalType: "bytes32";
|
|
597
|
+
readonly name: "leaf";
|
|
598
|
+
readonly type: "bytes32";
|
|
599
|
+
}, {
|
|
600
|
+
readonly internalType: "bytes32";
|
|
601
|
+
readonly name: "root";
|
|
602
|
+
readonly type: "bytes32";
|
|
603
|
+
}];
|
|
604
|
+
readonly name: "InvalidProof";
|
|
605
|
+
readonly type: "error";
|
|
606
|
+
}, {
|
|
607
|
+
readonly inputs: readonly [{
|
|
608
|
+
readonly internalType: "string";
|
|
609
|
+
readonly name: "argName";
|
|
610
|
+
readonly type: "string";
|
|
611
|
+
}];
|
|
612
|
+
readonly name: "ZeroArgument";
|
|
613
|
+
readonly type: "error";
|
|
614
|
+
}, {
|
|
615
|
+
readonly inputs: readonly [{
|
|
616
|
+
readonly internalType: "address";
|
|
617
|
+
readonly name: "_vault";
|
|
618
|
+
readonly type: "address";
|
|
619
|
+
}, {
|
|
620
|
+
readonly internalType: "uint256";
|
|
621
|
+
readonly name: "_valuation";
|
|
622
|
+
readonly type: "uint256";
|
|
623
|
+
}, {
|
|
624
|
+
readonly internalType: "int256";
|
|
625
|
+
readonly name: "_inOutDelta";
|
|
626
|
+
readonly type: "int256";
|
|
627
|
+
}, {
|
|
628
|
+
readonly internalType: "uint256";
|
|
629
|
+
readonly name: "_fees";
|
|
630
|
+
readonly type: "uint256";
|
|
631
|
+
}, {
|
|
632
|
+
readonly internalType: "uint256";
|
|
633
|
+
readonly name: "_sharesMinted";
|
|
634
|
+
readonly type: "uint256";
|
|
635
|
+
}, {
|
|
636
|
+
readonly internalType: "bytes32[]";
|
|
637
|
+
readonly name: "_proof";
|
|
638
|
+
readonly type: "bytes32[]";
|
|
639
|
+
}];
|
|
640
|
+
readonly name: "checkReport";
|
|
641
|
+
readonly outputs: readonly [];
|
|
642
|
+
readonly stateMutability: "view";
|
|
643
|
+
readonly type: "function";
|
|
644
|
+
}, {
|
|
645
|
+
readonly inputs: readonly [];
|
|
646
|
+
readonly name: "getReportCheckerData";
|
|
647
|
+
readonly outputs: readonly [{
|
|
648
|
+
readonly internalType: "bytes32";
|
|
649
|
+
readonly name: "";
|
|
650
|
+
readonly type: "bytes32";
|
|
651
|
+
}, {
|
|
652
|
+
readonly internalType: "string";
|
|
653
|
+
readonly name: "";
|
|
654
|
+
readonly type: "string";
|
|
655
|
+
}];
|
|
656
|
+
readonly stateMutability: "view";
|
|
657
|
+
readonly type: "function";
|
|
658
|
+
}, {
|
|
659
|
+
readonly inputs: readonly [{
|
|
660
|
+
readonly internalType: "bytes32";
|
|
661
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
662
|
+
readonly type: "bytes32";
|
|
663
|
+
}, {
|
|
664
|
+
readonly internalType: "string";
|
|
665
|
+
readonly name: "_vaultsDataTreeCid";
|
|
666
|
+
readonly type: "string";
|
|
667
|
+
}];
|
|
668
|
+
readonly name: "updateReportCheckerData";
|
|
669
|
+
readonly outputs: readonly [];
|
|
670
|
+
readonly stateMutability: "nonpayable";
|
|
671
|
+
readonly type: "function";
|
|
672
|
+
}], "updateReportCheckerData", readonly [`0x${string}`, string], import("viem").Chain, undefined, chainOverride>, "address" | "args" | "abi" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, string], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
673
|
+
};
|
|
674
|
+
address: `0x${string}`;
|
|
675
|
+
abi: readonly [{
|
|
676
|
+
readonly inputs: readonly [];
|
|
677
|
+
readonly stateMutability: "nonpayable";
|
|
678
|
+
readonly type: "constructor";
|
|
679
|
+
}, {
|
|
680
|
+
readonly inputs: readonly [{
|
|
681
|
+
readonly internalType: "bytes32";
|
|
682
|
+
readonly name: "leaf";
|
|
683
|
+
readonly type: "bytes32";
|
|
684
|
+
}, {
|
|
685
|
+
readonly internalType: "bytes32";
|
|
686
|
+
readonly name: "root";
|
|
687
|
+
readonly type: "bytes32";
|
|
688
|
+
}];
|
|
689
|
+
readonly name: "InvalidProof";
|
|
690
|
+
readonly type: "error";
|
|
691
|
+
}, {
|
|
692
|
+
readonly inputs: readonly [{
|
|
693
|
+
readonly internalType: "string";
|
|
694
|
+
readonly name: "argName";
|
|
695
|
+
readonly type: "string";
|
|
696
|
+
}];
|
|
697
|
+
readonly name: "ZeroArgument";
|
|
698
|
+
readonly type: "error";
|
|
699
|
+
}, {
|
|
700
|
+
readonly inputs: readonly [{
|
|
701
|
+
readonly internalType: "address";
|
|
702
|
+
readonly name: "_vault";
|
|
703
|
+
readonly type: "address";
|
|
704
|
+
}, {
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "_valuation";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}, {
|
|
709
|
+
readonly internalType: "int256";
|
|
710
|
+
readonly name: "_inOutDelta";
|
|
711
|
+
readonly type: "int256";
|
|
712
|
+
}, {
|
|
713
|
+
readonly internalType: "uint256";
|
|
714
|
+
readonly name: "_fees";
|
|
715
|
+
readonly type: "uint256";
|
|
716
|
+
}, {
|
|
717
|
+
readonly internalType: "uint256";
|
|
718
|
+
readonly name: "_sharesMinted";
|
|
719
|
+
readonly type: "uint256";
|
|
720
|
+
}, {
|
|
721
|
+
readonly internalType: "bytes32[]";
|
|
722
|
+
readonly name: "_proof";
|
|
723
|
+
readonly type: "bytes32[]";
|
|
724
|
+
}];
|
|
725
|
+
readonly name: "checkReport";
|
|
726
|
+
readonly outputs: readonly [];
|
|
727
|
+
readonly stateMutability: "view";
|
|
728
|
+
readonly type: "function";
|
|
729
|
+
}, {
|
|
730
|
+
readonly inputs: readonly [];
|
|
731
|
+
readonly name: "getReportCheckerData";
|
|
732
|
+
readonly outputs: readonly [{
|
|
733
|
+
readonly internalType: "bytes32";
|
|
734
|
+
readonly name: "";
|
|
735
|
+
readonly type: "bytes32";
|
|
736
|
+
}, {
|
|
737
|
+
readonly internalType: "string";
|
|
738
|
+
readonly name: "";
|
|
739
|
+
readonly type: "string";
|
|
740
|
+
}];
|
|
741
|
+
readonly stateMutability: "view";
|
|
742
|
+
readonly type: "function";
|
|
743
|
+
}, {
|
|
744
|
+
readonly inputs: readonly [{
|
|
745
|
+
readonly internalType: "bytes32";
|
|
746
|
+
readonly name: "_vaultsDataTreeRoot";
|
|
747
|
+
readonly type: "bytes32";
|
|
748
|
+
}, {
|
|
749
|
+
readonly internalType: "string";
|
|
750
|
+
readonly name: "_vaultsDataTreeCid";
|
|
751
|
+
readonly type: "string";
|
|
752
|
+
}];
|
|
753
|
+
readonly name: "updateReportCheckerData";
|
|
754
|
+
readonly outputs: readonly [];
|
|
755
|
+
readonly stateMutability: "nonpayable";
|
|
756
|
+
readonly type: "function";
|
|
757
|
+
}];
|
|
758
|
+
};
|