Aborted
Failed
Idle
Rejected
Running
Succeeded
Unapproved
• Aborted: = "Aborted"
Defined in src/types/index.ts:59arrow-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:54arrow-up-right
the transaction's execution failed due to a revert
• Idle: = "Idle"
Defined in src/types/index.ts:34arrow-up-right
the transaction is prepped to run
• Rejected: = "Rejected"
Defined in src/types/index.ts:46arrow-up-right
the transaction was rejected by the signer
• Running: = "Running"
Defined in src/types/index.ts:42arrow-up-right
the transaction is being executed
• Succeeded: = "Succeeded"
Defined in src/types/index.ts:50arrow-up-right
the transaction was run successfully
• Unapproved: = "Unapproved"
Defined in src/types/index.ts:38arrow-up-right
the transaction is waiting for the user's signature
Last updated 3 years ago
Was this helpful?