Preparing search index...
The search index is not available
libp2p - v0.30.0-rc.1
insecure/plaintext
Module insecure/plaintext
Index
Type aliases
Connection
Variables
protocol
Functions
secure
Inbound
secure
Outbound
Type aliases
Connection
Connection
:
Connection
Variables
Const
protocol
protocol
:
"/plaintext/2.0.0"
Functions
secure
Inbound
secure
Inbound
(
localId
:
any
, conn
:
any
, remoteId
:
any
)
:
Promise
<
{
conn
:
any
;
remotePeer
:
PeerId
}
>
Parameters
localId:
any
conn:
any
remoteId:
any
Returns
Promise
<
{
conn
:
any
;
remotePeer
:
PeerId
}
>
secure
Outbound
secure
Outbound
(
localId
:
any
, conn
:
any
, remoteId
:
any
)
:
Promise
<
{
conn
:
any
;
remotePeer
:
PeerId
}
>
Parameters
localId:
any
conn:
any
remoteId:
any
Returns
Promise
<
{
conn
:
any
;
remotePeer
:
PeerId
}
>
insecure/plaintext
Connection
protocol
secure
Inbound
secure
Outbound