package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Apr 13, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Lightning Network primitives.
Channel between local and remote node.
Liquidity percent of the channel that is local.
Edge between nodes in the Lightning Network.
FeePPM is the channel fee in part per million.
type Graph struct {
Nodes []Node
Edges []Edge
}
Graph of nodes and edges of the Lightning Network.
type Info struct {
PubKey PubKey
}
Info of a node.
Invoice for lightning payment.
Node in the Lightning Network.
Clearnet is true if node has a clearnet address.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.