File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ export const StxSupplyRoutes: FastifyPluginAsync<
74
74
'String quoted decimal number of the percentage of STX that have unlocked' ,
75
75
} ) ,
76
76
total_stx : Type . String ( {
77
- description : 'String quoted decimal number of the total circulating number of STX' ,
77
+ description :
78
+ 'String quoted decimal number of the total circulating number of STX (at the input block height if provided, otherwise the current block height)' ,
78
79
} ) ,
79
80
total_stx_year_2050 : Type . String ( {
80
81
description :
@@ -198,7 +199,8 @@ export const StxSupplyRoutes: FastifyPluginAsync<
198
199
'String quoted decimal number of the percentage of STX that have unlocked' ,
199
200
} ) ,
200
201
totalStacks : Type . String ( {
201
- description : 'String quoted decimal number of the total circulating number of STX' ,
202
+ description :
203
+ 'String quoted decimal number of the total circulating number of STX (at the input block height if provided, otherwise the current block height)' ,
202
204
} ) ,
203
205
totalStacksFormatted : Type . String ( {
204
206
description : 'Same as `totalStacks` but formatted with comma thousands separators' ,
You can’t perform that action at this time.
0 commit comments