Package fr. acinq. lightning. router
Types
Announcements
Link copied to clipboard
object Announcements
Content copied to clipboard
Channel Hop
Link copied to clipboard
data class ChannelHop(nodeId: PublicKey, nextNodeId: PublicKey, lastUpdate: ChannelUpdate) : Hop
Content copied to clipboard
A directed hop between two connected nodes using a specific channel.
Node Hop
Link copied to clipboard
data class NodeHop(nodeId: PublicKey, nextNodeId: PublicKey, cltvExpiryDelta: CltvExpiryDelta, fee: MilliSatoshi) : Hop
Content copied to clipboard
A directed hop between two trampoline nodes. These nodes need not be connected and we don't need to know a route between them. The start node will compute the route to the end node itself when it receives our payment.