Interface 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.

Hierarchy

  • LightningNode

Properties

addresses: NodeAddress[]
alias: string
color: string
features: { [key: number]: Feature }

Type declaration

lastUpdate: string | number
pubKey: string

Generated using TypeDoc