mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 18:20:50 +00:00
Optional props for libp2p config
This commit is contained in:
parent
817648af08
commit
0229ae6385
6
types/libp2p/index.d.ts
vendored
6
types/libp2p/index.d.ts
vendored
@ -43,9 +43,9 @@ declare namespace LibP2p {
|
||||
peerRouting?: {},
|
||||
pubsub?: {
|
||||
enabled?: boolean,
|
||||
emitSelf: boolean,
|
||||
signMessages: boolean,
|
||||
strictSigning: boolean
|
||||
emitSelf?: boolean,
|
||||
signMessages?: boolean,
|
||||
strictSigning?: boolean
|
||||
},
|
||||
relay?: {
|
||||
enabled?: boolean,
|
||||
|
Loading…
x
Reference in New Issue
Block a user