Skip to content

Commit

Permalink
docs: update function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Nov 19, 2024
1 parent ae8c8c1 commit 642b76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/credential/trustmark/get-credential-trustmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type GetCredentialTrustmarkJwt = (
* @param wiaCryptoContext The Wallet Instance's crypto context associated with the walletInstanceAttestation parameter
* @param credentialType The type of credential for which the trustmark is generated
* @param documentNumber (Optional) Document number contained in the credential, if applicable
* @throws {IoWalletError} If the public key associated to the WIA is not the same for the CryptoContext
* @returns A promise that resolves to the signed JWT string, representing the credential's trustmark.
*/
export const getCredentialTrustmarkJwt: GetCredentialTrustmarkJwt = async (
Expand Down

0 comments on commit 642b76b

Please sign in to comment.