File tree Expand file tree Collapse file tree
modules/express/src/typedRoutes/api/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
8787export const GetAccountResources = httpRoute ( {
8888 path : '/api/v2/{coin}/wallet/{id}/getaccountresources' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 * Request parameters for signing a transaction (external signer mode)
1616 */
1717export 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 */
170170export const PostCoinSign = httpRoute ( {
171171 path : '/api/v2/{coin}/sign' ,
You can’t perform that action at this time.
0 commit comments