Packages

package fee

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FeeBaseMSat(msat: MilliSatoshis) extends NetworkElement with Product with Serializable

    Represents the fee we charge for forwarding an HTLC on the Lightning network This is used in the ChannelUpdate and Routing information of a LnInvoice See BOLT7 and BOLT11

  2. case class FeeProportionalMillionths(u32: UInt32) extends NetworkElement with Product with Serializable

    Represents the proportion of a satoshi we charge for forwarding an HTLC through our channel.

    Represents the proportion of a satoshi we charge for forwarding an HTLC through our channel. I.e. if the forwarded payment is larger, this fee will be larger. See BOLT7

Value Members

  1. object FeeProportionalMillionths extends Serializable

Ungrouped