@raac/rpc 1.1.0-beta.44 → 1.1.0-beta.45
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/RPCLibrary.js +2 -2
- package/dist/types/RPCLibrary.d.ts +2 -2
- package/package.json +1 -1
package/dist/RPCLibrary.js
CHANGED
|
@@ -202,6 +202,8 @@ class RPCLibrary {
|
|
|
202
202
|
depositToStabilityPool: depositToStabilityPool_1.default,
|
|
203
203
|
withdrawFromStabilityPool: withdrawFromStabilityPool_1.default,
|
|
204
204
|
getRawUserDepositInStabilityPool: getRawUserDepositsInStabilityPool_1.default,
|
|
205
|
+
getWithdrawRequestInfo: getWithdrawRequestInfo_2.getWithdrawRequestInfo,
|
|
206
|
+
requestWithdraw: requestWithdraw_2.requestWithdraw,
|
|
205
207
|
},
|
|
206
208
|
// LendingPool
|
|
207
209
|
lendingPool: {
|
|
@@ -271,8 +273,6 @@ class RPCLibrary {
|
|
|
271
273
|
getStabilityPoolInfo: getStabilityPoolInfo_1.default,
|
|
272
274
|
depositToStabilityPool: depositToStabilityPool_1.default,
|
|
273
275
|
withdrawFromStabilityPool: withdrawFromStabilityPool_1.default,
|
|
274
|
-
getWithdrawRequestInfo: getWithdrawRequestInfo_2.getWithdrawRequestInfo,
|
|
275
|
-
requestWithdraw: requestWithdraw_2.requestWithdraw,
|
|
276
276
|
};
|
|
277
277
|
this.zeno = {
|
|
278
278
|
createAuction: createAuction_1.default,
|
|
@@ -158,6 +158,8 @@ declare class RPCLibrary {
|
|
|
158
158
|
depositToStabilityPool: typeof depositToStabilityPool;
|
|
159
159
|
withdrawFromStabilityPool: typeof withdrawFromStabilityPool;
|
|
160
160
|
getRawUserDepositInStabilityPool: typeof getRawUserDepositInStabilityPool;
|
|
161
|
+
getWithdrawRequestInfo: typeof getStabilityPoolWithdrawRequestInfo;
|
|
162
|
+
requestWithdraw: typeof requestStabilityPoolWithdraw;
|
|
161
163
|
};
|
|
162
164
|
lendingPool: {
|
|
163
165
|
getAdapters: typeof getAdapters;
|
|
@@ -220,8 +222,6 @@ declare class RPCLibrary {
|
|
|
220
222
|
getStabilityPoolInfo: typeof getStabilityPoolInfo;
|
|
221
223
|
depositToStabilityPool: typeof depositToStabilityPool;
|
|
222
224
|
withdrawFromStabilityPool: typeof withdrawFromStabilityPool;
|
|
223
|
-
getWithdrawRequestInfo: typeof getStabilityPoolWithdrawRequestInfo;
|
|
224
|
-
requestWithdraw: typeof requestStabilityPoolWithdraw;
|
|
225
225
|
};
|
|
226
226
|
zeno: {
|
|
227
227
|
createAuction: typeof createAuction;
|