Optional props for libp2p config

This commit is contained in:
Jaco Greeff 2019-08-26 13:22:53 +02:00
parent 817648af08
commit 0229ae6385

View File

@ -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,