Skip to main content
Version: 0.96.0

Variable: IntentStatus

const IntentStatus: { Completed: "COMPLETED"; Failed: "FAILED"; Pending: "PENDING"; }

Defined in: types.ts:304

Intent operation status for cross-chain swaps/bridges. Represents the current state of an intent.

Type Declaration

Completed

readonly Completed: "COMPLETED" = 'COMPLETED'

Intent fulfilled successfully.

Failed

readonly Failed: "FAILED" = 'FAILED'

Intent failed.

Pending

readonly Pending: "PENDING" = 'PENDING'

Intent created, awaiting fulfillment.