Skip to content

Commit d33abe8

Browse files
authored
docs: correct typo (#2919)
The raw field on the private key types is the actual private key Co-authored-by: Daniel N <[email protected]>
1 parent f767126 commit d33abe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/interface/src/keys/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export interface Ed25519PrivateKey {
193193
readonly publicKey: Ed25519PublicKey
194194

195195
/**
196-
* The raw public key bytes
196+
* The raw private key bytes
197197
*/
198198
readonly raw: Uint8Array
199199

@@ -221,7 +221,7 @@ export interface Secp256k1PrivateKey {
221221
readonly publicKey: Secp256k1PublicKey
222222

223223
/**
224-
* The raw public key bytes
224+
* The raw private key bytes
225225
*/
226226
readonly raw: Uint8Array
227227

0 commit comments

Comments
 (0)