Represents a consensus node component within the system.

A ConsensusNodeComponent extends the functionality of BaseComponent and includes additional properties and behaviors specific to consensus nodes, such as maintaining and validating the node's state.

Hierarchy (View Summary)

Implements

Constructors

Properties

cluster: string

the cluster in which the component is deployed.

name: string

the name to distinguish components.

namespace: string

the namespace associated with the component.

nodeId: number

node id of the consensus node

of the consensus node

type for identifying.

Methods