ENUM

TransactionStatus

Status of a transaction

link GraphQL Schema definition

  • enum TransactionStatus {
  • # A transaction that is on the longest chain
  • INCLUDED
  • # A transaction either in the transition frontier or in transaction pool but is
  • # not on the longest chain
  • PENDING
  • # The transaction has either been snarked, reached finality through consensus or
  • # has been dropped
  • UNKNOWN
  • }

link Require by