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 = 3The quote does not pay the invoice's amount, or asks for more than it pays out.
InsufficientHeadroom = 2Too little time remains before the refund path opens.
InvoiceExpired = 0The invoice is expired.
QuoteExpired = 1The quote's
valid_untilhas passed — ask for a fresh one.