ExtraHop

case class ExtraHop(nodeId: PublicKey, shortChannelId: ShortChannelId, feeBase: MilliSatoshi, feeProportionalMillionths: Long, cltvExpiryDelta: CltvExpiryDelta)

Extra hop contained in RoutingInfoTag

Value parameters:
cltvExpiryDelta

node cltv expiry delta

feeBase

node fixed fee

feeProportionalMillionths

node proportional fee

nodeId

start of the channel

shortChannelId

channel id

Source:
Bolt11Invoice.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product