@merkl/api 1.6.55 → 1.6.56
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/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +54 -0
- package/dist/src/jobs/update-rpc-calls-cache.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +30 -30
- package/dist/src/utils/getAPR.d.ts +77 -23
- package/dist/src/utils/parseDistributionType.d.ts +54 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -131,6 +131,7 @@ export declare const getAPR: (params: {
|
|
|
131
131
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
132
132
|
distributionSettings: {
|
|
133
133
|
useTempLeaves?: boolean | undefined;
|
|
134
|
+
publishAfterTimestamp?: number | undefined;
|
|
134
135
|
};
|
|
135
136
|
} | {
|
|
136
137
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -141,16 +142,19 @@ export declare const getAPR: (params: {
|
|
|
141
142
|
};
|
|
142
143
|
distributionSettings: {
|
|
143
144
|
useTempLeaves?: boolean | undefined;
|
|
145
|
+
publishAfterTimestamp?: number | undefined;
|
|
144
146
|
};
|
|
145
147
|
} | {
|
|
146
148
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
147
149
|
distributionSettings: {
|
|
148
150
|
useTempLeaves?: boolean | undefined;
|
|
151
|
+
publishAfterTimestamp?: number | undefined;
|
|
149
152
|
};
|
|
150
153
|
} | {
|
|
151
154
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
152
155
|
distributionSettings: {
|
|
153
156
|
useTempLeaves?: boolean | undefined;
|
|
157
|
+
publishAfterTimestamp?: number | undefined;
|
|
154
158
|
apr: string;
|
|
155
159
|
rewardTokenPricing: boolean;
|
|
156
160
|
targetTokenPricing: boolean;
|
|
@@ -160,6 +164,7 @@ export declare const getAPR: (params: {
|
|
|
160
164
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
161
165
|
distributionSettings: {
|
|
162
166
|
useTempLeaves?: boolean | undefined;
|
|
167
|
+
publishAfterTimestamp?: number | undefined;
|
|
163
168
|
apr: string;
|
|
164
169
|
rewardTokenPricing: boolean;
|
|
165
170
|
targetTokenPricing: boolean;
|
|
@@ -169,11 +174,13 @@ export declare const getAPR: (params: {
|
|
|
169
174
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
170
175
|
distributionSettings: {
|
|
171
176
|
useTempLeaves?: boolean | undefined;
|
|
177
|
+
publishAfterTimestamp?: number | undefined;
|
|
172
178
|
};
|
|
173
179
|
} | {
|
|
174
180
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
175
181
|
distributionSettings: {
|
|
176
182
|
useTempLeaves?: boolean | undefined;
|
|
183
|
+
publishAfterTimestamp?: number | undefined;
|
|
177
184
|
jsonURL: string;
|
|
178
185
|
};
|
|
179
186
|
} | undefined;
|
|
@@ -185,6 +192,8 @@ export declare const getAPR: (params: {
|
|
|
185
192
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
186
193
|
} | {
|
|
187
194
|
computeMethod: import("@package/resources/enums").indicator;
|
|
195
|
+
} | {
|
|
196
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
188
197
|
} | {
|
|
189
198
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
190
199
|
computeSettings: {
|
|
@@ -268,29 +277,6 @@ export declare const getAPR: (params: {
|
|
|
268
277
|
callDataKey?: string | undefined;
|
|
269
278
|
}))[];
|
|
270
279
|
} & ({
|
|
271
|
-
targetToken: string;
|
|
272
|
-
decimalsTargetToken: number;
|
|
273
|
-
symbolTargetToken: string;
|
|
274
|
-
underlyingToken: string;
|
|
275
|
-
decimalsUnderlyingToken: number;
|
|
276
|
-
symbolUnderlyingToken: string;
|
|
277
|
-
} | {
|
|
278
|
-
targetToken: string;
|
|
279
|
-
decimalsTargetToken: number;
|
|
280
|
-
symbolTargetToken: string;
|
|
281
|
-
underlyingToken: string;
|
|
282
|
-
decimalsUnderlyingToken: number;
|
|
283
|
-
symbolUnderlyingToken: string;
|
|
284
|
-
} | {
|
|
285
|
-
collateralToken: string;
|
|
286
|
-
decimalsCollateralToken: number;
|
|
287
|
-
symbolCollateralToken: string;
|
|
288
|
-
quoteToken: string;
|
|
289
|
-
decimalsQuoteToken: number;
|
|
290
|
-
symbolQuoteToken: string;
|
|
291
|
-
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
|
292
|
-
poolId: string;
|
|
293
|
-
} | {
|
|
294
280
|
targetToken: string;
|
|
295
281
|
decimalsTargetToken: number;
|
|
296
282
|
symbolTargetToken: string;
|
|
@@ -446,6 +432,7 @@ export declare const getAPR: (params: {
|
|
|
446
432
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
447
433
|
distributionSettings: {
|
|
448
434
|
useTempLeaves?: boolean | undefined;
|
|
435
|
+
publishAfterTimestamp?: number | undefined;
|
|
449
436
|
};
|
|
450
437
|
} | {
|
|
451
438
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -456,16 +443,19 @@ export declare const getAPR: (params: {
|
|
|
456
443
|
};
|
|
457
444
|
distributionSettings: {
|
|
458
445
|
useTempLeaves?: boolean | undefined;
|
|
446
|
+
publishAfterTimestamp?: number | undefined;
|
|
459
447
|
};
|
|
460
448
|
} | {
|
|
461
449
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
462
450
|
distributionSettings: {
|
|
463
451
|
useTempLeaves?: boolean | undefined;
|
|
452
|
+
publishAfterTimestamp?: number | undefined;
|
|
464
453
|
};
|
|
465
454
|
} | {
|
|
466
455
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
467
456
|
distributionSettings: {
|
|
468
457
|
useTempLeaves?: boolean | undefined;
|
|
458
|
+
publishAfterTimestamp?: number | undefined;
|
|
469
459
|
apr: string;
|
|
470
460
|
rewardTokenPricing: boolean;
|
|
471
461
|
targetTokenPricing: boolean;
|
|
@@ -475,6 +465,7 @@ export declare const getAPR: (params: {
|
|
|
475
465
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
476
466
|
distributionSettings: {
|
|
477
467
|
useTempLeaves?: boolean | undefined;
|
|
468
|
+
publishAfterTimestamp?: number | undefined;
|
|
478
469
|
apr: string;
|
|
479
470
|
rewardTokenPricing: boolean;
|
|
480
471
|
targetTokenPricing: boolean;
|
|
@@ -484,11 +475,13 @@ export declare const getAPR: (params: {
|
|
|
484
475
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
485
476
|
distributionSettings: {
|
|
486
477
|
useTempLeaves?: boolean | undefined;
|
|
478
|
+
publishAfterTimestamp?: number | undefined;
|
|
487
479
|
};
|
|
488
480
|
} | {
|
|
489
481
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
490
482
|
distributionSettings: {
|
|
491
483
|
useTempLeaves?: boolean | undefined;
|
|
484
|
+
publishAfterTimestamp?: number | undefined;
|
|
492
485
|
jsonURL: string;
|
|
493
486
|
};
|
|
494
487
|
} | undefined;
|
|
@@ -500,6 +493,8 @@ export declare const getAPR: (params: {
|
|
|
500
493
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
501
494
|
} | {
|
|
502
495
|
computeMethod: import("@package/resources/enums").indicator;
|
|
496
|
+
} | {
|
|
497
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
503
498
|
} | {
|
|
504
499
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
505
500
|
computeSettings: {
|
|
@@ -1261,6 +1256,29 @@ export declare const getAPR: (params: {
|
|
|
1261
1256
|
})[];
|
|
1262
1257
|
composedCampaignsCompute: string;
|
|
1263
1258
|
chains: number[];
|
|
1259
|
+
} | {
|
|
1260
|
+
targetToken: string;
|
|
1261
|
+
decimalsTargetToken: number;
|
|
1262
|
+
symbolTargetToken: string;
|
|
1263
|
+
underlyingToken: string;
|
|
1264
|
+
decimalsUnderlyingToken: number;
|
|
1265
|
+
symbolUnderlyingToken: string;
|
|
1266
|
+
} | {
|
|
1267
|
+
targetToken: string;
|
|
1268
|
+
decimalsTargetToken: number;
|
|
1269
|
+
symbolTargetToken: string;
|
|
1270
|
+
underlyingToken: string;
|
|
1271
|
+
decimalsUnderlyingToken: number;
|
|
1272
|
+
symbolUnderlyingToken: string;
|
|
1273
|
+
} | {
|
|
1274
|
+
collateralToken: string;
|
|
1275
|
+
decimalsCollateralToken: number;
|
|
1276
|
+
symbolCollateralToken: string;
|
|
1277
|
+
quoteToken: string;
|
|
1278
|
+
decimalsQuoteToken: number;
|
|
1279
|
+
symbolQuoteToken: string;
|
|
1280
|
+
subCampaignType: import("@package/resources/enums").AjnaSubCampaignType;
|
|
1281
|
+
poolId: string;
|
|
1264
1282
|
} | {
|
|
1265
1283
|
isOutOfRangeIncentivized: boolean;
|
|
1266
1284
|
weightFees: number;
|
|
@@ -2060,6 +2078,7 @@ export declare const getAPR: (params: {
|
|
|
2060
2078
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
2061
2079
|
distributionSettings: {
|
|
2062
2080
|
useTempLeaves?: boolean | undefined;
|
|
2081
|
+
publishAfterTimestamp?: number | undefined;
|
|
2063
2082
|
};
|
|
2064
2083
|
} | {
|
|
2065
2084
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -2070,16 +2089,19 @@ export declare const getAPR: (params: {
|
|
|
2070
2089
|
};
|
|
2071
2090
|
distributionSettings: {
|
|
2072
2091
|
useTempLeaves?: boolean | undefined;
|
|
2092
|
+
publishAfterTimestamp?: number | undefined;
|
|
2073
2093
|
};
|
|
2074
2094
|
} | {
|
|
2075
2095
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
2076
2096
|
distributionSettings: {
|
|
2077
2097
|
useTempLeaves?: boolean | undefined;
|
|
2098
|
+
publishAfterTimestamp?: number | undefined;
|
|
2078
2099
|
};
|
|
2079
2100
|
} | {
|
|
2080
2101
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
2081
2102
|
distributionSettings: {
|
|
2082
2103
|
useTempLeaves?: boolean | undefined;
|
|
2104
|
+
publishAfterTimestamp?: number | undefined;
|
|
2083
2105
|
apr: string;
|
|
2084
2106
|
rewardTokenPricing: boolean;
|
|
2085
2107
|
targetTokenPricing: boolean;
|
|
@@ -2089,6 +2111,7 @@ export declare const getAPR: (params: {
|
|
|
2089
2111
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
2090
2112
|
distributionSettings: {
|
|
2091
2113
|
useTempLeaves?: boolean | undefined;
|
|
2114
|
+
publishAfterTimestamp?: number | undefined;
|
|
2092
2115
|
apr: string;
|
|
2093
2116
|
rewardTokenPricing: boolean;
|
|
2094
2117
|
targetTokenPricing: boolean;
|
|
@@ -2098,11 +2121,13 @@ export declare const getAPR: (params: {
|
|
|
2098
2121
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
2099
2122
|
distributionSettings: {
|
|
2100
2123
|
useTempLeaves?: boolean | undefined;
|
|
2124
|
+
publishAfterTimestamp?: number | undefined;
|
|
2101
2125
|
};
|
|
2102
2126
|
} | {
|
|
2103
2127
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
2104
2128
|
distributionSettings: {
|
|
2105
2129
|
useTempLeaves?: boolean | undefined;
|
|
2130
|
+
publishAfterTimestamp?: number | undefined;
|
|
2106
2131
|
jsonURL: string;
|
|
2107
2132
|
};
|
|
2108
2133
|
} | undefined;
|
|
@@ -2114,6 +2139,8 @@ export declare const getAPR: (params: {
|
|
|
2114
2139
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
2115
2140
|
} | {
|
|
2116
2141
|
computeMethod: import("@package/resources/enums").indicator;
|
|
2142
|
+
} | {
|
|
2143
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
2117
2144
|
} | {
|
|
2118
2145
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
2119
2146
|
computeSettings: {
|
|
@@ -3021,6 +3048,7 @@ export declare const getAPR: (params: {
|
|
|
3021
3048
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
3022
3049
|
distributionSettings: {
|
|
3023
3050
|
useTempLeaves?: boolean | undefined;
|
|
3051
|
+
publishAfterTimestamp?: number | undefined;
|
|
3024
3052
|
};
|
|
3025
3053
|
} | {
|
|
3026
3054
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -3031,16 +3059,19 @@ export declare const getAPR: (params: {
|
|
|
3031
3059
|
};
|
|
3032
3060
|
distributionSettings: {
|
|
3033
3061
|
useTempLeaves?: boolean | undefined;
|
|
3062
|
+
publishAfterTimestamp?: number | undefined;
|
|
3034
3063
|
};
|
|
3035
3064
|
} | {
|
|
3036
3065
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
3037
3066
|
distributionSettings: {
|
|
3038
3067
|
useTempLeaves?: boolean | undefined;
|
|
3068
|
+
publishAfterTimestamp?: number | undefined;
|
|
3039
3069
|
};
|
|
3040
3070
|
} | {
|
|
3041
3071
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
3042
3072
|
distributionSettings: {
|
|
3043
3073
|
useTempLeaves?: boolean | undefined;
|
|
3074
|
+
publishAfterTimestamp?: number | undefined;
|
|
3044
3075
|
apr: string;
|
|
3045
3076
|
rewardTokenPricing: boolean;
|
|
3046
3077
|
targetTokenPricing: boolean;
|
|
@@ -3050,6 +3081,7 @@ export declare const getAPR: (params: {
|
|
|
3050
3081
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
3051
3082
|
distributionSettings: {
|
|
3052
3083
|
useTempLeaves?: boolean | undefined;
|
|
3084
|
+
publishAfterTimestamp?: number | undefined;
|
|
3053
3085
|
apr: string;
|
|
3054
3086
|
rewardTokenPricing: boolean;
|
|
3055
3087
|
targetTokenPricing: boolean;
|
|
@@ -3059,11 +3091,13 @@ export declare const getAPR: (params: {
|
|
|
3059
3091
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
3060
3092
|
distributionSettings: {
|
|
3061
3093
|
useTempLeaves?: boolean | undefined;
|
|
3094
|
+
publishAfterTimestamp?: number | undefined;
|
|
3062
3095
|
};
|
|
3063
3096
|
} | {
|
|
3064
3097
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
3065
3098
|
distributionSettings: {
|
|
3066
3099
|
useTempLeaves?: boolean | undefined;
|
|
3100
|
+
publishAfterTimestamp?: number | undefined;
|
|
3067
3101
|
jsonURL: string;
|
|
3068
3102
|
};
|
|
3069
3103
|
} | undefined;
|
|
@@ -3075,6 +3109,8 @@ export declare const getAPR: (params: {
|
|
|
3075
3109
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
3076
3110
|
} | {
|
|
3077
3111
|
computeMethod: import("@package/resources/enums").indicator;
|
|
3112
|
+
} | {
|
|
3113
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
3078
3114
|
} | {
|
|
3079
3115
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
3080
3116
|
computeSettings: {
|
|
@@ -3987,6 +4023,7 @@ export declare const getAPR: (params: {
|
|
|
3987
4023
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
3988
4024
|
distributionSettings: {
|
|
3989
4025
|
useTempLeaves?: boolean | undefined;
|
|
4026
|
+
publishAfterTimestamp?: number | undefined;
|
|
3990
4027
|
};
|
|
3991
4028
|
} | {
|
|
3992
4029
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -3997,16 +4034,19 @@ export declare const getAPR: (params: {
|
|
|
3997
4034
|
};
|
|
3998
4035
|
distributionSettings: {
|
|
3999
4036
|
useTempLeaves?: boolean | undefined;
|
|
4037
|
+
publishAfterTimestamp?: number | undefined;
|
|
4000
4038
|
};
|
|
4001
4039
|
} | {
|
|
4002
4040
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
4003
4041
|
distributionSettings: {
|
|
4004
4042
|
useTempLeaves?: boolean | undefined;
|
|
4043
|
+
publishAfterTimestamp?: number | undefined;
|
|
4005
4044
|
};
|
|
4006
4045
|
} | {
|
|
4007
4046
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
4008
4047
|
distributionSettings: {
|
|
4009
4048
|
useTempLeaves?: boolean | undefined;
|
|
4049
|
+
publishAfterTimestamp?: number | undefined;
|
|
4010
4050
|
apr: string;
|
|
4011
4051
|
rewardTokenPricing: boolean;
|
|
4012
4052
|
targetTokenPricing: boolean;
|
|
@@ -4016,6 +4056,7 @@ export declare const getAPR: (params: {
|
|
|
4016
4056
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
4017
4057
|
distributionSettings: {
|
|
4018
4058
|
useTempLeaves?: boolean | undefined;
|
|
4059
|
+
publishAfterTimestamp?: number | undefined;
|
|
4019
4060
|
apr: string;
|
|
4020
4061
|
rewardTokenPricing: boolean;
|
|
4021
4062
|
targetTokenPricing: boolean;
|
|
@@ -4025,11 +4066,13 @@ export declare const getAPR: (params: {
|
|
|
4025
4066
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
4026
4067
|
distributionSettings: {
|
|
4027
4068
|
useTempLeaves?: boolean | undefined;
|
|
4069
|
+
publishAfterTimestamp?: number | undefined;
|
|
4028
4070
|
};
|
|
4029
4071
|
} | {
|
|
4030
4072
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
4031
4073
|
distributionSettings: {
|
|
4032
4074
|
useTempLeaves?: boolean | undefined;
|
|
4075
|
+
publishAfterTimestamp?: number | undefined;
|
|
4033
4076
|
jsonURL: string;
|
|
4034
4077
|
};
|
|
4035
4078
|
} | undefined;
|
|
@@ -4041,6 +4084,8 @@ export declare const getAPR: (params: {
|
|
|
4041
4084
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
4042
4085
|
} | {
|
|
4043
4086
|
computeMethod: import("@package/resources/enums").indicator;
|
|
4087
|
+
} | {
|
|
4088
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
4044
4089
|
} | {
|
|
4045
4090
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
4046
4091
|
computeSettings: {
|
|
@@ -4954,6 +4999,7 @@ export declare const getAPR: (params: {
|
|
|
4954
4999
|
distributionMethod: import("@package/resources/enums").AIRDROP;
|
|
4955
5000
|
distributionSettings: {
|
|
4956
5001
|
useTempLeaves?: boolean | undefined;
|
|
5002
|
+
publishAfterTimestamp?: number | undefined;
|
|
4957
5003
|
};
|
|
4958
5004
|
} | {
|
|
4959
5005
|
distributionMethod: import("@package/resources/enums").AIRDROP_EPOCH;
|
|
@@ -4964,16 +5010,19 @@ export declare const getAPR: (params: {
|
|
|
4964
5010
|
};
|
|
4965
5011
|
distributionSettings: {
|
|
4966
5012
|
useTempLeaves?: boolean | undefined;
|
|
5013
|
+
publishAfterTimestamp?: number | undefined;
|
|
4967
5014
|
};
|
|
4968
5015
|
} | {
|
|
4969
5016
|
distributionMethod: import("@package/resources/enums").DUTCH_AUCTION;
|
|
4970
5017
|
distributionSettings: {
|
|
4971
5018
|
useTempLeaves?: boolean | undefined;
|
|
5019
|
+
publishAfterTimestamp?: number | undefined;
|
|
4972
5020
|
};
|
|
4973
5021
|
} | {
|
|
4974
5022
|
distributionMethod: import("@package/resources/enums").FIX_APR;
|
|
4975
5023
|
distributionSettings: {
|
|
4976
5024
|
useTempLeaves?: boolean | undefined;
|
|
5025
|
+
publishAfterTimestamp?: number | undefined;
|
|
4977
5026
|
apr: string;
|
|
4978
5027
|
rewardTokenPricing: boolean;
|
|
4979
5028
|
targetTokenPricing: boolean;
|
|
@@ -4983,6 +5032,7 @@ export declare const getAPR: (params: {
|
|
|
4983
5032
|
distributionMethod: import("@package/resources/enums").MAX_APR;
|
|
4984
5033
|
distributionSettings: {
|
|
4985
5034
|
useTempLeaves?: boolean | undefined;
|
|
5035
|
+
publishAfterTimestamp?: number | undefined;
|
|
4986
5036
|
apr: string;
|
|
4987
5037
|
rewardTokenPricing: boolean;
|
|
4988
5038
|
targetTokenPricing: boolean;
|
|
@@ -4992,11 +5042,13 @@ export declare const getAPR: (params: {
|
|
|
4992
5042
|
distributionMethod: import("@package/resources/enums").MAX_DISTRIBUTION_RATE;
|
|
4993
5043
|
distributionSettings: {
|
|
4994
5044
|
useTempLeaves?: boolean | undefined;
|
|
5045
|
+
publishAfterTimestamp?: number | undefined;
|
|
4995
5046
|
};
|
|
4996
5047
|
} | {
|
|
4997
5048
|
distributionMethod: import("@package/resources/enums").VESTING;
|
|
4998
5049
|
distributionSettings: {
|
|
4999
5050
|
useTempLeaves?: boolean | undefined;
|
|
5051
|
+
publishAfterTimestamp?: number | undefined;
|
|
5000
5052
|
jsonURL: string;
|
|
5001
5053
|
};
|
|
5002
5054
|
} | undefined;
|
|
@@ -5008,6 +5060,8 @@ export declare const getAPR: (params: {
|
|
|
5008
5060
|
computeMethod: import("@package/resources/enums").maxBalance;
|
|
5009
5061
|
} | {
|
|
5010
5062
|
computeMethod: import("@package/resources/enums").indicator;
|
|
5063
|
+
} | {
|
|
5064
|
+
computeMethod: import("@package/resources/enums").slashingMaxBalance;
|
|
5011
5065
|
} | {
|
|
5012
5066
|
computeMethod: import("@package/resources/enums").belowThreshold;
|
|
5013
5067
|
computeSettings: {
|