com.hedera.hashgraph.sdk.proto.TransactionReceiptEntriesOrBuilder 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: recordcache.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TransactionReceiptEntriesOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransactionReceiptEntries)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .proto.TransactionReceiptEntry entries = 1;
*/
java.util.List
getEntriesList();
/**
* repeated .proto.TransactionReceiptEntry entries = 1;
*/
com.hedera.hashgraph.sdk.proto.TransactionReceiptEntry getEntries(int index);
/**
* repeated .proto.TransactionReceiptEntry entries = 1;
*/
int getEntriesCount();
/**
* repeated .proto.TransactionReceiptEntry entries = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder>
getEntriesOrBuilderList();
/**
* repeated .proto.TransactionReceiptEntry entries = 1;
*/
com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder getEntriesOrBuilder(
int index);
}