SendPaymentInput

@Serializable
data class SendPaymentInput(val destinationPublicKey: String, val timeoutSecs: Int, val amountMsats: Long, val maximumFeesMsats: Long)

Parameters

destinationPublicKey

The public key of the destination node.

timeoutSecs

The timeout in seconds that we will try to make the payment.

amountMsats

The amount you will send to the destination node, expressed in msats.

maximumFeesMsats

The maximum amount of fees that you want to pay for this payment to be sent, expressed in msats.

Constructors

Link copied to clipboard
constructor(destinationPublicKey: String, timeoutSecs: Int, amountMsats: Long, maximumFeesMsats: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard