Channel Hop
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.
Parameters
node Id
id of the start node.
next Node Id
id of the end node.
last Update
last update of the channel used for the hop.
Constructors
ChannelHop
Link copied to clipboard
fun ChannelHop(nodeId: PublicKey, nextNodeId: PublicKey, lastUpdate: ChannelUpdate)
Content copied to clipboard
Functions
fee
Link copied to clipboard
Properties
cltvExpiryDelta
Link copied to clipboard
lastUpdate
Link copied to clipboard
nextNodeId
Link copied to clipboard