We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types.TransactionQueueStatus
• Failed = "Failed"
"Failed"
a critical transaction's execution failed. This might mean the transaction was rejected, failed due to a revert or never entered a block
types/index.ts:80
• Idle = "Idle"
"Idle"
the queue is prepped to run
types/index.ts:70
• Running = "Running"
"Running"
transactions in the queue are being executed
types/index.ts:74
• Succeeded = "Succeeded"
"Succeeded"
the queue finished running all of its transactions. Non-critical transactions might still have failed
types/index.ts:85