Skip to content

Commit d1de046

Browse files
feat(express): add private and public to calculateMinerFeeInfo
WCI-228 TICKET: WCI-228
1 parent 4b63462 commit d1de046

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

modules/express/src/typedRoutes/api/v1/calculateMinerFeeInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const CalculateMinerFeeInfoResponse = t.type({
3131
*
3232
* @operationId express.v1.calculateminerfeeinfo
3333
* @tag Express
34+
* @private
3435
*/
3536
export const PostV1CalculateMinerFeeInfo = httpRoute({
3637
path: '/api/v1/calculateminerfeeinfo',

modules/express/src/typedRoutes/api/v2/calculateMinerFeeInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { CalculateMinerFeeInfoRequestBody, CalculateMinerFeeInfoResponse } from
77
*
88
* @operationId express.calculateminerfeeinfo
99
* @tag Express
10+
* @public
1011
*/
1112
export const PostV2CalculateMinerFeeInfo = httpRoute({
1213
path: '/api/v2/calculateminerfeeinfo',

0 commit comments

Comments
 (0)