TransactionStatus
The TransactionStatus enum defines the possible statuses of a blockchain transaction.
Schema Definition
enum TransactionStatus {
SUCCESS
FAILED
PENDING
}
Values
| Value | Description |
|---|---|
SUCCESS | The transaction has been successfully executed and confirmed on the blockchain. All state changes have been applied, and the transaction has been included in a finalized block. |
FAILED | The transaction was included in a block but failed during execution. |
PENDING | The transaction has been submitted to the network but has not yet been included in a confirmed block. This is a temporary state while the transaction awaits miner/validator processing. |
Member Of
BlockTransactionFilter input ● TransactionFilter input