Invoice Default Routing Fees
data class InvoiceDefaultRoutingFees(feeBase: MilliSatoshi, feeProportional: Long, cltvExpiryDelta: CltvExpiryDelta)
Content copied to clipboard
When we create an invoice, we need to add a routing hint since we only have private channels. This routing hint contains routing fees that should be paid by the sender, set by our peer. When we have a channel, we'll take them from our peer's channel update, but when we don't have any channel we'll use these default values.
Constructors
InvoiceDefaultRoutingFees
Link copied to clipboard
fun InvoiceDefaultRoutingFees(feeBase: MilliSatoshi, feeProportional: Long, cltvExpiryDelta: CltvExpiryDelta)
Content copied to clipboard
Properties
cltvExpiryDelta
Link copied to clipboard
feeBase
Link copied to clipboard
feeProportional
Link copied to clipboard