Enum ArkIntentState
- Namespace
- NArk.Abstractions.Intents
- Assembly
- NArk.Abstractions.dll
Lifecycle state of an Arkade intent.
public enum ArkIntentState
Fields
BatchFailed = 3The batch that included this intent failed; intent may be retried.
BatchInProgress = 2Included in an active batch; MuSig2 signing in progress.
BatchSucceeded = 4Batch committed on-chain; intent is settled.
Cancelled = 5Intent was cancelled before settlement.
WaitingForBatch = 1Submitted to the server; waiting for a batch to open.
WaitingToSubmit = 0Intent created locally but not yet submitted to the server.