Table of Contents

Enum OnchainSendRefusalReason

Namespace
NArk.ArkadeIntents.Onchain
Assembly
NArk.ArkadeIntents.dll

Why an onchain send quote cannot be funded.

public enum OnchainSendRefusalReason

Fields

ClaimWindowTooShort = 4

The L1 locktime leaves no safe window to confirm the funding and claim it.

ConfirmationsOutOfRange = 3

The solver asks for a confirmation count outside what this corridor will wait for.

Expired = 0

The quote or its window has already lapsed.

IncompleteQuote = 2

The quote is missing a field the corridor cannot proceed without.

InsufficientHeadroom = 1

Too little time before the Arkade refund path opens.

TimelocksOutOfOrder = 5

The two refunds open in the wrong order, or too close together.