package routing
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ChannelRoute(amount: MilliSatoshis, shortChannelIds: Vector[ShortChannelId]) extends Route with Product with Serializable
- case class LnRoute(pubkey: ECPublicKey, shortChannelID: ShortChannelId, feeBaseMsat: FeeBaseMSat, feePropMilli: FeeProportionalMillionths, cltvExpiryDelta: Short) extends NetworkElement with Product with Serializable
Indicates a node to route through with specific options on the Lightning Network For more details on these settings please see BOLT2
- case class NodeRoute(amount: MilliSatoshis, nodeIds: Vector[NodeId]) extends Route with Product with Serializable
- sealed trait Route extends AnyRef
Represent differet types of LN routes.
Represent differet types of LN routes. Supports node and channel routes.
Value Members
- object LnRoute extends Serializable