Interface: NetworkNodeConfig
Properties
acceptProxyConnections
• Optional
acceptProxyConnections: boolean
Whether to accept proxy connections. Enabling this option allows this network node to act as proxy on behalf of other nodes / clients. When enabling this option, a WebSocket server should be configured for the client and the node needs to be in the open internet. The server can be started by setting the websocketPort configuration to a free port in the network control layer configuration.
id
• Optional
id: string
The Ethereum address of the node.
streamPartitionMinPropagationTargets
• Optional
streamPartitionMinPropagationTargets: number
The minimum number of peers in a stream partition that the client's network node will attempt to propagate messages to
streamPartitionNeighborTargetCount
• Optional
streamPartitionNeighborTargetCount: number
The number of connections the client's network node should have on each stream partition.