LightningFeeEstimateOutput

@Serializable
data class LightningFeeEstimateOutput(val feeEstimate: CurrencyAmount)

Parameters

feeEstimate

The estimated fees for the payment.

Constructors

Link copied to clipboard
constructor(feeEstimate: CurrencyAmount)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard