LightningFeeEstimateForNodeInput

@Serializable
data class LightningFeeEstimateForNodeInput(val destinationNodePublicKey: String, val amountMsats: Long)

Parameters

destinationNodePublicKey

The public key of the node that you want to pay.

amountMsats

The payment amount expressed in msats.

Constructors

Link copied to clipboard
constructor(destinationNodePublicKey: String, amountMsats: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard