Skip to main content

SwapOutputFlags

Additional swap flags. These are currently populated for smart-chain-to-Lightning swaps.

lightningRecipientIsNonCustodialWalletboolean

For smart-chain-to-Lightning swaps. Indicates that the Lightning recipient appears to be a non-custodial wallet that must be online to receive the payment.

lightningPaymentWillLikelyFailboolean

For smart-chain-to-Lightning swaps. Indicates that the Lightning payment probe failed and the payment will likely fail.

lightningPaymentWithLongHTLCExpirationboolean

For smart-chain-to-Lightning swaps. Indicates that the swap uses a longer than usual HTLC expiration because the Lightning invoice requires a larger final CLTV delta.

SwapOutputFlags
{
"lightningRecipientIsNonCustodialWallet": true,
"lightningPaymentWillLikelyFail": true,
"lightningPaymentWithLongHTLCExpiration": true
}