All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.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 
      getEntriesOrBuilderList();
  /**
   * repeated .proto.TransactionReceiptEntry entries = 1;
   */
  com.hedera.hashgraph.sdk.proto.TransactionReceiptEntryOrBuilder getEntriesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy