ConectionStat
- Conection
Stat: { direction: string; encryption?: string | undefined; multiplexer?: string | undefined; timeline: Timeline }
+ Conection
Stat: { direction: "inbound" | "outbound"; encryption?: string | undefined; multiplexer?: string | undefined; timeline: Timeline }
Type declaration
-
-
direction: string
+ direction: "inbound" | "outbound"
diff --git a/modules/_connection_index_.html b/modules/_connection_index_.html
index 9caba2a..514dd93 100644
--- a/modules/_connection_index_.html
+++ b/modules/_connection_index_.html
@@ -3,8 +3,8 @@
- "connection/index" | libp2p-interfaces - v0.8.3
-
+ "connection/index" | libp2p-interfaces - v0.8.4
+
@@ -132,7 +132,7 @@
- Preparing search index...
- The search index is not available
-
libp2p-interfaces - v0.8.3
+
libp2p-interfaces - v0.8.4
-- connection establishment direction ("inbound" or "outbound").
+ - connection establishment direction