generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
types.TransactionStatus
prashantasdeveloper edited this page Sep 18, 2024
·
49 revisions
types.TransactionStatus
• Aborted = "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
• Failed = "Failed"
the transaction's execution failed due to a an on-chain validation error, insufficient balance for fees, or other such reasons
• 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
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types