HopDesc

data class HopDesc(nodeId: PublicKey, nextNodeId: PublicKey, shortChannelId: ShortChannelId?)

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

nextNodeId
Link copied to clipboard
common
val nextNodeId: PublicKey
nodeId
Link copied to clipboard
common
val nodeId: PublicKey
shortChannelId
Link copied to clipboard
common
val shortChannelId: ShortChannelId? = null