Enum OnchainReceiveRefusalReason
- Namespace
- NArk.ArkadeIntents.Onchain
- Assembly
- NArk.ArkadeIntents.dll
Why an onchain receive quote cannot be funded.
public enum OnchainReceiveRefusalReason
Fields
ClaimWindowTooShort = 4The L1 locktime leaves no safe window to confirm the funding and settle against it.
ConfirmationsOutOfRange = 3The solver asks for a confirmation count outside what this corridor will wait on.
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 solver's Arkade reclaim opens, which is our claim deadline.
TimelocksOutOfOrder = 5The two refunds open in the wrong order, or too close together.