Skip to content

Commit bd33dda

Browse files
Merge pull request #8606 from BitGo/WCI-228
add(express): add private and public to calculateMinerFeeInfo
2 parents 6552626 + d1de046 commit bd33dda

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)