Skip to main content

Interface: AvalancheConfig

A config for avalanche endpoints.

Hierarchy

Exports

Properties

Properties

autostart

autostart: boolean

Whether this this chain is already running or should be started (applies only if url is a loopback address).

Inherited from

CommonConfig.autostart

Defined in

submodules/cubist-node-sdk/src/config/network.ts:36


num_node

num_node: number

Defined in

submodules/cubist-node-sdk/src/config/network.ts:114


proxy

proxy: ProxyConfig

Whether to run a credentials proxy in front of the endpoint (applies only if url is a remote address).

Inherited from

CommonConfig.proxy

Defined in

submodules/cubist-node-sdk/src/config/network.ts:39


subnodes

subnodes: SubnetInfo[]

Defined in

submodules/cubist-node-sdk/src/config/network.ts:115


url

url: URL

Url the endpoint can be found at

Inherited from

CommonConfig.url

Defined in

submodules/cubist-node-sdk/src/config/network.ts:33