Interface NodeInfo

Hierarchy

  • NodeInfo

Properties

channels: ChannelEdge[]

A list of all public channels for the node.

node: undefined | LightningNode

An individual vertex/node within the channel graph. A node is connected to other nodes by one or more channel edges emanating from it. As the graph is directed, a node will also have an incoming edge attached to it for each outgoing edge.

numChannels: string | number

The total number of channels for the node.

totalCapacity: string | number

The sum of all channels capacity for the node, denominated in satoshis.

Generated using TypeDoc