Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface AtomicBatchTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AtomicBatchTransactionBody,AtomicBatchTransactionBody.Builder
@Generated
public interface AtomicBatchTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetTransactions(int index) * A list of signed bytes that represent the batch transactions.int* A list of signed bytes that represent the batch transactions.List<com.google.protobuf.ByteString> * A list of signed bytes that represent the batch transactions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTransactionsList
List<com.google.protobuf.ByteString> getTransactionsList()* A list of signed bytes that represent the batch transactions.
repeated bytes transactions = 1;- Returns:
- A list containing the transactions.
-
getTransactionsCount
int getTransactionsCount()* A list of signed bytes that represent the batch transactions.
repeated bytes transactions = 1;- Returns:
- The count of transactions.
-
getTransactions
com.google.protobuf.ByteString getTransactions(int index) * A list of signed bytes that represent the batch transactions.
repeated bytes transactions = 1;- Parameters:
index- The index of the element to return.- Returns:
- The transactions at the given index.
-