Extra Hop
data class ExtraHop(nodeId: PublicKey, shortChannelId: ShortChannelId, feeBase: MilliSatoshi, feeProportionalMillionths: Long, cltvExpiryDelta: CltvExpiryDelta)
Content copied to clipboard
Extra hop contained in RoutingInfoTag
Parameters
node Id
start of the channel
short Channel Id
channel id
fee Base
node fixed fee
fee Proportional Millionths
node proportional fee
cltv Expiry Delta
node cltv expiry delta
Constructors
ExtraHop
Link copied to clipboard
fun ExtraHop(nodeId: PublicKey, shortChannelId: ShortChannelId, feeBase: MilliSatoshi, feeProportionalMillionths: Long, cltvExpiryDelta: CltvExpiryDelta)
Content copied to clipboard
Properties
cltvExpiryDelta
Link copied to clipboard
feeBase
Link copied to clipboard
feeProportionalMillionths
Link copied to clipboard
shortChannelId
Link copied to clipboard