@libp2p/interface
Advanced tools
Comparing version 2.4.0-06fc82da8 to 2.4.0-15a70af5f
@@ -153,3 +153,3 @@ import type { CID } from 'multiformats/cid'; | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -177,3 +177,3 @@ readonly raw: Uint8Array; | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -180,0 +180,0 @@ readonly raw: Uint8Array; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "2.4.0-06fc82da8", | ||
"version": "2.4.0-15a70af5f", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -196,3 +196,3 @@ import type { CID } from 'multiformats/cid' | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -225,3 +225,3 @@ readonly raw: Uint8Array | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -228,0 +228,0 @@ readonly raw: Uint8Array |
310319