Skip to content

Commit

Permalink
adjusted jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Feb 4, 2025
1 parent 9199f00 commit 23cb3de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CashuAuthMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
import request from './request.js';
import { isObj, joinUrls, sanitizeUrl } from './utils.js';
/**
* Class represents Cashu Mint API. This class contains Lower level functions that are implemented by CashuWallet.
* Class represents Cashu Auth Mint API. This class contains Lower level functions that are implemented by CashuAuthWallet.
*/
class CashuAuthMint {
/**
Expand All @@ -24,9 +24,10 @@ class CashuAuthMint {
}

/**
* Mints new tokens by requesting blind signatures on the provided outputs.
* Mints new Blinded Authentication tokens by requesting blind signatures on the provided outputs.
* @param mintUrl
* @param mintPayload Payload containing the outputs to get blind signatures on
* @param clearAuthToken A clear auth token obtained out-of-band containing the outputs to get blind signatures on
* @param customRequest
* @returns serialized blinded signatures
*/
Expand Down

0 comments on commit 23cb3de

Please sign in to comment.