Properties
Optional advertiseAddress
advertiseAddress?: boolean
Optional blacklistedIPs
blacklistedIPs?: string[]
Optional fixedPeers
fixedPeers?: {
ip: string;
port: number;
}[]
Optional host
host?: string
Optional maxInboundConnections
maxInboundConnections?: number
Optional maxOutboundConnections
maxOutboundConnections?: number
seedPeers
seedPeers: {
ip: string;
port: number;
}[]
Optional whitelistedPeers
whitelistedPeers?: {
ip: string;
port: number;
}[]
Optional wsMaxPayload
wsMaxPayload?: number