Class MoneroDaemonConfig

Configuration to connect to monerod.

Hierarchy

  • MoneroDaemonConfig

Constructors

Properties

cmd: string[]

Command to start monerod as a child process.

pollInterval: number

Interval in milliseconds to poll the daemon for updates (default 20000).

proxyToWorker: boolean

Proxy requests to monerod to a worker (default true).

server: string | Partial<MoneroRpcConnection>

Server config to monerod.

Methods

  • Returns string[]

  • Returns number

  • Returns boolean

  • Returns any

Generated using TypeDoc