All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.TransactionListOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: transaction_list.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface TransactionListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TransactionList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .proto.Transaction transaction_list = 1;
   */
  java.util.List 
      getTransactionListList();
  /**
   * repeated .proto.Transaction transaction_list = 1;
   */
  com.hedera.hashgraph.sdk.proto.Transaction getTransactionList(int index);
  /**
   * repeated .proto.Transaction transaction_list = 1;
   */
  int getTransactionListCount();
  /**
   * repeated .proto.Transaction transaction_list = 1;
   */
  java.util.List 
      getTransactionListOrBuilderList();
  /**
   * repeated .proto.Transaction transaction_list = 1;
   */
  com.hedera.hashgraph.sdk.proto.TransactionOrBuilder getTransactionListOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy