Interface TransactionServiceOuterClass.GetTransactionTreesResponseOrBuilder

    • Method Detail

      • getTransactionsList

        java.util.List<TransactionOuterClass.TransactionTree> getTransactionsList()
         The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
         
        repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
      • getTransactions

        TransactionOuterClass.TransactionTree getTransactions​(int index)
         The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
         
        repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
      • getTransactionsCount

        int getTransactionsCount()
         The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
         
        repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
      • getTransactionsOrBuilderList

        java.util.List<? extends TransactionOuterClass.TransactionTreeOrBuilder> getTransactionsOrBuilderList()
         The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
         
        repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];
      • getTransactionsOrBuilder

        TransactionOuterClass.TransactionTreeOrBuilder getTransactionsOrBuilder​(int index)
         The list of transaction trees that matches the filter in ``GetTransactionsRequest`` for the ``GetTransactionTrees`` method.
         
        repeated .com.daml.ledger.api.v1.TransactionTree transactions = 1 [json_name = "transactions"];