ENUM
TransactionStatus
Status of a transaction
link GraphQL Schema definition
- enum TransactionStatus {
- # A transaction that is on the longest chain
- # A transaction either in the transition frontier or in transaction pool but is
- # not on the longest chain
- # The transaction has either been snarked, reached finality through consensus or
- # has been dropped
- }