com.hedera.hashgraph.sdk.proto.TransactionReceiptEntriesOrBuilder Maven / Gradle / Ivy
The newest version!
// 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.MessageLiteOrBuilder {
/**
* 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();
}