Table of Contents

Enum ArkIntentState

Namespace
NArk.Abstractions.Intents
Assembly
NArk.Abstractions.dll

Lifecycle state of an Arkade intent.

public enum ArkIntentState

Fields

BatchFailed = 3

The batch that included this intent failed; intent may be retried.

BatchInProgress = 2

Included in an active batch; MuSig2 signing in progress.

BatchSucceeded = 4

Batch committed on-chain; intent is settled.

Cancelled = 5

Intent was cancelled before settlement.

WaitingForBatch = 1

Submitted to the server; waiting for a batch to open.

WaitingToSubmit = 0

Intent created locally but not yet submitted to the server.