Enum OnchainSendRefusalReason
- Namespace
- NArk.ArkadeIntents.Onchain
- Assembly
- NArk.ArkadeIntents.dll
Why an onchain send quote cannot be funded.
public enum OnchainSendRefusalReason
Fields
ClaimWindowTooShort = 4The L1 locktime leaves no safe window to confirm the funding and claim it.
ConfirmationsOutOfRange = 3The solver asks for a confirmation count outside what this corridor will wait for.
Expired = 0The quote or its window has already lapsed.
IncompleteQuote = 2The quote is missing a field the corridor cannot proceed without.
InsufficientHeadroom = 1Too little time before the Arkade refund path opens.
TimelocksOutOfOrder = 5The two refunds open in the wrong order, or too close together.