com.hedera.hashgraph.sdk.proto.TransactionListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The 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 extends com.hedera.hashgraph.sdk.proto.TransactionOrBuilder>
getTransactionListOrBuilderList();
/**
* repeated .proto.Transaction transaction_list = 1;
*/
com.hedera.hashgraph.sdk.proto.TransactionOrBuilder getTransactionListOrBuilder(
int index);
}