SettleWithLnurlInput
Input for triggering an LNURL-withdraw based settlement for supported Lightning-to-smart-chain swaps. Call this when getSwapStatus returns a SendToAddress current action, which corresponds to the PR_CREATED stage for these swaps.
swapIdstringrequired
Unique identifier of the Lightning-to-smart-chain swap to settle.
lnurlWithdrawstring
LNURL-withdraw link to use when the swap was not already created with one. This parameter is forbidden if the swap already contains an LNURL-withdraw link.
SettleWithLnurlInput
{
"swapId": "string",
"lnurlWithdraw": "string"
}