@xoxno/sdk-js 0.1.51-alpha → 0.1.52-alpha
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/types/user.d.ts +8 -0
- package/package.json +1 -1
package/dist/types/user.d.ts
CHANGED
|
@@ -232,6 +232,14 @@ export interface PoolDetails {
|
|
|
232
232
|
poolType: string;
|
|
233
233
|
issuingType: string;
|
|
234
234
|
isActive: boolean;
|
|
235
|
+
currentEpoch: number;
|
|
236
|
+
unBoundPeriod: boolean;
|
|
237
|
+
hasUnboundPeriod: boolean;
|
|
238
|
+
maxPoolLimit: number;
|
|
239
|
+
maxWalletLimit: number;
|
|
240
|
+
hasMaxWalletLimit: boolean;
|
|
241
|
+
endDate: number;
|
|
242
|
+
startDate: number;
|
|
235
243
|
owner: string;
|
|
236
244
|
daysLeft: number;
|
|
237
245
|
percentFilled: number;
|