Skip to content

Commit 94f5da7

Browse files
committed
chore: doc update
1 parent 4f5a1d2 commit 94f5da7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/api/routes/stx-supply.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ export const StxSupplyRoutes: FastifyPluginAsync<
7474
'String quoted decimal number of the percentage of STX that have unlocked',
7575
}),
7676
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)',
7879
}),
7980
total_stx_year_2050: Type.String({
8081
description:
@@ -198,7 +199,8 @@ export const StxSupplyRoutes: FastifyPluginAsync<
198199
'String quoted decimal number of the percentage of STX that have unlocked',
199200
}),
200201
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)',
202204
}),
203205
totalStacksFormatted: Type.String({
204206
description: 'Same as `totalStacks` but formatted with comma thousands separators',

0 commit comments

Comments
 (0)