Class PendingTransactionsResponse


  • public class PendingTransactionsResponse
    extends PathResponse
    A potentially truncated list of transactions currently in the node's transaction pool. You can compute whether or not the list is truncated if the number of elements in the top-transactions array is fewer than total-transactions .
    • Field Detail

      • topTransactions

        public List<SignedTransaction> topTransactions
        An array of signed transaction objects.
      • totalTransactions

        public Long totalTransactions
        Total number of transactions in the pool.
    • Constructor Detail

      • PendingTransactionsResponse

        public PendingTransactionsResponse()