TransactionStatus
Last updated
Was this helpful?
Last updated
Was this helpful?
• Aborted: = "Aborted"
Defined in
the transaction couldn't be broadcast. It was either dropped, usurped or invalidated see
• Failed: = "Failed"
the transaction's execution failed due to a revert
• Idle: = "Idle"
the transaction is prepped to run
• Rejected: = "Rejected"
the transaction was rejected by the signer
• Running: = "Running"
the transaction is being executed
• Succeeded: = "Succeeded"
the transaction was run successfully
• Unapproved: = "Unapproved"
the transaction is waiting for the user's signature
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in