Preparing search index...
The search index is not available
@libp2p/interop
@libp2p/interop
SpawnOptions
Interface SpawnOptions
interface
SpawnOptions
{
dht
?:
boolean
;
encryption
?:
Encryption
;
key
?:
string
;
muxer
?:
Muxer
;
noListen
?:
boolean
;
pubsub
?:
boolean
;
pubsubRouter
?:
PubSubRouter
;
relay
?:
boolean
;
transport
?:
TransportType
;
type
:
NodeType
;
}
Index
Properties
dht?
encryption?
key?
muxer?
no
Listen?
pubsub?
pubsub
Router?
relay?
transport?
type
Properties
Optional
dht
dht
?:
boolean
Optional
encryption
encryption
?:
Encryption
Optional
key
key
?:
string
Optional
muxer
muxer
?:
Muxer
Optional
no
Listen
no
Listen
?:
boolean
Optional
pubsub
pubsub
?:
boolean
Optional
pubsub
Router
pubsub
Router
?:
PubSubRouter
Optional
relay
relay
?:
boolean
Optional
transport
transport
?:
TransportType
type
type
:
NodeType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
dht
encryption
key
muxer
no
Listen
pubsub
pubsub
Router
relay
transport
type
@libp2p/interop
Loading...