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

tech.confio.ics23.BatchProofOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: confio/proofs.proto

package tech.confio.ics23;

public interface BatchProofOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ics23.BatchProof)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .ics23.BatchEntry entries = 1;
   */
  java.util.List 
      getEntriesList();
  /**
   * repeated .ics23.BatchEntry entries = 1;
   */
  tech.confio.ics23.BatchEntry getEntries(int index);
  /**
   * repeated .ics23.BatchEntry entries = 1;
   */
  int getEntriesCount();
  /**
   * repeated .ics23.BatchEntry entries = 1;
   */
  java.util.List 
      getEntriesOrBuilderList();
  /**
   * repeated .ics23.BatchEntry entries = 1;
   */
  tech.confio.ics23.BatchEntryOrBuilder getEntriesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy