Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TransactionListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TransactionList,TransactionList.Builder
@Generated
public interface TransactionListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTransactionList(int index) repeated .proto.Transaction transaction_list = 1;intrepeated .proto.Transaction transaction_list = 1;repeated .proto.Transaction transaction_list = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTransactionListList
List<Transaction> getTransactionListList()repeated .proto.Transaction transaction_list = 1; -
getTransactionList
repeated .proto.Transaction transaction_list = 1; -
getTransactionListCount
int getTransactionListCount()repeated .proto.Transaction transaction_list = 1;
-