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

com.hederahashgraph.api.proto.java.TransactionReceiptEntriesOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/recordcache/recordcache.proto

package com.hederahashgraph.api.proto.java;

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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.TransactionReceiptEntryOrBuilder getEntriesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy