package fee
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- 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
- object FeeProportionalMillionths extends Serializable