Hop

sealed class Hop

Functions

fee
Link copied to clipboard
common
abstract fun fee(amount: MilliSatoshi): MilliSatoshi

Properties

cltvExpiryDelta
Link copied to clipboard
common
abstract val cltvExpiryDelta: CltvExpiryDelta

Cltv delta required by the current hop.

nextNodeId
Link copied to clipboard
common
abstract val nextNodeId: PublicKey

The id of the end node.

nodeId
Link copied to clipboard
common
abstract val nodeId: PublicKey

The id of the start node.

Inheritors

ChannelHop
Link copied to clipboard
NodeHop
Link copied to clipboard