types.TransactionStatus
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / TransactionStatus
.TransactionStatus
• Aborted
the transaction couldn't be broadcast. It was either dropped, usurped or invalidated see https://github.com/paritytech/substrate/blob/master/primitives/transaction-pool/src/pool.rs#L58-L110
Defined in
• Failed
the transaction's execution failed due to a revert
Defined in
• Idle
the transaction is prepped to run
Defined in
• Rejected
the transaction was rejected by the signer
Defined in
• Running
the transaction is being executed
Defined in
• Succeeded
the transaction was run successfully
Defined in
• Unapproved
the transaction is waiting for the user's signature
Defined in