Packages

package routing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ChannelRoute(amount: MilliSatoshis, shortChannelIds: Vector[ShortChannelId]) extends Route with Product with Serializable
  2. 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

  3. case class NodeRoute(amount: MilliSatoshis, nodeIds: Vector[NodeId]) extends Route with Product with Serializable
  4. sealed trait Route extends AnyRef

    Represent differet types of LN routes.

    Represent differet types of LN routes. Supports node and channel routes.

Value Members

  1. object LnRoute extends Serializable

Ungrouped