We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f767126 commit d33abe8Copy full SHA for d33abe8
packages/interface/src/keys/index.ts
@@ -193,7 +193,7 @@ export interface Ed25519PrivateKey {
193
readonly publicKey: Ed25519PublicKey
194
195
/**
196
- * The raw public key bytes
+ * The raw private key bytes
197
*/
198
readonly raw: Uint8Array
199
@@ -221,7 +221,7 @@ export interface Secp256k1PrivateKey {
221
readonly publicKey: Secp256k1PublicKey
222
223
224
225
226
227
0 commit comments