Skip to content

Latest commit

 

History

History
298 lines (159 loc) · 4.19 KB

PeerOptions.md

File metadata and controls

298 lines (159 loc) · 4.19 KB

p2p-cash / PeerOptions

Interface: PeerOptions

Hierarchy

Table of contents

Properties

Properties

DEBUG_LOG

Optional DEBUG_LOG: boolean

Inherited from

Options.DEBUG_LOG

Defined in

src/interfaces.ts:16


autoReconnect

Optional autoReconnect: boolean

Inherited from

Options.autoReconnect

Defined in

src/interfaces.ts:11


autoReconnectWait

Optional autoReconnectWait: number

Inherited from

Options.autoReconnectWait

Defined in

src/interfaces.ts:12


disableExtmsg

Optional disableExtmsg: boolean

Inherited from

Options.disableExtmsg

Defined in

src/interfaces.ts:15


listenRelay

Optional listenRelay: boolean

Inherited from

Options.listenRelay

Defined in

src/interfaces.ts:21


magic

Optional magic: Buffer

Inherited from

Options.magic

Defined in

src/interfaces.ts:17


node

node: string

Defined in

src/interfaces.ts:25


pingInterval

Optional pingInterval: number

Inherited from

Options.pingInterval

Defined in

src/interfaces.ts:14


port

Optional port: number

Defined in

src/interfaces.ts:26


reconnectTimeout

Optional reconnectTimeout: number

Inherited from

Options.reconnectTimeout

Defined in

src/interfaces.ts:13


startHeight

Optional startHeight: number

Inherited from

Options.startHeight

Defined in

src/interfaces.ts:20


stream

Optional stream: boolean

Inherited from

Options.stream

Defined in

src/interfaces.ts:8


ticker

Optional ticker: string

Inherited from

Options.ticker

Defined in

src/interfaces.ts:7


timeoutConnect

Optional timeoutConnect: number

Inherited from

Options.timeoutConnect

Defined in

src/interfaces.ts:10


useSSL

Optional useSSL: boolean

Inherited from

Options.useSSL

Defined in

src/interfaces.ts:6


userAgent

Optional userAgent: string

Inherited from

Options.userAgent

Defined in

src/interfaces.ts:19


validate

Optional validate: boolean

Inherited from

Options.validate

Defined in

src/interfaces.ts:9


version

Optional version: number

Inherited from

Options.version

Defined in

src/interfaces.ts:18


wsProxyNode

Optional wsProxyNode: string

Defined in

src/interfaces.ts:27


wsProxyPort

Optional wsProxyPort: number

Defined in

src/interfaces.ts:28