types.TransactionQueueStatus
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / TransactionQueueStatus
.TransactionQueueStatus
• Failed
a critical transaction's execution failed. This might mean the transaction was rejected, failed due to a revert or never entered a block
Defined in
• Idle
the queue is prepped to run
Defined in
• Running
transactions in the queue are being executed
Defined in
• Succeeded
the queue finished running all of its transactions. Non-critical transactions might still have failed
Defined in