types.TransactionQueueStatus
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / types / TransactionQueueStatus
types.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
Last updated
Was this helpful?
Was this helpful?