Aborted
Failed
Idle
Rejected
Running
Succeeded
Unapproved
• Aborted: = "Aborted"
Defined in src/types/index.ts:52arrow-up-right
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-L110arrow-up-right
• Failed: = "Failed"
Defined in src/types/index.ts:47arrow-up-right
the transaction's execution failed due to a revert
• Idle: = "Idle"
Defined in src/types/index.ts:27arrow-up-right
the transaction is prepped to run
• Rejected: = "Rejected"
Defined in src/types/index.ts:39arrow-up-right
the transaction was rejected by the signer
• Running: = "Running"
Defined in src/types/index.ts:35arrow-up-right
the transaction is being executed
• Succeeded: = "Succeeded"
Defined in src/types/index.ts:43arrow-up-right
the transaction was run successfully
• Unapproved: = "Unapproved"
Defined in src/types/index.ts:31arrow-up-right
the transaction is waiting for the user's signature
Last updated 4 years ago
Was this helpful?