Node Hop
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.
Parameters
node Id
id of the start node.
next Node Id
id of the end node.
cltv Expiry Delta
cltv expiry delta.
fee
total fee for that hop.
Constructors
NodeHop
Link copied to clipboard
fun NodeHop(nodeId: PublicKey, nextNodeId: PublicKey, cltvExpiryDelta: CltvExpiryDelta, fee: MilliSatoshi)
Content copied to clipboard
Functions
fee
Link copied to clipboard
Properties
cltvExpiryDelta
Link copied to clipboard
fee
Link copied to clipboard
nextNodeId
Link copied to clipboard