types.TransactionStatus

@polymeshassociation/polymesh-sdk / Modules / types / TransactionStatus

Enumeration: TransactionStatus

types.TransactionStatus

Table of contents

Enumeration Members

Enumeration Members

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

Defined in

types/index.ts:64arrow-up-right


Failed

Failed

the transaction's execution failed due to a revert

Defined in

types/index.ts:59arrow-up-right


Idle

Idle

the transaction is prepped to run

Defined in

types/index.ts:39arrow-up-right


Rejected

Rejected

the transaction was rejected by the signer

Defined in

types/index.ts:51arrow-up-right


Running

Running

the transaction is being executed

Defined in

types/index.ts:47arrow-up-right


Succeeded

Succeeded

the transaction was run successfully

Defined in

types/index.ts:55arrow-up-right


Unapproved

Unapproved

the transaction is waiting for the user's signature

Defined in

types/index.ts:43arrow-up-right

Last updated

Was this helpful?