TransactionQueueStatus
Last updated
Was this helpful?
Last updated
Was this helpful?
• Failed: = "Failed"
Defined in
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"
the queue is prepped to run
• Running: = "Running"
transactions in the queue are being executed
• Succeeded: = "Succeeded"
the queue finished running all of its transactions. Non-critical transactions might still have failed
Defined in
Defined in
Defined in