Failed
Idle
Running
Succeeded
• Failed: = "Failed"
Defined in src/types/index.ts:76arrow-up-right
a critical transaction's execution failed. This might mean the transaction was rejected, failed due to a revert or never entered a block
• Idle: = "Idle"
Defined in src/types/index.ts:66arrow-up-right
the queue is prepped to run
• Running: = "Running"
Defined in src/types/index.ts:70arrow-up-right
transactions in the queue are being executed
• Succeeded: = "Succeeded"
Defined in src/types/index.ts:81arrow-up-right
the queue finished running all of its transactions. Non-critical transactions might still have failed
Last updated 4 years ago
Was this helpful?