LightningFeeEstimateForInvoiceInput

@Serializable
data class LightningFeeEstimateForInvoiceInput(val encodedPaymentRequest: String, val amountMsats: Long? = null)

Parameters

encodedPaymentRequest

The invoice you want to pay (as defined by the BOLT11 standard).

amountMsats

If the invoice does not specify a payment amount, then the amount that you wish to pay, expressed in msats.

Constructors

Link copied to clipboard
constructor(encodedPaymentRequest: String, amountMsats: Long? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amountMsats: Long? = null
Link copied to clipboard