libp2p
Preparing search index...
@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
noListen
?:
boolean
Optional
pubsub
pubsub
?:
boolean
Optional
pubsub
Router
pubsubRouter
?:
PubSubRouter
Optional
relay
relay
?:
boolean
Optional
transport
transport
?:
TransportType
type
type
:
NodeType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dht
encryption
key
muxer
no
Listen
pubsub
pubsub
Router
relay
transport
type
libp2p
Loading...