RequestWithdrawalInput

@Serializable
data class RequestWithdrawalInput(val bitcoinAddress: String, val amountSats: Long)

Parameters

bitcoinAddress

The bitcoin address where the withdrawal should be sent.

amountSats

The amount you want to withdraw from this node in Satoshis. Use the special value -1 to withdrawal all funds from this node.

Constructors

Link copied to clipboard
constructor(bitcoinAddress: String, amountSats: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard