Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Jan 23, 2025
1 parent 37db66c commit 610269b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/credential-sdk/src/keypairs/keypair-ed25519.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export default class Ed25519Keypair extends DockKeypair {

/**
*
* Instantiates new `DockKeypair` from the provided source.
* Instantiates new `Ed25519Keypair` from the provided source.
* It can have one of two types: "seed" or "private".
*
* @param {Uint8Array} seedOrPrivate
* @param {"seed"|"private"} sourceType
*/
Expand Down
3 changes: 2 additions & 1 deletion packages/credential-sdk/src/keypairs/keypair-secp256k1.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ export default class Secp256k1Keypair extends DockKeypair {

/**
*
* Instantiates new `DockKeypair` from the provided source.
* Instantiates new `Secp256k1Keypair` from the provided source.
* It can have one of two types: "entropy" or "private".
*
* @param {Uint8Array} entropyOrPrivate
* @param {"entropy"|"private"} sourceType
*/
Expand Down

0 comments on commit 610269b

Please sign in to comment.