• Web Client
  • API Reference
  • Interfaces
  • Plain Client Configuration

@nimiq/core / PlainClientConfiguration

Interface: PlainClientConfiguration

Defined in: @nimiq/core/types/wasm/web.d.ts:591

Properties

desiredPeerCount?

optional desiredPeerCount: number

Defined in: @nimiq/core/types/wasm/web.d.ts:596


logLevel?

optional logLevel: string

Defined in: @nimiq/core/types/wasm/web.d.ts:594


networkId?

optional networkId: string

Defined in: @nimiq/core/types/wasm/web.d.ts:592


numInitialConnections?

optional numInitialConnections: number

Defined in: @nimiq/core/types/wasm/web.d.ts:601


onlySecureWsConnections?

optional onlySecureWsConnections: boolean

Defined in: @nimiq/core/types/wasm/web.d.ts:595


peerCountMax?

optional peerCountMax: number

Defined in: @nimiq/core/types/wasm/web.d.ts:597


peerCountPerIpMax?

optional peerCountPerIpMax: number

Defined in: @nimiq/core/types/wasm/web.d.ts:598


peerCountPerSubnetMax?

optional peerCountPerSubnetMax: number

Defined in: @nimiq/core/types/wasm/web.d.ts:599


seedNodes?

optional seedNodes: string[]

Defined in: @nimiq/core/types/wasm/web.d.ts:593


syncMode?

optional syncMode: string

Defined in: @nimiq/core/types/wasm/web.d.ts:600

Built with the Nimiq Vitepress Theme
Copy page
Create issue