Variable: IntentStatus
constIntentStatus: {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
readonlyCompleted:"COMPLETED"='COMPLETED'
Intent fulfilled successfully.
Failed
readonlyFailed:"FAILED"='FAILED'
Intent failed.
Pending
readonlyPending:"PENDING"='PENDING'
Intent created, awaiting fulfillment.