Interface: NodeMetadata

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / NodeMetadata

Interface: NodeMetadata

api/types.NodeMetadata

Hierarchy

  • NodeMetadata

Table of contents

Properties

Properties

enabledSources

enabledSources: string[]

List of sources enabled in the config.

Defined in: api/types.ts:175


loadedPlugins

loadedPlugins: string[]

List of plugins loaded.

Defined in: api/types.ts:160


nodeId

nodeId: string

ID defined in the config.

Defined in: api/types.ts:205


nodeRegion

nodeRegion: string

Region defined in the config.

Defined in: api/types.ts:165


version

version: string

Version of the node.

Defined in: api/types.ts:200


versionBuild

versionBuild: number

Build number provided by the CI

Defined in: api/types.ts:185


versionCommit

versionCommit: string

Commit hash of the node.

Defined in: api/types.ts:180


versionMajor

versionMajor: string

Major version of the node.

Defined in: api/types.ts:190


versionMinor

versionMinor: string

Minor version of the node.

Defined in: api/types.ts:195


versionRevision

versionRevision: string

Revision version of the node.

Defined in: api/types.ts:170