Package fr.acinq.lightning.router

Types

Announcements
Link copied to clipboard
common
object Announcements
ChannelHop
Link copied to clipboard
common
data class ChannelHop(nodeId: PublicKey, nextNodeId: PublicKey, lastUpdate: ChannelUpdate) : Hop

A directed hop between two connected nodes using a specific channel.

Hop
Link copied to clipboard
common
sealed class Hop
NodeHop
Link copied to clipboard
common
data class NodeHop(nodeId: PublicKey, nextNodeId: PublicKey, cltvExpiryDelta: CltvExpiryDelta, fee: MilliSatoshi) : Hop

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.