Skip to main content

TransactionStatus

The TransactionStatus enum defines the possible statuses of a blockchain transaction.

Schema Definition

enum TransactionStatus {
SUCCESS
FAILED
PENDING
}

Values

ValueDescription
SUCCESSThe 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.
FAILEDThe transaction was included in a block but failed during execution.
PENDINGThe 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