@dodoex/dodo-contract-request 1.25.0-alpha.1 → 1.26.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/CHANGELOG.md +26 -66
- package/contract-config/berachain.json +2 -4
- package/contract-config/monad.json +65 -0
- package/contract-config/sepolia.json +1 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/index.d.ts +2 -6
- package/dist/types/config/{birdlayer.d.ts → monad.d.ts} +1 -1
- package/dist/types/config/sepolia.d.ts +0 -2
- 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 +10 -10
- 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 +32 -41
- 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/dist/types/index.d.ts +0 -4
- package/package.json +1 -1
- package/src/config/index.ts +5 -13
- package/src/config/monad.ts +4 -0
- package/src/config/sepolia.ts +1 -1
- 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/DODODspProxyWithoutGSP.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/FeeRateDIP3Impl.ts +75 -61
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/Multicall.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
- package/src/contract/NonfungiblePositionManager.ts +1 -1
- package/src/contract/UniswapV2Factory.ts +1 -1
- package/src/contract/UniswapV2Router02.ts +1 -1
- package/src/contract/UniswapV3Factory.ts +1 -1
- package/src/index.ts +0 -4
- package/.cache/contract-info/DFTManager.json +0 -2832
- package/.cache/contract-info/ICHIVault.json +0 -787
- package/.cache/contract-info/RWAManager.json +0 -1
- package/.cache/contract-info/RWAToken.json +0 -1
- package/contract-config/birdlayer.json +0 -66
- package/contract-config/zetachain-testnet.json +0 -68
- package/contract-config/zetachain.json +0 -61
- package/dist/types/config/zetachain-testnet.d.ts +0 -32
- package/dist/types/config/zetachain.d.ts +0 -30
- package/dist/types/contract/DFTManager.d.ts +0 -994
- package/dist/types/contract/ICHIVault.d.ts +0 -516
- package/dist/types/contract/RWAManager.d.ts +0 -264
- package/dist/types/contract/RWAToken.d.ts +0 -179
- package/src/config/birdlayer.ts +0 -4
- package/src/config/zetachain-testnet.ts +0 -4
- package/src/config/zetachain.ts +0 -4
- package/src/contract/DFTManager.ts +0 -1222
- package/src/contract/ICHIVault.ts +0 -863
- package/src/contract/RWAManager.ts +0 -479
- package/src/contract/RWAToken.ts +0 -330
|
@@ -116,32 +116,32 @@ export declare function getFetchDODONFTPoolProxyIsWhiteListedQueryOptions(chainI
|
|
|
116
116
|
* @param {string} newController - address
|
|
117
117
|
* @returns {string} encode data
|
|
118
118
|
*/
|
|
119
|
-
export declare function encodeDODONFTPoolProxyChangeController(newController: string):
|
|
119
|
+
export declare function encodeDODONFTPoolProxyChangeController(newController: string): string;
|
|
120
120
|
/**
|
|
121
121
|
* encode changeFilterAdminTemplate
|
|
122
122
|
* @param {string} newFilterAdminTemplate - address
|
|
123
123
|
* @returns {string} encode data
|
|
124
124
|
*/
|
|
125
|
-
export declare function encodeDODONFTPoolProxyChangeFilterAdminTemplate(newFilterAdminTemplate: string):
|
|
125
|
+
export declare function encodeDODONFTPoolProxyChangeFilterAdminTemplate(newFilterAdminTemplate: string): string;
|
|
126
126
|
/**
|
|
127
127
|
* encode changeMaintainer
|
|
128
128
|
* @param {string} newMaintainer - address
|
|
129
129
|
* @returns {string} encode data
|
|
130
130
|
*/
|
|
131
|
-
export declare function encodeDODONFTPoolProxyChangeMaintainer(newMaintainer: string):
|
|
131
|
+
export declare function encodeDODONFTPoolProxyChangeMaintainer(newMaintainer: string): string;
|
|
132
132
|
/**
|
|
133
133
|
* encode changeWhiteList
|
|
134
134
|
* @param {string} contractAddr - address
|
|
135
135
|
* @param {boolean} isAllowed - bool
|
|
136
136
|
* @returns {string} encode data
|
|
137
137
|
*/
|
|
138
|
-
export declare function encodeDODONFTPoolProxyChangeWhiteList(contractAddr: string, isAllowed: boolean):
|
|
138
|
+
export declare function encodeDODONFTPoolProxyChangeWhiteList(contractAddr: string, isAllowed: boolean): string;
|
|
139
139
|
/**
|
|
140
140
|
* encode claimOwnership
|
|
141
141
|
|
|
142
142
|
* @returns {string} encode data
|
|
143
143
|
*/
|
|
144
|
-
export declare function encodeDODONFTPoolProxyClaimOwnership():
|
|
144
|
+
export declare function encodeDODONFTPoolProxyClaimOwnership(): string;
|
|
145
145
|
/**
|
|
146
146
|
* encode createFilterV1
|
|
147
147
|
* @param {string | number} key - uint256
|
|
@@ -154,7 +154,7 @@ export declare function encodeDODONFTPoolProxyClaimOwnership(): any;
|
|
|
154
154
|
* @param {Array<string | number>} spreadIds - uint256[]
|
|
155
155
|
* @returns {string} encode data
|
|
156
156
|
*/
|
|
157
|
-
export declare function encodeDODONFTPoolProxyCreateFilterV1(key: string | number, filterAdmin: string, nftCollection: string, toggles: Array<boolean>, filterName: string, numParams: Array<string | number>, priceRules: Array<string | number>, spreadIds: Array<string | number>):
|
|
157
|
+
export declare function encodeDODONFTPoolProxyCreateFilterV1(key: string | number, filterAdmin: string, nftCollection: string, toggles: Array<boolean>, filterName: string, numParams: Array<string | number>, priceRules: Array<string | number>, spreadIds: Array<string | number>): string;
|
|
158
158
|
/**
|
|
159
159
|
* encode createLiteNFTPool
|
|
160
160
|
* @param {string} filterAdminOwner - address
|
|
@@ -162,7 +162,7 @@ export declare function encodeDODONFTPoolProxyCreateFilterV1(key: string | numbe
|
|
|
162
162
|
* @param {Array<string | number>} numParams - uint256[]
|
|
163
163
|
* @returns {string} encode data
|
|
164
164
|
*/
|
|
165
|
-
export declare function encodeDODONFTPoolProxyCreateLiteNFTPool(filterAdminOwner: string, infos: Array<string>, numParams: Array<string | number>):
|
|
165
|
+
export declare function encodeDODONFTPoolProxyCreateLiteNFTPool(filterAdminOwner: string, infos: Array<string>, numParams: Array<string | number>): string;
|
|
166
166
|
/**
|
|
167
167
|
* encode createNewNFTPoolV1
|
|
168
168
|
* @param {string} filterAdminOwner - address
|
|
@@ -176,7 +176,7 @@ export declare function encodeDODONFTPoolProxyCreateLiteNFTPool(filterAdminOwner
|
|
|
176
176
|
* @param {Array<string | number>} spreadIds - uint256[]
|
|
177
177
|
* @returns {string} encode data
|
|
178
178
|
*/
|
|
179
|
-
export declare function encodeDODONFTPoolProxyCreateNewNFTPoolV1(filterAdminOwner: string, nftCollection: string, filterKey: string | number, infos: Array<string>, numParams: Array<string | number>, toggles: Array<boolean>, filterNumParams: Array<string | number>, priceRules: Array<string | number>, spreadIds: Array<string | number>):
|
|
179
|
+
export declare function encodeDODONFTPoolProxyCreateNewNFTPoolV1(filterAdminOwner: string, nftCollection: string, filterKey: string | number, infos: Array<string>, numParams: Array<string | number>, toggles: Array<boolean>, filterNumParams: Array<string | number>, priceRules: Array<string | number>, spreadIds: Array<string | number>): string;
|
|
180
180
|
/**
|
|
181
181
|
* encode erc1155In
|
|
182
182
|
* @param {string} filter - address
|
|
@@ -187,7 +187,7 @@ export declare function encodeDODONFTPoolProxyCreateNewNFTPoolV1(filterAdminOwne
|
|
|
187
187
|
* @param {string | number} minMintAmount - uint256
|
|
188
188
|
* @returns {string} encode data
|
|
189
189
|
*/
|
|
190
|
-
export declare function encodeDODONFTPoolProxyErc1155In(filter: string, nftCollection: string, tokenIds: Array<string | number>, amounts: Array<string | number>, to: string, minMintAmount: string | number):
|
|
190
|
+
export declare function encodeDODONFTPoolProxyErc1155In(filter: string, nftCollection: string, tokenIds: Array<string | number>, amounts: Array<string | number>, to: string, minMintAmount: string | number): string;
|
|
191
191
|
/**
|
|
192
192
|
* encode erc721In
|
|
193
193
|
* @param {string} filter - address
|
|
@@ -197,7 +197,7 @@ export declare function encodeDODONFTPoolProxyErc1155In(filter: string, nftColle
|
|
|
197
197
|
* @param {string | number} minMintAmount - uint256
|
|
198
198
|
* @returns {string} encode data
|
|
199
199
|
*/
|
|
200
|
-
export declare function encodeDODONFTPoolProxyErc721In(filter: string, nftCollection: string, tokenIds: Array<string | number>, to: string, minMintAmount: string | number):
|
|
200
|
+
export declare function encodeDODONFTPoolProxyErc721In(filter: string, nftCollection: string, tokenIds: Array<string | number>, to: string, minMintAmount: string | number): string;
|
|
201
201
|
/**
|
|
202
202
|
* encode erc721ToErc20
|
|
203
203
|
* @param {string} filterAdmin - address
|
|
@@ -209,23 +209,23 @@ export declare function encodeDODONFTPoolProxyErc721In(filter: string, nftCollec
|
|
|
209
209
|
* @param {string} dodoSwapData - bytes
|
|
210
210
|
* @returns {string} encode data
|
|
211
211
|
*/
|
|
212
|
-
export declare function encodeDODONFTPoolProxyErc721ToErc20(filterAdmin: string, filter: string, nftContract: string, tokenId: string | number, toToken: string, dodoProxy: string, dodoSwapData: string):
|
|
212
|
+
export declare function encodeDODONFTPoolProxyErc721ToErc20(filterAdmin: string, filter: string, nftContract: string, tokenId: string | number, toToken: string, dodoProxy: string, dodoSwapData: string): string;
|
|
213
213
|
/**
|
|
214
214
|
* encode initOwner
|
|
215
215
|
* @param {string} newOwner - address
|
|
216
216
|
* @returns {string} encode data
|
|
217
217
|
*/
|
|
218
|
-
export declare function encodeDODONFTPoolProxyInitOwner(newOwner: string):
|
|
218
|
+
export declare function encodeDODONFTPoolProxyInitOwner(newOwner: string): string;
|
|
219
219
|
/**
|
|
220
220
|
* encode setFilterTemplate
|
|
221
221
|
* @param {string | number} idx - uint256
|
|
222
222
|
* @param {string} newFilterTemplate - address
|
|
223
223
|
* @returns {string} encode data
|
|
224
224
|
*/
|
|
225
|
-
export declare function encodeDODONFTPoolProxySetFilterTemplate(idx: string | number, newFilterTemplate: string):
|
|
225
|
+
export declare function encodeDODONFTPoolProxySetFilterTemplate(idx: string | number, newFilterTemplate: string): string;
|
|
226
226
|
/**
|
|
227
227
|
* encode transferOwnership
|
|
228
228
|
* @param {string} newOwner - address
|
|
229
229
|
* @returns {string} encode data
|
|
230
230
|
*/
|
|
231
|
-
export declare function encodeDODONFTPoolProxyTransferOwnership(newOwner: string):
|
|
231
|
+
export declare function encodeDODONFTPoolProxyTransferOwnership(newOwner: string): string;
|
|
@@ -139,13 +139,13 @@ export declare function getFetchDODONFTProxy_WETH_QueryOptions(chainId: number |
|
|
|
139
139
|
* @param {string | number} deadLine - uint256
|
|
140
140
|
* @returns {string} encode data
|
|
141
141
|
*/
|
|
142
|
-
export declare function encodeDODONFTProxyBuyout(fragment: string, quoteMaxAmount: string | number, flag: string | number, deadLine: string | number):
|
|
142
|
+
export declare function encodeDODONFTProxyBuyout(fragment: string, quoteMaxAmount: string | number, flag: string | number, deadLine: string | number): string;
|
|
143
143
|
/**
|
|
144
144
|
* encode claimOwnership
|
|
145
145
|
|
|
146
146
|
* @returns {string} encode data
|
|
147
147
|
*/
|
|
148
|
-
export declare function encodeDODONFTProxyClaimOwnership():
|
|
148
|
+
export declare function encodeDODONFTProxyClaimOwnership(): string;
|
|
149
149
|
/**
|
|
150
150
|
* encode createFragment
|
|
151
151
|
* @param {Array<string>} addrList - address[]
|
|
@@ -154,59 +154,59 @@ export declare function encodeDODONFTProxyClaimOwnership(): any;
|
|
|
154
154
|
* @param {string} fragSymbol - string
|
|
155
155
|
* @returns {string} encode data
|
|
156
156
|
*/
|
|
157
|
-
export declare function encodeDODONFTProxyCreateFragment(addrList: Array<string>, params: Array<string | number>, isOpenTwap: boolean, fragSymbol: string):
|
|
157
|
+
export declare function encodeDODONFTProxyCreateFragment(addrList: Array<string>, params: Array<string | number>, isOpenTwap: boolean, fragSymbol: string): string;
|
|
158
158
|
/**
|
|
159
159
|
* encode createNFTCollateralVault
|
|
160
160
|
* @param {string} name - string
|
|
161
161
|
* @param {string} baseURI - string
|
|
162
162
|
* @returns {string} encode data
|
|
163
163
|
*/
|
|
164
|
-
export declare function encodeDODONFTProxyCreateNFTCollateralVault(name: string, baseURI: string):
|
|
164
|
+
export declare function encodeDODONFTProxyCreateNFTCollateralVault(name: string, baseURI: string): string;
|
|
165
165
|
/**
|
|
166
166
|
* encode initOwner
|
|
167
167
|
* @param {string} newOwner - address
|
|
168
168
|
* @returns {string} encode data
|
|
169
169
|
*/
|
|
170
|
-
export declare function encodeDODONFTProxyInitOwner(newOwner: string):
|
|
170
|
+
export declare function encodeDODONFTProxyInitOwner(newOwner: string): string;
|
|
171
171
|
/**
|
|
172
172
|
* encode transferOwnership
|
|
173
173
|
* @param {string} newOwner - address
|
|
174
174
|
* @returns {string} encode data
|
|
175
175
|
*/
|
|
176
|
-
export declare function encodeDODONFTProxyTransferOwnership(newOwner: string):
|
|
176
|
+
export declare function encodeDODONFTProxyTransferOwnership(newOwner: string): string;
|
|
177
177
|
/**
|
|
178
178
|
* encode updateBuyoutModel
|
|
179
179
|
* @param {string} newBuyoutModel - address
|
|
180
180
|
* @returns {string} encode data
|
|
181
181
|
*/
|
|
182
|
-
export declare function encodeDODONFTProxyUpdateBuyoutModel(newBuyoutModel: string):
|
|
182
|
+
export declare function encodeDODONFTProxyUpdateBuyoutModel(newBuyoutModel: string): string;
|
|
183
183
|
/**
|
|
184
184
|
* encode updateDvmTemplate
|
|
185
185
|
* @param {string} newDvmTemplate - address
|
|
186
186
|
* @returns {string} encode data
|
|
187
187
|
*/
|
|
188
|
-
export declare function encodeDODONFTProxyUpdateDvmTemplate(newDvmTemplate: string):
|
|
188
|
+
export declare function encodeDODONFTProxyUpdateDvmTemplate(newDvmTemplate: string): string;
|
|
189
189
|
/**
|
|
190
190
|
* encode updateFragTemplate
|
|
191
191
|
* @param {string} newFragTemplate - address
|
|
192
192
|
* @returns {string} encode data
|
|
193
193
|
*/
|
|
194
|
-
export declare function encodeDODONFTProxyUpdateFragTemplate(newFragTemplate: string):
|
|
194
|
+
export declare function encodeDODONFTProxyUpdateFragTemplate(newFragTemplate: string): string;
|
|
195
195
|
/**
|
|
196
196
|
* encode updateMaintainer
|
|
197
197
|
* @param {string} newMaintainer - address
|
|
198
198
|
* @returns {string} encode data
|
|
199
199
|
*/
|
|
200
|
-
export declare function encodeDODONFTProxyUpdateMaintainer(newMaintainer: string):
|
|
200
|
+
export declare function encodeDODONFTProxyUpdateMaintainer(newMaintainer: string): string;
|
|
201
201
|
/**
|
|
202
202
|
* encode updateMtFeeRateTemplate
|
|
203
203
|
* @param {string} newMtFeeRateTemplate - address
|
|
204
204
|
* @returns {string} encode data
|
|
205
205
|
*/
|
|
206
|
-
export declare function encodeDODONFTProxyUpdateMtFeeRateTemplate(newMtFeeRateTemplate: string):
|
|
206
|
+
export declare function encodeDODONFTProxyUpdateMtFeeRateTemplate(newMtFeeRateTemplate: string): string;
|
|
207
207
|
/**
|
|
208
208
|
* encode updateVaultTemplate
|
|
209
209
|
* @param {string} newVaultTemplate - address
|
|
210
210
|
* @returns {string} encode data
|
|
211
211
|
*/
|
|
212
|
-
export declare function encodeDODONFTProxyUpdateVaultTemplate(newVaultTemplate: string):
|
|
212
|
+
export declare function encodeDODONFTProxyUpdateVaultTemplate(newVaultTemplate: string): string;
|
|
@@ -97,7 +97,7 @@ export declare function getFetchDODONFTRegistryIsAdminListedQueryOptions(chainId
|
|
|
97
97
|
* @param {string} contractAddr - address
|
|
98
98
|
* @returns {string} encode data
|
|
99
99
|
*/
|
|
100
|
-
export declare function encodeDODONFTRegistryAddAdminList(contractAddr: string):
|
|
100
|
+
export declare function encodeDODONFTRegistryAddAdminList(contractAddr: string): string;
|
|
101
101
|
/**
|
|
102
102
|
* encode addRegistry
|
|
103
103
|
* @param {string} vault - address
|
|
@@ -106,34 +106,34 @@ export declare function encodeDODONFTRegistryAddAdminList(contractAddr: string):
|
|
|
106
106
|
* @param {string} dvm - address
|
|
107
107
|
* @returns {string} encode data
|
|
108
108
|
*/
|
|
109
|
-
export declare function encodeDODONFTRegistryAddRegistry(vault: string, fragment: string, quoteToken: string, dvm: string):
|
|
109
|
+
export declare function encodeDODONFTRegistryAddRegistry(vault: string, fragment: string, quoteToken: string, dvm: string): string;
|
|
110
110
|
/**
|
|
111
111
|
* encode claimOwnership
|
|
112
112
|
|
|
113
113
|
* @returns {string} encode data
|
|
114
114
|
*/
|
|
115
|
-
export declare function encodeDODONFTRegistryClaimOwnership():
|
|
115
|
+
export declare function encodeDODONFTRegistryClaimOwnership(): string;
|
|
116
116
|
/**
|
|
117
117
|
* encode initOwner
|
|
118
118
|
* @param {string} newOwner - address
|
|
119
119
|
* @returns {string} encode data
|
|
120
120
|
*/
|
|
121
|
-
export declare function encodeDODONFTRegistryInitOwner(newOwner: string):
|
|
121
|
+
export declare function encodeDODONFTRegistryInitOwner(newOwner: string): string;
|
|
122
122
|
/**
|
|
123
123
|
* encode removeAdminList
|
|
124
124
|
* @param {string} contractAddr - address
|
|
125
125
|
* @returns {string} encode data
|
|
126
126
|
*/
|
|
127
|
-
export declare function encodeDODONFTRegistryRemoveAdminList(contractAddr: string):
|
|
127
|
+
export declare function encodeDODONFTRegistryRemoveAdminList(contractAddr: string): string;
|
|
128
128
|
/**
|
|
129
129
|
* encode removeRegistry
|
|
130
130
|
* @param {string} fragment - address
|
|
131
131
|
* @returns {string} encode data
|
|
132
132
|
*/
|
|
133
|
-
export declare function encodeDODONFTRegistryRemoveRegistry(fragment: string):
|
|
133
|
+
export declare function encodeDODONFTRegistryRemoveRegistry(fragment: string): string;
|
|
134
134
|
/**
|
|
135
135
|
* encode transferOwnership
|
|
136
136
|
* @param {string} newOwner - address
|
|
137
137
|
* @returns {string} encode data
|
|
138
138
|
*/
|
|
139
|
-
export declare function encodeDODONFTRegistryTransferOwnership(newOwner: string):
|
|
139
|
+
export declare function encodeDODONFTRegistryTransferOwnership(newOwner: string): string;
|
|
@@ -29,4 +29,4 @@ export declare function getFetchDODOStarterProxy_WETH_QueryOptions(chainId: numb
|
|
|
29
29
|
* @param {string | number} deadLine - uint256
|
|
30
30
|
* @returns {string} encode data
|
|
31
31
|
*/
|
|
32
|
-
export declare function encodeDODOStarterProxyBid(pool: string, fundAmount: string | number, flag: string | number, deadLine: string | number):
|
|
32
|
+
export declare function encodeDODOStarterProxyBid(pool: string, fundAmount: string | number, flag: string | number, deadLine: string | number): string;
|
|
@@ -489,99 +489,99 @@ export declare function getFetchDODOV1VersionQueryOptions(chainId: number | unde
|
|
|
489
489
|
* @param {string} data - bytes
|
|
490
490
|
* @returns {string} encode data
|
|
491
491
|
*/
|
|
492
|
-
export declare function encodeDODOV1BuyBaseToken(amount: string | number, maxPayQuote: string | number, data: string):
|
|
492
|
+
export declare function encodeDODOV1BuyBaseToken(amount: string | number, maxPayQuote: string | number, data: string): string;
|
|
493
493
|
/**
|
|
494
494
|
* encode claimAssets
|
|
495
495
|
|
|
496
496
|
* @returns {string} encode data
|
|
497
497
|
*/
|
|
498
|
-
export declare function encodeDODOV1ClaimAssets():
|
|
498
|
+
export declare function encodeDODOV1ClaimAssets(): string;
|
|
499
499
|
/**
|
|
500
500
|
* encode claimOwnership
|
|
501
501
|
|
|
502
502
|
* @returns {string} encode data
|
|
503
503
|
*/
|
|
504
|
-
export declare function encodeDODOV1ClaimOwnership():
|
|
504
|
+
export declare function encodeDODOV1ClaimOwnership(): string;
|
|
505
505
|
/**
|
|
506
506
|
* encode depositBase
|
|
507
507
|
* @param {string | number} amount - uint256
|
|
508
508
|
* @returns {string} encode data
|
|
509
509
|
*/
|
|
510
|
-
export declare function encodeDODOV1DepositBase(amount: string | number):
|
|
510
|
+
export declare function encodeDODOV1DepositBase(amount: string | number): string;
|
|
511
511
|
/**
|
|
512
512
|
* encode depositBaseTo
|
|
513
513
|
* @param {string} to - address
|
|
514
514
|
* @param {string | number} amount - uint256
|
|
515
515
|
* @returns {string} encode data
|
|
516
516
|
*/
|
|
517
|
-
export declare function encodeDODOV1DepositBaseTo(to: string, amount: string | number):
|
|
517
|
+
export declare function encodeDODOV1DepositBaseTo(to: string, amount: string | number): string;
|
|
518
518
|
/**
|
|
519
519
|
* encode depositQuote
|
|
520
520
|
* @param {string | number} amount - uint256
|
|
521
521
|
* @returns {string} encode data
|
|
522
522
|
*/
|
|
523
|
-
export declare function encodeDODOV1DepositQuote(amount: string | number):
|
|
523
|
+
export declare function encodeDODOV1DepositQuote(amount: string | number): string;
|
|
524
524
|
/**
|
|
525
525
|
* encode depositQuoteTo
|
|
526
526
|
* @param {string} to - address
|
|
527
527
|
* @param {string | number} amount - uint256
|
|
528
528
|
* @returns {string} encode data
|
|
529
529
|
*/
|
|
530
|
-
export declare function encodeDODOV1DepositQuoteTo(to: string, amount: string | number):
|
|
530
|
+
export declare function encodeDODOV1DepositQuoteTo(to: string, amount: string | number): string;
|
|
531
531
|
/**
|
|
532
532
|
* encode disableBaseDeposit
|
|
533
533
|
|
|
534
534
|
* @returns {string} encode data
|
|
535
535
|
*/
|
|
536
|
-
export declare function encodeDODOV1DisableBaseDeposit():
|
|
536
|
+
export declare function encodeDODOV1DisableBaseDeposit(): string;
|
|
537
537
|
/**
|
|
538
538
|
* encode disableQuoteDeposit
|
|
539
539
|
|
|
540
540
|
* @returns {string} encode data
|
|
541
541
|
*/
|
|
542
|
-
export declare function encodeDODOV1DisableQuoteDeposit():
|
|
542
|
+
export declare function encodeDODOV1DisableQuoteDeposit(): string;
|
|
543
543
|
/**
|
|
544
544
|
* encode disableTrading
|
|
545
545
|
|
|
546
546
|
* @returns {string} encode data
|
|
547
547
|
*/
|
|
548
|
-
export declare function encodeDODOV1DisableTrading():
|
|
548
|
+
export declare function encodeDODOV1DisableTrading(): string;
|
|
549
549
|
/**
|
|
550
550
|
* encode donateBaseToken
|
|
551
551
|
* @param {string | number} amount - uint256
|
|
552
552
|
* @returns {string} encode data
|
|
553
553
|
*/
|
|
554
|
-
export declare function encodeDODOV1DonateBaseToken(amount: string | number):
|
|
554
|
+
export declare function encodeDODOV1DonateBaseToken(amount: string | number): string;
|
|
555
555
|
/**
|
|
556
556
|
* encode donateQuoteToken
|
|
557
557
|
* @param {string | number} amount - uint256
|
|
558
558
|
* @returns {string} encode data
|
|
559
559
|
*/
|
|
560
|
-
export declare function encodeDODOV1DonateQuoteToken(amount: string | number):
|
|
560
|
+
export declare function encodeDODOV1DonateQuoteToken(amount: string | number): string;
|
|
561
561
|
/**
|
|
562
562
|
* encode enableBaseDeposit
|
|
563
563
|
|
|
564
564
|
* @returns {string} encode data
|
|
565
565
|
*/
|
|
566
|
-
export declare function encodeDODOV1EnableBaseDeposit():
|
|
566
|
+
export declare function encodeDODOV1EnableBaseDeposit(): string;
|
|
567
567
|
/**
|
|
568
568
|
* encode enableQuoteDeposit
|
|
569
569
|
|
|
570
570
|
* @returns {string} encode data
|
|
571
571
|
*/
|
|
572
|
-
export declare function encodeDODOV1EnableQuoteDeposit():
|
|
572
|
+
export declare function encodeDODOV1EnableQuoteDeposit(): string;
|
|
573
573
|
/**
|
|
574
574
|
* encode enableTrading
|
|
575
575
|
|
|
576
576
|
* @returns {string} encode data
|
|
577
577
|
*/
|
|
578
|
-
export declare function encodeDODOV1EnableTrading():
|
|
578
|
+
export declare function encodeDODOV1EnableTrading(): string;
|
|
579
579
|
/**
|
|
580
580
|
* encode finalSettlement
|
|
581
581
|
|
|
582
582
|
* @returns {string} encode data
|
|
583
583
|
*/
|
|
584
|
-
export declare function encodeDODOV1FinalSettlement():
|
|
584
|
+
export declare function encodeDODOV1FinalSettlement(): string;
|
|
585
585
|
/**
|
|
586
586
|
* encode init
|
|
587
587
|
* @param {string} owner - address
|
|
@@ -596,14 +596,14 @@ export declare function encodeDODOV1FinalSettlement(): any;
|
|
|
596
596
|
* @param {string | number} gasPriceLimit - uint256
|
|
597
597
|
* @returns {string} encode data
|
|
598
598
|
*/
|
|
599
|
-
export declare function encodeDODOV1Init(owner: string, supervisor: string, maintainer: string, baseToken: string, quoteToken: string, oracle: string, lpFeeRate: string | number, mtFeeRate: string | number, k: string | number, gasPriceLimit: string | number):
|
|
599
|
+
export declare function encodeDODOV1Init(owner: string, supervisor: string, maintainer: string, baseToken: string, quoteToken: string, oracle: string, lpFeeRate: string | number, mtFeeRate: string | number, k: string | number, gasPriceLimit: string | number): string;
|
|
600
600
|
/**
|
|
601
601
|
* encode retrieve
|
|
602
602
|
* @param {string} token - address
|
|
603
603
|
* @param {string | number} amount - uint256
|
|
604
604
|
* @returns {string} encode data
|
|
605
605
|
*/
|
|
606
|
-
export declare function encodeDODOV1Retrieve(token: string, amount: string | number):
|
|
606
|
+
export declare function encodeDODOV1Retrieve(token: string, amount: string | number): string;
|
|
607
607
|
/**
|
|
608
608
|
* encode sellBaseToken
|
|
609
609
|
* @param {string | number} amount - uint256
|
|
@@ -611,102 +611,102 @@ export declare function encodeDODOV1Retrieve(token: string, amount: string | num
|
|
|
611
611
|
* @param {string} data - bytes
|
|
612
612
|
* @returns {string} encode data
|
|
613
613
|
*/
|
|
614
|
-
export declare function encodeDODOV1SellBaseToken(amount: string | number, minReceiveQuote: string | number, data: string):
|
|
614
|
+
export declare function encodeDODOV1SellBaseToken(amount: string | number, minReceiveQuote: string | number, data: string): string;
|
|
615
615
|
/**
|
|
616
616
|
* encode setGasPriceLimit
|
|
617
617
|
* @param {string | number} newGasPriceLimit - uint256
|
|
618
618
|
* @returns {string} encode data
|
|
619
619
|
*/
|
|
620
|
-
export declare function encodeDODOV1SetGasPriceLimit(newGasPriceLimit: string | number):
|
|
620
|
+
export declare function encodeDODOV1SetGasPriceLimit(newGasPriceLimit: string | number): string;
|
|
621
621
|
/**
|
|
622
622
|
* encode setK
|
|
623
623
|
* @param {string | number} newK - uint256
|
|
624
624
|
* @returns {string} encode data
|
|
625
625
|
*/
|
|
626
|
-
export declare function encodeDODOV1SetK(newK: string | number):
|
|
626
|
+
export declare function encodeDODOV1SetK(newK: string | number): string;
|
|
627
627
|
/**
|
|
628
628
|
* encode setLiquidityProviderFeeRate
|
|
629
629
|
* @param {string | number} newLiquidityPorviderFeeRate - uint256
|
|
630
630
|
* @returns {string} encode data
|
|
631
631
|
*/
|
|
632
|
-
export declare function encodeDODOV1SetLiquidityProviderFeeRate(newLiquidityPorviderFeeRate: string | number):
|
|
632
|
+
export declare function encodeDODOV1SetLiquidityProviderFeeRate(newLiquidityPorviderFeeRate: string | number): string;
|
|
633
633
|
/**
|
|
634
634
|
* encode setMaintainer
|
|
635
635
|
* @param {string} newMaintainer - address
|
|
636
636
|
* @returns {string} encode data
|
|
637
637
|
*/
|
|
638
|
-
export declare function encodeDODOV1SetMaintainer(newMaintainer: string):
|
|
638
|
+
export declare function encodeDODOV1SetMaintainer(newMaintainer: string): string;
|
|
639
639
|
/**
|
|
640
640
|
* encode setMaintainerFeeRate
|
|
641
641
|
* @param {string | number} newMaintainerFeeRate - uint256
|
|
642
642
|
* @returns {string} encode data
|
|
643
643
|
*/
|
|
644
|
-
export declare function encodeDODOV1SetMaintainerFeeRate(newMaintainerFeeRate: string | number):
|
|
644
|
+
export declare function encodeDODOV1SetMaintainerFeeRate(newMaintainerFeeRate: string | number): string;
|
|
645
645
|
/**
|
|
646
646
|
* encode setOracle
|
|
647
647
|
* @param {string} newOracle - address
|
|
648
648
|
* @returns {string} encode data
|
|
649
649
|
*/
|
|
650
|
-
export declare function encodeDODOV1SetOracle(newOracle: string):
|
|
650
|
+
export declare function encodeDODOV1SetOracle(newOracle: string): string;
|
|
651
651
|
/**
|
|
652
652
|
* encode setSupervisor
|
|
653
653
|
* @param {string} newSupervisor - address
|
|
654
654
|
* @returns {string} encode data
|
|
655
655
|
*/
|
|
656
|
-
export declare function encodeDODOV1SetSupervisor(newSupervisor: string):
|
|
656
|
+
export declare function encodeDODOV1SetSupervisor(newSupervisor: string): string;
|
|
657
657
|
/**
|
|
658
658
|
* encode transferOwnership
|
|
659
659
|
* @param {string} newOwner - address
|
|
660
660
|
* @returns {string} encode data
|
|
661
661
|
*/
|
|
662
|
-
export declare function encodeDODOV1TransferOwnership(newOwner: string):
|
|
662
|
+
export declare function encodeDODOV1TransferOwnership(newOwner: string): string;
|
|
663
663
|
/**
|
|
664
664
|
* encode withdrawAllBase
|
|
665
665
|
|
|
666
666
|
* @returns {string} encode data
|
|
667
667
|
*/
|
|
668
|
-
export declare function encodeDODOV1WithdrawAllBase():
|
|
668
|
+
export declare function encodeDODOV1WithdrawAllBase(): string;
|
|
669
669
|
/**
|
|
670
670
|
* encode withdrawAllBaseTo
|
|
671
671
|
* @param {string} to - address
|
|
672
672
|
* @returns {string} encode data
|
|
673
673
|
*/
|
|
674
|
-
export declare function encodeDODOV1WithdrawAllBaseTo(to: string):
|
|
674
|
+
export declare function encodeDODOV1WithdrawAllBaseTo(to: string): string;
|
|
675
675
|
/**
|
|
676
676
|
* encode withdrawAllQuote
|
|
677
677
|
|
|
678
678
|
* @returns {string} encode data
|
|
679
679
|
*/
|
|
680
|
-
export declare function encodeDODOV1WithdrawAllQuote():
|
|
680
|
+
export declare function encodeDODOV1WithdrawAllQuote(): string;
|
|
681
681
|
/**
|
|
682
682
|
* encode withdrawAllQuoteTo
|
|
683
683
|
* @param {string} to - address
|
|
684
684
|
* @returns {string} encode data
|
|
685
685
|
*/
|
|
686
|
-
export declare function encodeDODOV1WithdrawAllQuoteTo(to: string):
|
|
686
|
+
export declare function encodeDODOV1WithdrawAllQuoteTo(to: string): string;
|
|
687
687
|
/**
|
|
688
688
|
* encode withdrawBase
|
|
689
689
|
* @param {string | number} amount - uint256
|
|
690
690
|
* @returns {string} encode data
|
|
691
691
|
*/
|
|
692
|
-
export declare function encodeDODOV1WithdrawBase(amount: string | number):
|
|
692
|
+
export declare function encodeDODOV1WithdrawBase(amount: string | number): string;
|
|
693
693
|
/**
|
|
694
694
|
* encode withdrawBaseTo
|
|
695
695
|
* @param {string} to - address
|
|
696
696
|
* @param {string | number} amount - uint256
|
|
697
697
|
* @returns {string} encode data
|
|
698
698
|
*/
|
|
699
|
-
export declare function encodeDODOV1WithdrawBaseTo(to: string, amount: string | number):
|
|
699
|
+
export declare function encodeDODOV1WithdrawBaseTo(to: string, amount: string | number): string;
|
|
700
700
|
/**
|
|
701
701
|
* encode withdrawQuote
|
|
702
702
|
* @param {string | number} amount - uint256
|
|
703
703
|
* @returns {string} encode data
|
|
704
704
|
*/
|
|
705
|
-
export declare function encodeDODOV1WithdrawQuote(amount: string | number):
|
|
705
|
+
export declare function encodeDODOV1WithdrawQuote(amount: string | number): string;
|
|
706
706
|
/**
|
|
707
707
|
* encode withdrawQuoteTo
|
|
708
708
|
* @param {string} to - address
|
|
709
709
|
* @param {string | number} amount - uint256
|
|
710
710
|
* @returns {string} encode data
|
|
711
711
|
*/
|
|
712
|
-
export declare function encodeDODOV1WithdrawQuoteTo(to: string, amount: string | number):
|
|
712
|
+
export declare function encodeDODOV1WithdrawQuoteTo(to: string, amount: string | number): string;
|
|
@@ -17,7 +17,7 @@ export declare function getFetchDODOV1Adapter_DODO_SELL_HELPER_QueryOptions(chai
|
|
|
17
17
|
* @param {string} __input1 - bytes
|
|
18
18
|
* @returns {string} encode data
|
|
19
19
|
*/
|
|
20
|
-
export declare function encodeDODOV1AdapterSellBase(to: string, pool: string, __input1: string):
|
|
20
|
+
export declare function encodeDODOV1AdapterSellBase(to: string, pool: string, __input1: string): string;
|
|
21
21
|
/**
|
|
22
22
|
* encode sellQuote
|
|
23
23
|
* @param {string} to - address
|
|
@@ -25,4 +25,4 @@ export declare function encodeDODOV1AdapterSellBase(to: string, pool: string, __
|
|
|
25
25
|
* @param {string} __input1 - bytes
|
|
26
26
|
* @returns {string} encode data
|
|
27
27
|
*/
|
|
28
|
-
export declare function encodeDODOV1AdapterSellQuote(to: string, pool: string, __input1: string):
|
|
28
|
+
export declare function encodeDODOV1AdapterSellQuote(to: string, pool: string, __input1: string): string;
|
|
@@ -15,27 +15,27 @@ export declare function getFetchDODOV1ProxyOwnerQueryOptions(chainId: number | u
|
|
|
15
15
|
|
|
16
16
|
* @returns {string} encode data
|
|
17
17
|
*/
|
|
18
|
-
export declare function encodeDODOV1ProxyRenounceOwnership():
|
|
18
|
+
export declare function encodeDODOV1ProxyRenounceOwnership(): string;
|
|
19
19
|
/**
|
|
20
20
|
* encode transferOwnership
|
|
21
21
|
* @param {string} newOwner - address
|
|
22
22
|
* @returns {string} encode data
|
|
23
23
|
*/
|
|
24
|
-
export declare function encodeDODOV1ProxyTransferOwnership(newOwner: string):
|
|
24
|
+
export declare function encodeDODOV1ProxyTransferOwnership(newOwner: string): string;
|
|
25
25
|
/**
|
|
26
26
|
* encode withdrawAllBase
|
|
27
27
|
* @param {string} pool - address
|
|
28
28
|
* @param {string | number} minReceive - uint256
|
|
29
29
|
* @returns {string} encode data
|
|
30
30
|
*/
|
|
31
|
-
export declare function encodeDODOV1ProxyWithdrawAllBase(pool: string, minReceive: string | number):
|
|
31
|
+
export declare function encodeDODOV1ProxyWithdrawAllBase(pool: string, minReceive: string | number): string;
|
|
32
32
|
/**
|
|
33
33
|
* encode withdrawAllQuote
|
|
34
34
|
* @param {string} pool - address
|
|
35
35
|
* @param {string | number} minReceive - uint256
|
|
36
36
|
* @returns {string} encode data
|
|
37
37
|
*/
|
|
38
|
-
export declare function encodeDODOV1ProxyWithdrawAllQuote(pool: string, minReceive: string | number):
|
|
38
|
+
export declare function encodeDODOV1ProxyWithdrawAllQuote(pool: string, minReceive: string | number): string;
|
|
39
39
|
/**
|
|
40
40
|
* encode withdrawBase
|
|
41
41
|
* @param {string} pool - address
|
|
@@ -43,13 +43,13 @@ export declare function encodeDODOV1ProxyWithdrawAllQuote(pool: string, minRecei
|
|
|
43
43
|
* @param {string | number} minReceive - uint256
|
|
44
44
|
* @returns {string} encode data
|
|
45
45
|
*/
|
|
46
|
-
export declare function encodeDODOV1ProxyWithdrawBase(pool: string, amount: string | number, minReceive: string | number):
|
|
46
|
+
export declare function encodeDODOV1ProxyWithdrawBase(pool: string, amount: string | number, minReceive: string | number): string;
|
|
47
47
|
/**
|
|
48
48
|
* encode withdrawLeftToken
|
|
49
49
|
* @param {string} token - address
|
|
50
50
|
* @returns {string} encode data
|
|
51
51
|
*/
|
|
52
|
-
export declare function encodeDODOV1ProxyWithdrawLeftToken(token: string):
|
|
52
|
+
export declare function encodeDODOV1ProxyWithdrawLeftToken(token: string): string;
|
|
53
53
|
/**
|
|
54
54
|
* encode withdrawQuote
|
|
55
55
|
* @param {string} pool - address
|
|
@@ -57,4 +57,4 @@ export declare function encodeDODOV1ProxyWithdrawLeftToken(token: string): any;
|
|
|
57
57
|
* @param {string | number} minReceive - uint256
|
|
58
58
|
* @returns {string} encode data
|
|
59
59
|
*/
|
|
60
|
-
export declare function encodeDODOV1ProxyWithdrawQuote(pool: string, amount: string | number, minReceive: string | number):
|
|
60
|
+
export declare function encodeDODOV1ProxyWithdrawQuote(pool: string, amount: string | number, minReceive: string | number): string;
|
|
@@ -6,7 +6,7 @@ export declare function getDODOV2AdapterContractAddressByChainId(chainId: number
|
|
|
6
6
|
* @param {string} __input1 - bytes
|
|
7
7
|
* @returns {string} encode data
|
|
8
8
|
*/
|
|
9
|
-
export declare function encodeDODOV2AdapterSellBase(to: string, pool: string, __input1: string):
|
|
9
|
+
export declare function encodeDODOV2AdapterSellBase(to: string, pool: string, __input1: string): string;
|
|
10
10
|
/**
|
|
11
11
|
* encode sellQuote
|
|
12
12
|
* @param {string} to - address
|
|
@@ -14,4 +14,4 @@ export declare function encodeDODOV2AdapterSellBase(to: string, pool: string, __
|
|
|
14
14
|
* @param {string} __input1 - bytes
|
|
15
15
|
* @returns {string} encode data
|
|
16
16
|
*/
|
|
17
|
-
export declare function encodeDODOV2AdapterSellQuote(to: string, pool: string, __input1: string):
|
|
17
|
+
export declare function encodeDODOV2AdapterSellQuote(to: string, pool: string, __input1: string): string;
|