Table of Contents

Enum FundingRefusal

Namespace
NArk.ArkadeIntents.Lightning
Assembly
NArk.ArkadeIntents.dll

Why a maker refused to fund a quote it had already received.

public enum FundingRefusal

Fields

AmountMismatch = 3

The quote does not pay the invoice's amount, or asks for more than it pays out.

InsufficientHeadroom = 2

Too little time remains before the refund path opens.

InvoiceExpired = 0

The invoice is expired.

QuoteExpired = 1

The quote's valid_until has passed — ask for a fresh one.