Skip to content

Commit 8842b77

Browse files
docs(express): coinSignV2 and accountResourcesV2
TICKET: WCI-218
1 parent 304f5dd commit 8842b77

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const AccountResourcesResponse = {
8282
* for token transfers.
8383
*
8484
* @operationId express.v2.wallet.getaccountresources
85-
* @tag express
85+
* @tag Express
8686
*/
8787
export const GetAccountResources = httpRoute({
8888
path: '/api/v2/{coin}/wallet/{id}/getaccountresources',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
* Request parameters for signing a transaction (external signer mode)
1616
*/
1717
export const CoinSignParams = {
18-
/** The coin type */
18+
/** A cryptocurrency or token ticker symbol */
1919
coin: t.string,
2020
} as const;
2121

@@ -164,8 +164,8 @@ export const CoinSignResponse = {
164164
* - Half-signed transaction (if more signatures needed)
165165
* - Transaction request ID (for TSS wallets)
166166
*
167-
* @tag express
168167
* @operationId express.v2.coin.sign
168+
* @tag Express
169169
*/
170170
export const PostCoinSign = httpRoute({
171171
path: '/api/v2/{coin}/sign',

0 commit comments

Comments
 (0)