@dodoex/dodo-contract-request 1.32.0 → 1.34.0
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/.cache/contract-info/CP.json +1 -1
- package/CHANGELOG.md +14 -0
- package/contract-config/eni.json +65 -0
- package/contract-config/eth.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/eni.d.ts +29 -0
- package/dist/types/config/index.d.ts +2 -0
- package/dist/types/contract/AlgebraPool.d.ts +15 -15
- package/dist/types/contract/BuyoutModel.d.ts +6 -6
- package/dist/types/contract/CP.d.ts +187 -14
- package/dist/types/contract/CloneFactory.d.ts +1 -1
- package/dist/types/contract/CrowdPoolingFactory.d.ts +12 -12
- package/dist/types/contract/CustomERC20.d.ts +9 -9
- package/dist/types/contract/CustomMintableERC20.d.ts +11 -11
- package/dist/types/contract/D3Proxy.d.ts +9 -9
- package/dist/types/contract/D3Vault.d.ts +36 -36
- package/dist/types/contract/DODOApprove.d.ts +8 -8
- package/dist/types/contract/DODOApproveProxy.d.ts +9 -9
- package/dist/types/contract/DODOCalleeHelper.d.ts +4 -4
- package/dist/types/contract/DODOCirculationHelper.d.ts +5 -5
- package/dist/types/contract/DODOCpProxy.d.ts +2 -2
- package/dist/types/contract/DODOCpProxyWithoutGlobalQuota.d.ts +2 -2
- package/dist/types/contract/DODODppProxy.d.ts +2 -2
- package/dist/types/contract/DODODspProxy.d.ts +3 -3
- package/dist/types/contract/DODODspProxyWithoutGSP.d.ts +2 -2
- package/dist/types/contract/DODOFeeRouteProxy1.d.ts +13 -13
- package/dist/types/contract/DODOFeeRouteProxy2.d.ts +13 -13
- package/dist/types/contract/DODOIncentive.d.ts +9 -9
- package/dist/types/contract/DODOMineV2Factory.d.ts +8 -8
- package/dist/types/contract/DODOMineV3Proxy.d.ts +7 -7
- package/dist/types/contract/DODOMineV3ProxyWithoutPlatform.d.ts +7 -7
- package/dist/types/contract/DODOMineV3Registry.d.ts +7 -7
- package/dist/types/contract/DODONFT.d.ts +11 -11
- package/dist/types/contract/DODONFT1155.d.ts +8 -8
- package/dist/types/contract/DODONFTApprove.d.ts +11 -11
- package/dist/types/contract/DODONFTPoolProxy.d.ts +14 -14
- package/dist/types/contract/DODONFTProxy.d.ts +12 -12
- package/dist/types/contract/DODONFTRegistry.d.ts +7 -7
- package/dist/types/contract/DODOStarterProxy.d.ts +1 -1
- package/dist/types/contract/DODOV1.d.ts +35 -35
- package/dist/types/contract/DODOV1Adapter.d.ts +2 -2
- package/dist/types/contract/DODOV1Proxy.d.ts +7 -7
- package/dist/types/contract/DODOV2Adapter.d.ts +2 -2
- package/dist/types/contract/DODOV2Proxy02.d.ts +19 -19
- package/dist/types/contract/DPPAdvanced.d.ts +10 -10
- package/dist/types/contract/DPPAdvancedAdmin.d.ts +9 -9
- package/dist/types/contract/DPPFactory.d.ts +13 -13
- package/dist/types/contract/DSP.d.ts +11 -11
- package/dist/types/contract/DSPFactory.d.ts +7 -7
- package/dist/types/contract/DVM.d.ts +11 -11
- package/dist/types/contract/DVMFactory.d.ts +7 -7
- package/dist/types/contract/ERC20.d.ts +5 -5
- package/dist/types/contract/ERC20MineV2.d.ts +13 -13
- package/dist/types/contract/ERC20MineV3.d.ts +13 -13
- package/dist/types/contract/ERC20V3Factory.d.ts +11 -11
- package/dist/types/contract/FeeRateDIP3Impl.d.ts +11 -11
- package/dist/types/contract/FeeRateModel.d.ts +4 -4
- package/dist/types/contract/GSP.d.ts +19 -19
- package/dist/types/contract/GSPFactory.d.ts +8 -8
- package/dist/types/contract/InitializableERC20.d.ts +4 -4
- package/dist/types/contract/LimitOrder.d.ts +11 -11
- package/dist/types/contract/LimitOrderBot.d.ts +9 -9
- package/dist/types/contract/LockedTokenVault.d.ts +9 -9
- package/dist/types/contract/MerkleDistributor.d.ts +1 -1
- package/dist/types/contract/Multicall.d.ts +1 -1
- package/dist/types/contract/MulticallWithValid.d.ts +1 -1
- package/dist/types/contract/NonfungiblePositionManager.d.ts +21 -21
- package/dist/types/contract/NonfungiblePositionManagerAlgebra.d.ts +24 -24
- package/dist/types/contract/PermissionManager.d.ts +9 -9
- package/dist/types/contract/UniswapV2Factory.d.ts +4 -4
- package/dist/types/contract/UniswapV2FactoryFixedFee.d.ts +3 -3
- package/dist/types/contract/UniswapV2Pair.d.ts +12 -12
- package/dist/types/contract/UniswapV2Router02.d.ts +17 -17
- package/dist/types/contract/UniswapV2Router02FixedFee.d.ts +17 -17
- package/dist/types/contract/UniswapV3Factory.d.ts +3 -3
- package/dist/types/contract/dodoTeam.d.ts +16 -16
- package/dist/types/contract/vDODOToken.d.ts +16 -16
- package/dist/types/contractRequests.d.ts +1 -1
- package/package.json +1 -1
- package/src/config/eni.ts +4 -0
- package/src/config/index.ts +5 -1
- package/src/contract/CP.ts +286 -10
- package/src/contract/CrowdPoolingFactory.ts +1 -1
- package/src/contract/DODOApprove.ts +1 -1
- package/src/contract/DODOApproveProxy.ts +1 -1
- package/src/contract/DODOCalleeHelper.ts +1 -1
- package/src/contract/DODOCpProxy.ts +1 -1
- package/src/contract/DODODppProxy.ts +1 -1
- package/src/contract/DODODspProxy.ts +1 -1
- package/src/contract/DODOFeeRouteProxy1.ts +1 -1
- package/src/contract/DODOFeeRouteProxy2.ts +1 -1
- package/src/contract/DODOMineV2Factory.ts +1 -1
- package/src/contract/DODOMineV3Proxy.ts +1 -1
- package/src/contract/DODOMineV3Registry.ts +1 -1
- package/src/contract/DODOSellHelper.ts +1 -1
- package/src/contract/DODOSwapCalcHelper.ts +1 -1
- package/src/contract/DODOV1PmmHelper.ts +1 -1
- package/src/contract/DODOV2Adapter.ts +1 -1
- package/src/contract/DODOV2Proxy02.ts +1 -1
- package/src/contract/DODOV2RouteHelper.ts +1 -1
- package/src/contract/DPPFactory.ts +1 -1
- package/src/contract/DSPFactory.ts +1 -1
- package/src/contract/DVMFactory.ts +1 -1
- package/src/contract/ERC20Helper.ts +1 -1
- package/src/contract/ERC20V3Factory.ts +1 -1
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/Multicall.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
|
@@ -138,26 +138,26 @@ export declare function getFetchCustomERC20TradeFeeRatioQueryOptions(chainId: nu
|
|
|
138
138
|
* @param {string} zeroAddress - address
|
|
139
139
|
* @returns {string} encode data
|
|
140
140
|
*/
|
|
141
|
-
export declare function encodeCustomERC20AbandonOwnership(zeroAddress: string):
|
|
141
|
+
export declare function encodeCustomERC20AbandonOwnership(zeroAddress: string): any;
|
|
142
142
|
/**
|
|
143
143
|
* encode approve
|
|
144
144
|
* @param {string} spender - address
|
|
145
145
|
* @param {string | number} amount - uint256
|
|
146
146
|
* @returns {string} encode data
|
|
147
147
|
*/
|
|
148
|
-
export declare function encodeCustomERC20Approve(spender: string, amount: string | number):
|
|
148
|
+
export declare function encodeCustomERC20Approve(spender: string, amount: string | number): any;
|
|
149
149
|
/**
|
|
150
150
|
* encode changeTeamAccount
|
|
151
151
|
* @param {string} newTeam - address
|
|
152
152
|
* @returns {string} encode data
|
|
153
153
|
*/
|
|
154
|
-
export declare function encodeCustomERC20ChangeTeamAccount(newTeam: string):
|
|
154
|
+
export declare function encodeCustomERC20ChangeTeamAccount(newTeam: string): any;
|
|
155
155
|
/**
|
|
156
156
|
* encode claimOwnership
|
|
157
157
|
|
|
158
158
|
* @returns {string} encode data
|
|
159
159
|
*/
|
|
160
|
-
export declare function encodeCustomERC20ClaimOwnership():
|
|
160
|
+
export declare function encodeCustomERC20ClaimOwnership(): any;
|
|
161
161
|
/**
|
|
162
162
|
* encode init
|
|
163
163
|
* @param {string} _creator - address
|
|
@@ -170,20 +170,20 @@ export declare function encodeCustomERC20ClaimOwnership(): string;
|
|
|
170
170
|
* @param {string} _team - address
|
|
171
171
|
* @returns {string} encode data
|
|
172
172
|
*/
|
|
173
|
-
export declare function encodeCustomERC20Init(_creator: string, _totalSupply: string | number, _name: string, _symbol: string, _decimals: string | number, _tradeBurnRatio: string | number, _tradeFeeRatio: string | number, _team: string):
|
|
173
|
+
export declare function encodeCustomERC20Init(_creator: string, _totalSupply: string | number, _name: string, _symbol: string, _decimals: string | number, _tradeBurnRatio: string | number, _tradeFeeRatio: string | number, _team: string): any;
|
|
174
174
|
/**
|
|
175
175
|
* encode initOwner
|
|
176
176
|
* @param {string} newOwner - address
|
|
177
177
|
* @returns {string} encode data
|
|
178
178
|
*/
|
|
179
|
-
export declare function encodeCustomERC20InitOwner(newOwner: string):
|
|
179
|
+
export declare function encodeCustomERC20InitOwner(newOwner: string): any;
|
|
180
180
|
/**
|
|
181
181
|
* encode transfer
|
|
182
182
|
* @param {string} to - address
|
|
183
183
|
* @param {string | number} amount - uint256
|
|
184
184
|
* @returns {string} encode data
|
|
185
185
|
*/
|
|
186
|
-
export declare function encodeCustomERC20Transfer(to: string, amount: string | number):
|
|
186
|
+
export declare function encodeCustomERC20Transfer(to: string, amount: string | number): any;
|
|
187
187
|
/**
|
|
188
188
|
* encode transferFrom
|
|
189
189
|
* @param {string} from - address
|
|
@@ -191,10 +191,10 @@ export declare function encodeCustomERC20Transfer(to: string, amount: string | n
|
|
|
191
191
|
* @param {string | number} amount - uint256
|
|
192
192
|
* @returns {string} encode data
|
|
193
193
|
*/
|
|
194
|
-
export declare function encodeCustomERC20TransferFrom(from: string, to: string, amount: string | number):
|
|
194
|
+
export declare function encodeCustomERC20TransferFrom(from: string, to: string, amount: string | number): any;
|
|
195
195
|
/**
|
|
196
196
|
* encode transferOwnership
|
|
197
197
|
* @param {string} newOwner - address
|
|
198
198
|
* @returns {string} encode data
|
|
199
199
|
*/
|
|
200
|
-
export declare function encodeCustomERC20TransferOwnership(newOwner: string):
|
|
200
|
+
export declare function encodeCustomERC20TransferOwnership(newOwner: string): any;
|
|
@@ -138,32 +138,32 @@ export declare function getFetchCustomMintableERC20TradeFeeRatioQueryOptions(cha
|
|
|
138
138
|
* @param {string} zeroAddress - address
|
|
139
139
|
* @returns {string} encode data
|
|
140
140
|
*/
|
|
141
|
-
export declare function encodeCustomMintableERC20AbandonOwnership(zeroAddress: string):
|
|
141
|
+
export declare function encodeCustomMintableERC20AbandonOwnership(zeroAddress: string): any;
|
|
142
142
|
/**
|
|
143
143
|
* encode approve
|
|
144
144
|
* @param {string} spender - address
|
|
145
145
|
* @param {string | number} amount - uint256
|
|
146
146
|
* @returns {string} encode data
|
|
147
147
|
*/
|
|
148
|
-
export declare function encodeCustomMintableERC20Approve(spender: string, amount: string | number):
|
|
148
|
+
export declare function encodeCustomMintableERC20Approve(spender: string, amount: string | number): any;
|
|
149
149
|
/**
|
|
150
150
|
* encode burn
|
|
151
151
|
* @param {string | number} value - uint256
|
|
152
152
|
* @returns {string} encode data
|
|
153
153
|
*/
|
|
154
|
-
export declare function encodeCustomMintableERC20Burn(value: string | number):
|
|
154
|
+
export declare function encodeCustomMintableERC20Burn(value: string | number): any;
|
|
155
155
|
/**
|
|
156
156
|
* encode changeTeamAccount
|
|
157
157
|
* @param {string} newTeam - address
|
|
158
158
|
* @returns {string} encode data
|
|
159
159
|
*/
|
|
160
|
-
export declare function encodeCustomMintableERC20ChangeTeamAccount(newTeam: string):
|
|
160
|
+
export declare function encodeCustomMintableERC20ChangeTeamAccount(newTeam: string): any;
|
|
161
161
|
/**
|
|
162
162
|
* encode claimOwnership
|
|
163
163
|
|
|
164
164
|
* @returns {string} encode data
|
|
165
165
|
*/
|
|
166
|
-
export declare function encodeCustomMintableERC20ClaimOwnership():
|
|
166
|
+
export declare function encodeCustomMintableERC20ClaimOwnership(): any;
|
|
167
167
|
/**
|
|
168
168
|
* encode init
|
|
169
169
|
* @param {string} _creator - address
|
|
@@ -176,27 +176,27 @@ export declare function encodeCustomMintableERC20ClaimOwnership(): string;
|
|
|
176
176
|
* @param {string} _team - address
|
|
177
177
|
* @returns {string} encode data
|
|
178
178
|
*/
|
|
179
|
-
export declare function encodeCustomMintableERC20Init(_creator: string, _initSupply: string | number, _name: string, _symbol: string, _decimals: string | number, _tradeBurnRatio: string | number, _tradeFeeRatio: string | number, _team: string):
|
|
179
|
+
export declare function encodeCustomMintableERC20Init(_creator: string, _initSupply: string | number, _name: string, _symbol: string, _decimals: string | number, _tradeBurnRatio: string | number, _tradeFeeRatio: string | number, _team: string): any;
|
|
180
180
|
/**
|
|
181
181
|
* encode initOwner
|
|
182
182
|
* @param {string} newOwner - address
|
|
183
183
|
* @returns {string} encode data
|
|
184
184
|
*/
|
|
185
|
-
export declare function encodeCustomMintableERC20InitOwner(newOwner: string):
|
|
185
|
+
export declare function encodeCustomMintableERC20InitOwner(newOwner: string): any;
|
|
186
186
|
/**
|
|
187
187
|
* encode mint
|
|
188
188
|
* @param {string} user - address
|
|
189
189
|
* @param {string | number} value - uint256
|
|
190
190
|
* @returns {string} encode data
|
|
191
191
|
*/
|
|
192
|
-
export declare function encodeCustomMintableERC20Mint(user: string, value: string | number):
|
|
192
|
+
export declare function encodeCustomMintableERC20Mint(user: string, value: string | number): any;
|
|
193
193
|
/**
|
|
194
194
|
* encode transfer
|
|
195
195
|
* @param {string} to - address
|
|
196
196
|
* @param {string | number} amount - uint256
|
|
197
197
|
* @returns {string} encode data
|
|
198
198
|
*/
|
|
199
|
-
export declare function encodeCustomMintableERC20Transfer(to: string, amount: string | number):
|
|
199
|
+
export declare function encodeCustomMintableERC20Transfer(to: string, amount: string | number): any;
|
|
200
200
|
/**
|
|
201
201
|
* encode transferFrom
|
|
202
202
|
* @param {string} from - address
|
|
@@ -204,10 +204,10 @@ export declare function encodeCustomMintableERC20Transfer(to: string, amount: st
|
|
|
204
204
|
* @param {string | number} amount - uint256
|
|
205
205
|
* @returns {string} encode data
|
|
206
206
|
*/
|
|
207
|
-
export declare function encodeCustomMintableERC20TransferFrom(from: string, to: string, amount: string | number):
|
|
207
|
+
export declare function encodeCustomMintableERC20TransferFrom(from: string, to: string, amount: string | number): any;
|
|
208
208
|
/**
|
|
209
209
|
* encode transferOwnership
|
|
210
210
|
* @param {string} newOwner - address
|
|
211
211
|
* @returns {string} encode data
|
|
212
212
|
*/
|
|
213
|
-
export declare function encodeCustomMintableERC20TransferOwnership(newOwner: string):
|
|
213
|
+
export declare function encodeCustomMintableERC20TransferOwnership(newOwner: string): any;
|
|
@@ -55,7 +55,7 @@ export declare function getFetchD3Proxy_WETH_QueryOptions(chainId: number | unde
|
|
|
55
55
|
* @param {string | number} deadLine - uint256
|
|
56
56
|
* @returns {string} encode data
|
|
57
57
|
*/
|
|
58
|
-
export declare function encodeD3ProxyBuyTokens(pool: string, to: string, fromToken: string, toToken: string, quoteAmount: string | number, maxPayAmount: string | number, data: string, deadLine: string | number):
|
|
58
|
+
export declare function encodeD3ProxyBuyTokens(pool: string, to: string, fromToken: string, toToken: string, quoteAmount: string | number, maxPayAmount: string | number, data: string, deadLine: string | number): any;
|
|
59
59
|
/**
|
|
60
60
|
* encode d3MMSwapCallBack
|
|
61
61
|
* @param {string} token - address
|
|
@@ -63,7 +63,7 @@ export declare function encodeD3ProxyBuyTokens(pool: string, to: string, fromTok
|
|
|
63
63
|
* @param {string} _data - bytes
|
|
64
64
|
* @returns {string} encode data
|
|
65
65
|
*/
|
|
66
|
-
export declare function encodeD3ProxyD3MMSwapCallBack(token: string, value: string | number, _data: string):
|
|
66
|
+
export declare function encodeD3ProxyD3MMSwapCallBack(token: string, value: string | number, _data: string): any;
|
|
67
67
|
/**
|
|
68
68
|
* encode makerDeposit
|
|
69
69
|
* @param {string} pool - address
|
|
@@ -71,19 +71,19 @@ export declare function encodeD3ProxyD3MMSwapCallBack(token: string, value: stri
|
|
|
71
71
|
* @param {string | number} amount - uint256
|
|
72
72
|
* @returns {string} encode data
|
|
73
73
|
*/
|
|
74
|
-
export declare function encodeD3ProxyMakerDeposit(pool: string, token: string, amount: string | number):
|
|
74
|
+
export declare function encodeD3ProxyMakerDeposit(pool: string, token: string, amount: string | number): any;
|
|
75
75
|
/**
|
|
76
76
|
* encode multicall
|
|
77
77
|
* @param {Array<string>} data - bytes[]
|
|
78
78
|
* @returns {string} encode data
|
|
79
79
|
*/
|
|
80
|
-
export declare function encodeD3ProxyMulticall(data: Array<string>):
|
|
80
|
+
export declare function encodeD3ProxyMulticall(data: Array<string>): any;
|
|
81
81
|
/**
|
|
82
82
|
* encode refundETH
|
|
83
83
|
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeD3ProxyRefundETH():
|
|
86
|
+
export declare function encodeD3ProxyRefundETH(): any;
|
|
87
87
|
/**
|
|
88
88
|
* encode sellTokens
|
|
89
89
|
* @param {string} pool - address
|
|
@@ -96,7 +96,7 @@ export declare function encodeD3ProxyRefundETH(): string;
|
|
|
96
96
|
* @param {string | number} deadLine - uint256
|
|
97
97
|
* @returns {string} encode data
|
|
98
98
|
*/
|
|
99
|
-
export declare function encodeD3ProxySellTokens(pool: string, to: string, fromToken: string, toToken: string, fromAmount: string | number, minReceiveAmount: string | number, data: string, deadLine: string | number):
|
|
99
|
+
export declare function encodeD3ProxySellTokens(pool: string, to: string, fromToken: string, toToken: string, fromAmount: string | number, minReceiveAmount: string | number, data: string, deadLine: string | number): any;
|
|
100
100
|
/**
|
|
101
101
|
* encode userDeposit
|
|
102
102
|
* @param {string} user - address
|
|
@@ -105,7 +105,7 @@ export declare function encodeD3ProxySellTokens(pool: string, to: string, fromTo
|
|
|
105
105
|
* @param {string | number} minDtokenAmount - uint256
|
|
106
106
|
* @returns {string} encode data
|
|
107
107
|
*/
|
|
108
|
-
export declare function encodeD3ProxyUserDeposit(user: string, token: string, amount: string | number, minDtokenAmount: string | number):
|
|
108
|
+
export declare function encodeD3ProxyUserDeposit(user: string, token: string, amount: string | number, minDtokenAmount: string | number): any;
|
|
109
109
|
/**
|
|
110
110
|
* encode userWithdraw
|
|
111
111
|
* @param {string} to - address
|
|
@@ -114,11 +114,11 @@ export declare function encodeD3ProxyUserDeposit(user: string, token: string, am
|
|
|
114
114
|
* @param {string | number} minReceiveAmount - uint256
|
|
115
115
|
* @returns {string} encode data
|
|
116
116
|
*/
|
|
117
|
-
export declare function encodeD3ProxyUserWithdraw(to: string, token: string, dTokenAmount: string | number, minReceiveAmount: string | number):
|
|
117
|
+
export declare function encodeD3ProxyUserWithdraw(to: string, token: string, dTokenAmount: string | number, minReceiveAmount: string | number): any;
|
|
118
118
|
/**
|
|
119
119
|
* encode withdrawWETH
|
|
120
120
|
* @param {string} to - address
|
|
121
121
|
* @param {string | number} minAmount - uint256
|
|
122
122
|
* @returns {string} encode data
|
|
123
123
|
*/
|
|
124
|
-
export declare function encodeD3ProxyWithdrawWETH(to: string, minAmount: string | number):
|
|
124
|
+
export declare function encodeD3ProxyWithdrawWETH(to: string, minAmount: string | number): any;
|
|
@@ -677,31 +677,31 @@ export declare function getFetchD3VaultTokensQueryOptions(chainId: number | unde
|
|
|
677
677
|
* @param {string} token - address
|
|
678
678
|
* @returns {string} encode data
|
|
679
679
|
*/
|
|
680
|
-
export declare function encodeD3VaultAccrueInterest(token: string):
|
|
680
|
+
export declare function encodeD3VaultAccrueInterest(token: string): any;
|
|
681
681
|
/**
|
|
682
682
|
* encode accrueInterests
|
|
683
683
|
|
|
684
684
|
* @returns {string} encode data
|
|
685
685
|
*/
|
|
686
|
-
export declare function encodeD3VaultAccrueInterests():
|
|
686
|
+
export declare function encodeD3VaultAccrueInterests(): any;
|
|
687
687
|
/**
|
|
688
688
|
* encode addD3Pool
|
|
689
689
|
* @param {string} pool - address
|
|
690
690
|
* @returns {string} encode data
|
|
691
691
|
*/
|
|
692
|
-
export declare function encodeD3VaultAddD3Pool(pool: string):
|
|
692
|
+
export declare function encodeD3VaultAddD3Pool(pool: string): any;
|
|
693
693
|
/**
|
|
694
694
|
* encode addD3PoolByFactory
|
|
695
695
|
* @param {string} pool - address
|
|
696
696
|
* @returns {string} encode data
|
|
697
697
|
*/
|
|
698
|
-
export declare function encodeD3VaultAddD3PoolByFactory(pool: string):
|
|
698
|
+
export declare function encodeD3VaultAddD3PoolByFactory(pool: string): any;
|
|
699
699
|
/**
|
|
700
700
|
* encode addLiquidator
|
|
701
701
|
* @param {string} liquidator - address
|
|
702
702
|
* @returns {string} encode data
|
|
703
703
|
*/
|
|
704
|
-
export declare function encodeD3VaultAddLiquidator(liquidator: string):
|
|
704
|
+
export declare function encodeD3VaultAddLiquidator(liquidator: string): any;
|
|
705
705
|
/**
|
|
706
706
|
* encode addNewToken
|
|
707
707
|
* @param {string} token - address
|
|
@@ -712,25 +712,25 @@ export declare function encodeD3VaultAddLiquidator(liquidator: string): string;
|
|
|
712
712
|
* @param {string | number} reserveFactor - uint256
|
|
713
713
|
* @returns {string} encode data
|
|
714
714
|
*/
|
|
715
|
-
export declare function encodeD3VaultAddNewToken(token: string, maxDeposit: string | number, maxCollateral: string | number, collateralWeight: string | number, debtWeight: string | number, reserveFactor: string | number):
|
|
715
|
+
export declare function encodeD3VaultAddNewToken(token: string, maxDeposit: string | number, maxCollateral: string | number, collateralWeight: string | number, debtWeight: string | number, reserveFactor: string | number): any;
|
|
716
716
|
/**
|
|
717
717
|
* encode addRouter
|
|
718
718
|
* @param {string} router - address
|
|
719
719
|
* @returns {string} encode data
|
|
720
720
|
*/
|
|
721
|
-
export declare function encodeD3VaultAddRouter(router: string):
|
|
721
|
+
export declare function encodeD3VaultAddRouter(router: string): any;
|
|
722
722
|
/**
|
|
723
723
|
* encode finishLiquidation
|
|
724
724
|
* @param {string} pool - address
|
|
725
725
|
* @returns {string} encode data
|
|
726
726
|
*/
|
|
727
|
-
export declare function encodeD3VaultFinishLiquidation(pool: string):
|
|
727
|
+
export declare function encodeD3VaultFinishLiquidation(pool: string): any;
|
|
728
728
|
/**
|
|
729
729
|
* encode finishPoolRemove
|
|
730
730
|
|
|
731
731
|
* @returns {string} encode data
|
|
732
732
|
*/
|
|
733
|
-
export declare function encodeD3VaultFinishPoolRemove():
|
|
733
|
+
export declare function encodeD3VaultFinishPoolRemove(): any;
|
|
734
734
|
/**
|
|
735
735
|
* encode liquidate
|
|
736
736
|
* @param {string} pool - address
|
|
@@ -740,7 +740,7 @@ export declare function encodeD3VaultFinishPoolRemove(): string;
|
|
|
740
740
|
* @param {string | number} debtToCover - uint256
|
|
741
741
|
* @returns {string} encode data
|
|
742
742
|
*/
|
|
743
|
-
export declare function encodeD3VaultLiquidate(pool: string, collateral: string, collateralAmount: string | number, debt: string, debtToCover: string | number):
|
|
743
|
+
export declare function encodeD3VaultLiquidate(pool: string, collateral: string, collateralAmount: string | number, debt: string, debtToCover: string | number): any;
|
|
744
744
|
/**
|
|
745
745
|
* encode liquidateByDODO
|
|
746
746
|
* @param {string} pool - address
|
|
@@ -753,123 +753,123 @@ export declare function encodeD3VaultLiquidateByDODO(pool: string, order: {
|
|
|
753
753
|
fromToken: string;
|
|
754
754
|
toToken: string;
|
|
755
755
|
fromAmount: string | number;
|
|
756
|
-
}, routeData: string, router: string):
|
|
756
|
+
}, routeData: string, router: string): any;
|
|
757
757
|
/**
|
|
758
758
|
* encode pendingRemovePoolRepayAll
|
|
759
759
|
* @param {string} token - address
|
|
760
760
|
* @returns {string} encode data
|
|
761
761
|
*/
|
|
762
|
-
export declare function encodeD3VaultPendingRemovePoolRepayAll(token: string):
|
|
762
|
+
export declare function encodeD3VaultPendingRemovePoolRepayAll(token: string): any;
|
|
763
763
|
/**
|
|
764
764
|
* encode poolBorrow
|
|
765
765
|
* @param {string} token - address
|
|
766
766
|
* @param {string | number} amount - uint256
|
|
767
767
|
* @returns {string} encode data
|
|
768
768
|
*/
|
|
769
|
-
export declare function encodeD3VaultPoolBorrow(token: string, amount: string | number):
|
|
769
|
+
export declare function encodeD3VaultPoolBorrow(token: string, amount: string | number): any;
|
|
770
770
|
/**
|
|
771
771
|
* encode poolRepay
|
|
772
772
|
* @param {string} token - address
|
|
773
773
|
* @param {string | number} amount - uint256
|
|
774
774
|
* @returns {string} encode data
|
|
775
775
|
*/
|
|
776
|
-
export declare function encodeD3VaultPoolRepay(token: string, amount: string | number):
|
|
776
|
+
export declare function encodeD3VaultPoolRepay(token: string, amount: string | number): any;
|
|
777
777
|
/**
|
|
778
778
|
* encode poolRepayAll
|
|
779
779
|
* @param {string} token - address
|
|
780
780
|
* @returns {string} encode data
|
|
781
781
|
*/
|
|
782
|
-
export declare function encodeD3VaultPoolRepayAll(token: string):
|
|
782
|
+
export declare function encodeD3VaultPoolRepayAll(token: string): any;
|
|
783
783
|
/**
|
|
784
784
|
* encode removeD3Pool
|
|
785
785
|
* @param {string} pool - address
|
|
786
786
|
* @returns {string} encode data
|
|
787
787
|
*/
|
|
788
|
-
export declare function encodeD3VaultRemoveD3Pool(pool: string):
|
|
788
|
+
export declare function encodeD3VaultRemoveD3Pool(pool: string): any;
|
|
789
789
|
/**
|
|
790
790
|
* encode removeLiquidator
|
|
791
791
|
* @param {string} liquidator - address
|
|
792
792
|
* @returns {string} encode data
|
|
793
793
|
*/
|
|
794
|
-
export declare function encodeD3VaultRemoveLiquidator(liquidator: string):
|
|
794
|
+
export declare function encodeD3VaultRemoveLiquidator(liquidator: string): any;
|
|
795
795
|
/**
|
|
796
796
|
* encode removeRouter
|
|
797
797
|
* @param {string} router - address
|
|
798
798
|
* @returns {string} encode data
|
|
799
799
|
*/
|
|
800
|
-
export declare function encodeD3VaultRemoveRouter(router: string):
|
|
800
|
+
export declare function encodeD3VaultRemoveRouter(router: string): any;
|
|
801
801
|
/**
|
|
802
802
|
* encode renounceOwnership
|
|
803
803
|
|
|
804
804
|
* @returns {string} encode data
|
|
805
805
|
*/
|
|
806
|
-
export declare function encodeD3VaultRenounceOwnership():
|
|
806
|
+
export declare function encodeD3VaultRenounceOwnership(): any;
|
|
807
807
|
/**
|
|
808
808
|
* encode setCloneFactory
|
|
809
809
|
* @param {string} cloneFactory - address
|
|
810
810
|
* @returns {string} encode data
|
|
811
811
|
*/
|
|
812
|
-
export declare function encodeD3VaultSetCloneFactory(cloneFactory: string):
|
|
812
|
+
export declare function encodeD3VaultSetCloneFactory(cloneFactory: string): any;
|
|
813
813
|
/**
|
|
814
814
|
* encode setDTokenTemplate
|
|
815
815
|
* @param {string} dTokenTemplate - address
|
|
816
816
|
* @returns {string} encode data
|
|
817
817
|
*/
|
|
818
|
-
export declare function encodeD3VaultSetDTokenTemplate(dTokenTemplate: string):
|
|
818
|
+
export declare function encodeD3VaultSetDTokenTemplate(dTokenTemplate: string): any;
|
|
819
819
|
/**
|
|
820
820
|
* encode setDiscount
|
|
821
821
|
* @param {string | number} discount - uint256
|
|
822
822
|
* @returns {string} encode data
|
|
823
823
|
*/
|
|
824
|
-
export declare function encodeD3VaultSetDiscount(discount: string | number):
|
|
824
|
+
export declare function encodeD3VaultSetDiscount(discount: string | number): any;
|
|
825
825
|
/**
|
|
826
826
|
* encode setIM
|
|
827
827
|
* @param {string | number} newIM - uint256
|
|
828
828
|
* @returns {string} encode data
|
|
829
829
|
*/
|
|
830
|
-
export declare function encodeD3VaultSetIM(newIM: string | number):
|
|
830
|
+
export declare function encodeD3VaultSetIM(newIM: string | number): any;
|
|
831
831
|
/**
|
|
832
832
|
* encode setMM
|
|
833
833
|
* @param {string | number} newMM - uint256
|
|
834
834
|
* @returns {string} encode data
|
|
835
835
|
*/
|
|
836
|
-
export declare function encodeD3VaultSetMM(newMM: string | number):
|
|
836
|
+
export declare function encodeD3VaultSetMM(newMM: string | number): any;
|
|
837
837
|
/**
|
|
838
838
|
* encode setMaintainer
|
|
839
839
|
* @param {string} maintainer - address
|
|
840
840
|
* @returns {string} encode data
|
|
841
841
|
*/
|
|
842
|
-
export declare function encodeD3VaultSetMaintainer(maintainer: string):
|
|
842
|
+
export declare function encodeD3VaultSetMaintainer(maintainer: string): any;
|
|
843
843
|
/**
|
|
844
844
|
* encode setNewD3Factory
|
|
845
845
|
* @param {string} newFactory - address
|
|
846
846
|
* @returns {string} encode data
|
|
847
847
|
*/
|
|
848
|
-
export declare function encodeD3VaultSetNewD3Factory(newFactory: string):
|
|
848
|
+
export declare function encodeD3VaultSetNewD3Factory(newFactory: string): any;
|
|
849
849
|
/**
|
|
850
850
|
* encode setNewD3PoolQuota
|
|
851
851
|
* @param {string} newQuota - address
|
|
852
852
|
* @returns {string} encode data
|
|
853
853
|
*/
|
|
854
|
-
export declare function encodeD3VaultSetNewD3PoolQuota(newQuota: string):
|
|
854
|
+
export declare function encodeD3VaultSetNewD3PoolQuota(newQuota: string): any;
|
|
855
855
|
/**
|
|
856
856
|
* encode setNewD3UserQuota
|
|
857
857
|
* @param {string} newQuota - address
|
|
858
858
|
* @returns {string} encode data
|
|
859
859
|
*/
|
|
860
|
-
export declare function encodeD3VaultSetNewD3UserQuota(newQuota: string):
|
|
860
|
+
export declare function encodeD3VaultSetNewD3UserQuota(newQuota: string): any;
|
|
861
861
|
/**
|
|
862
862
|
* encode setNewOracle
|
|
863
863
|
* @param {string} newOracle - address
|
|
864
864
|
* @returns {string} encode data
|
|
865
865
|
*/
|
|
866
|
-
export declare function encodeD3VaultSetNewOracle(newOracle: string):
|
|
866
|
+
export declare function encodeD3VaultSetNewOracle(newOracle: string): any;
|
|
867
867
|
/**
|
|
868
868
|
* encode setNewRateManager
|
|
869
869
|
* @param {string} newRateManager - address
|
|
870
870
|
* @returns {string} encode data
|
|
871
871
|
*/
|
|
872
|
-
export declare function encodeD3VaultSetNewRateManager(newRateManager: string):
|
|
872
|
+
export declare function encodeD3VaultSetNewRateManager(newRateManager: string): any;
|
|
873
873
|
/**
|
|
874
874
|
* encode setToken
|
|
875
875
|
* @param {string} token - address
|
|
@@ -880,26 +880,26 @@ export declare function encodeD3VaultSetNewRateManager(newRateManager: string):
|
|
|
880
880
|
* @param {string | number} reserveFactor - uint256
|
|
881
881
|
* @returns {string} encode data
|
|
882
882
|
*/
|
|
883
|
-
export declare function encodeD3VaultSetToken(token: string, maxDeposit: string | number, maxCollateral: string | number, collateralWeight: string | number, debtWeight: string | number, reserveFactor: string | number):
|
|
883
|
+
export declare function encodeD3VaultSetToken(token: string, maxDeposit: string | number, maxCollateral: string | number, collateralWeight: string | number, debtWeight: string | number, reserveFactor: string | number): any;
|
|
884
884
|
/**
|
|
885
885
|
* encode startLiquidation
|
|
886
886
|
* @param {string} pool - address
|
|
887
887
|
* @returns {string} encode data
|
|
888
888
|
*/
|
|
889
|
-
export declare function encodeD3VaultStartLiquidation(pool: string):
|
|
889
|
+
export declare function encodeD3VaultStartLiquidation(pool: string): any;
|
|
890
890
|
/**
|
|
891
891
|
* encode transferOwnership
|
|
892
892
|
* @param {string} newOwner - address
|
|
893
893
|
* @returns {string} encode data
|
|
894
894
|
*/
|
|
895
|
-
export declare function encodeD3VaultTransferOwnership(newOwner: string):
|
|
895
|
+
export declare function encodeD3VaultTransferOwnership(newOwner: string): any;
|
|
896
896
|
/**
|
|
897
897
|
* encode userDeposit
|
|
898
898
|
* @param {string} user - address
|
|
899
899
|
* @param {string} token - address
|
|
900
900
|
* @returns {string} encode data
|
|
901
901
|
*/
|
|
902
|
-
export declare function encodeD3VaultUserDeposit(user: string, token: string):
|
|
902
|
+
export declare function encodeD3VaultUserDeposit(user: string, token: string): any;
|
|
903
903
|
/**
|
|
904
904
|
* encode userWithdraw
|
|
905
905
|
* @param {string} to - address
|
|
@@ -908,11 +908,11 @@ export declare function encodeD3VaultUserDeposit(user: string, token: string): s
|
|
|
908
908
|
* @param {string | number} dTokenAmount - uint256
|
|
909
909
|
* @returns {string} encode data
|
|
910
910
|
*/
|
|
911
|
-
export declare function encodeD3VaultUserWithdraw(to: string, user: string, token: string, dTokenAmount: string | number):
|
|
911
|
+
export declare function encodeD3VaultUserWithdraw(to: string, user: string, token: string, dTokenAmount: string | number): any;
|
|
912
912
|
/**
|
|
913
913
|
* encode withdrawReserves
|
|
914
914
|
* @param {string} token - address
|
|
915
915
|
* @param {string | number} amount - uint256
|
|
916
916
|
* @returns {string} encode data
|
|
917
917
|
*/
|
|
918
|
-
export declare function encodeD3VaultWithdrawReserves(token: string, amount: string | number):
|
|
918
|
+
export declare function encodeD3VaultWithdrawReserves(token: string, amount: string | number): any;
|
|
@@ -70,7 +70,7 @@ export declare function getFetchDODOApproveGetDODOProxyQueryOptions(chainId: num
|
|
|
70
70
|
|
|
71
71
|
* @returns {string} encode data
|
|
72
72
|
*/
|
|
73
|
-
export declare function encodeDODOApproveClaimOwnership():
|
|
73
|
+
export declare function encodeDODOApproveClaimOwnership(): any;
|
|
74
74
|
/**
|
|
75
75
|
* encode claimTokens
|
|
76
76
|
* @param {string} token - address
|
|
@@ -79,41 +79,41 @@ export declare function encodeDODOApproveClaimOwnership(): string;
|
|
|
79
79
|
* @param {string | number} amount - uint256
|
|
80
80
|
* @returns {string} encode data
|
|
81
81
|
*/
|
|
82
|
-
export declare function encodeDODOApproveClaimTokens(token: string, who: string, dest: string, amount: string | number):
|
|
82
|
+
export declare function encodeDODOApproveClaimTokens(token: string, who: string, dest: string, amount: string | number): any;
|
|
83
83
|
/**
|
|
84
84
|
* encode init
|
|
85
85
|
* @param {string} owner - address
|
|
86
86
|
* @param {string} initProxyAddress - address
|
|
87
87
|
* @returns {string} encode data
|
|
88
88
|
*/
|
|
89
|
-
export declare function encodeDODOApproveInit(owner: string, initProxyAddress: string):
|
|
89
|
+
export declare function encodeDODOApproveInit(owner: string, initProxyAddress: string): any;
|
|
90
90
|
/**
|
|
91
91
|
* encode initOwner
|
|
92
92
|
* @param {string} newOwner - address
|
|
93
93
|
* @returns {string} encode data
|
|
94
94
|
*/
|
|
95
|
-
export declare function encodeDODOApproveInitOwner(newOwner: string):
|
|
95
|
+
export declare function encodeDODOApproveInitOwner(newOwner: string): any;
|
|
96
96
|
/**
|
|
97
97
|
* encode lockSetProxy
|
|
98
98
|
|
|
99
99
|
* @returns {string} encode data
|
|
100
100
|
*/
|
|
101
|
-
export declare function encodeDODOApproveLockSetProxy():
|
|
101
|
+
export declare function encodeDODOApproveLockSetProxy(): any;
|
|
102
102
|
/**
|
|
103
103
|
* encode setDODOProxy
|
|
104
104
|
|
|
105
105
|
* @returns {string} encode data
|
|
106
106
|
*/
|
|
107
|
-
export declare function encodeDODOApproveSetDODOProxy():
|
|
107
|
+
export declare function encodeDODOApproveSetDODOProxy(): any;
|
|
108
108
|
/**
|
|
109
109
|
* encode transferOwnership
|
|
110
110
|
* @param {string} newOwner - address
|
|
111
111
|
* @returns {string} encode data
|
|
112
112
|
*/
|
|
113
|
-
export declare function encodeDODOApproveTransferOwnership(newOwner: string):
|
|
113
|
+
export declare function encodeDODOApproveTransferOwnership(newOwner: string): any;
|
|
114
114
|
/**
|
|
115
115
|
* encode unlockSetProxy
|
|
116
116
|
* @param {string} newDodoProxy - address
|
|
117
117
|
* @returns {string} encode data
|
|
118
118
|
*/
|
|
119
|
-
export declare function encodeDODOApproveUnlockSetProxy(newDodoProxy: string):
|
|
119
|
+
export declare function encodeDODOApproveUnlockSetProxy(newDodoProxy: string): any;
|
|
@@ -83,13 +83,13 @@ export declare function getFetchDODOApproveProxyIsAllowedProxyQueryOptions(chain
|
|
|
83
83
|
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeDODOApproveProxyAddDODOProxy():
|
|
86
|
+
export declare function encodeDODOApproveProxyAddDODOProxy(): any;
|
|
87
87
|
/**
|
|
88
88
|
* encode claimOwnership
|
|
89
89
|
|
|
90
90
|
* @returns {string} encode data
|
|
91
91
|
*/
|
|
92
|
-
export declare function encodeDODOApproveProxyClaimOwnership():
|
|
92
|
+
export declare function encodeDODOApproveProxyClaimOwnership(): any;
|
|
93
93
|
/**
|
|
94
94
|
* encode claimTokens
|
|
95
95
|
* @param {string} token - address
|
|
@@ -98,41 +98,41 @@ export declare function encodeDODOApproveProxyClaimOwnership(): string;
|
|
|
98
98
|
* @param {string | number} amount - uint256
|
|
99
99
|
* @returns {string} encode data
|
|
100
100
|
*/
|
|
101
|
-
export declare function encodeDODOApproveProxyClaimTokens(token: string, who: string, dest: string, amount: string | number):
|
|
101
|
+
export declare function encodeDODOApproveProxyClaimTokens(token: string, who: string, dest: string, amount: string | number): any;
|
|
102
102
|
/**
|
|
103
103
|
* encode init
|
|
104
104
|
* @param {string} owner - address
|
|
105
105
|
* @param {Array<string>} proxies - address[]
|
|
106
106
|
* @returns {string} encode data
|
|
107
107
|
*/
|
|
108
|
-
export declare function encodeDODOApproveProxyInit(owner: string, proxies: Array<string>):
|
|
108
|
+
export declare function encodeDODOApproveProxyInit(owner: string, proxies: Array<string>): any;
|
|
109
109
|
/**
|
|
110
110
|
* encode initOwner
|
|
111
111
|
* @param {string} newOwner - address
|
|
112
112
|
* @returns {string} encode data
|
|
113
113
|
*/
|
|
114
|
-
export declare function encodeDODOApproveProxyInitOwner(newOwner: string):
|
|
114
|
+
export declare function encodeDODOApproveProxyInitOwner(newOwner: string): any;
|
|
115
115
|
/**
|
|
116
116
|
* encode lockAddProxy
|
|
117
117
|
|
|
118
118
|
* @returns {string} encode data
|
|
119
119
|
*/
|
|
120
|
-
export declare function encodeDODOApproveProxyLockAddProxy():
|
|
120
|
+
export declare function encodeDODOApproveProxyLockAddProxy(): any;
|
|
121
121
|
/**
|
|
122
122
|
* encode removeDODOProxy
|
|
123
123
|
* @param {string} oldDodoProxy - address
|
|
124
124
|
* @returns {string} encode data
|
|
125
125
|
*/
|
|
126
|
-
export declare function encodeDODOApproveProxyRemoveDODOProxy(oldDodoProxy: string):
|
|
126
|
+
export declare function encodeDODOApproveProxyRemoveDODOProxy(oldDodoProxy: string): any;
|
|
127
127
|
/**
|
|
128
128
|
* encode transferOwnership
|
|
129
129
|
* @param {string} newOwner - address
|
|
130
130
|
* @returns {string} encode data
|
|
131
131
|
*/
|
|
132
|
-
export declare function encodeDODOApproveProxyTransferOwnership(newOwner: string):
|
|
132
|
+
export declare function encodeDODOApproveProxyTransferOwnership(newOwner: string): any;
|
|
133
133
|
/**
|
|
134
134
|
* encode unlockAddProxy
|
|
135
135
|
* @param {string} newDodoProxy - address
|
|
136
136
|
* @returns {string} encode data
|
|
137
137
|
*/
|
|
138
|
-
export declare function encodeDODOApproveProxyUnlockAddProxy(newDodoProxy: string):
|
|
138
|
+
export declare function encodeDODOApproveProxyUnlockAddProxy(newDodoProxy: string): any;
|
|
@@ -17,7 +17,7 @@ export declare function getFetchDODOCalleeHelper_WETH_QueryOptions(chainId: numb
|
|
|
17
17
|
* @param {string} __input1 - bytes
|
|
18
18
|
* @returns {string} encode data
|
|
19
19
|
*/
|
|
20
|
-
export declare function encodeDODOCalleeHelperCPCancelCall(assetTo: string, amount: string | number, __input1: string):
|
|
20
|
+
export declare function encodeDODOCalleeHelperCPCancelCall(assetTo: string, amount: string | number, __input1: string): any;
|
|
21
21
|
/**
|
|
22
22
|
* encode CPClaimBidCall
|
|
23
23
|
* @param {string} assetTo - address
|
|
@@ -26,7 +26,7 @@ export declare function encodeDODOCalleeHelperCPCancelCall(assetTo: string, amou
|
|
|
26
26
|
* @param {string} __input1 - bytes
|
|
27
27
|
* @returns {string} encode data
|
|
28
28
|
*/
|
|
29
|
-
export declare function encodeDODOCalleeHelperCPClaimBidCall(assetTo: string, baseAmount: string | number, quoteAmount: string | number, __input1: string):
|
|
29
|
+
export declare function encodeDODOCalleeHelperCPClaimBidCall(assetTo: string, baseAmount: string | number, quoteAmount: string | number, __input1: string): any;
|
|
30
30
|
/**
|
|
31
31
|
* encode DVMSellShareCall
|
|
32
32
|
* @param {string} assetTo - address
|
|
@@ -36,7 +36,7 @@ export declare function encodeDODOCalleeHelperCPClaimBidCall(assetTo: string, ba
|
|
|
36
36
|
* @param {string} __input2 - bytes
|
|
37
37
|
* @returns {string} encode data
|
|
38
38
|
*/
|
|
39
|
-
export declare function encodeDODOCalleeHelperDVMSellShareCall(assetTo: string, __input1: string | number, baseAmount: string | number, quoteAmount: string | number, __input2: string):
|
|
39
|
+
export declare function encodeDODOCalleeHelperDVMSellShareCall(assetTo: string, __input1: string | number, baseAmount: string | number, quoteAmount: string | number, __input2: string): any;
|
|
40
40
|
/**
|
|
41
41
|
* encode NFTRedeemCall
|
|
42
42
|
* @param {string} assetTo - address
|
|
@@ -44,4 +44,4 @@ export declare function encodeDODOCalleeHelperDVMSellShareCall(assetTo: string,
|
|
|
44
44
|
* @param {string} __input1 - bytes
|
|
45
45
|
* @returns {string} encode data
|
|
46
46
|
*/
|
|
47
|
-
export declare function encodeDODOCalleeHelperNFTRedeemCall(assetTo: string, quoteAmount: string | number, __input1: string):
|
|
47
|
+
export declare function encodeDODOCalleeHelperNFTRedeemCall(assetTo: string, quoteAmount: string | number, __input1: string): any;
|