Skip to main content

ResQ.Core

TransactionStatus Enum

Represents the status of a blockchain transaction.

Fields

Pending 0 Transaction submitted but not yet confirmed. Confirmed 1 Transaction has been confirmed on the blockchain. Failed 2 Transaction failed or was rejected.

Example

Remarks

Transaction status tracks the lifecycle of a transaction from submission through confirmation on the blockchain.