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

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

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

package tech.confio.ics23;

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

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

  /**
   * repeated .ics23.InnerOp lookup_inners = 2;
   */
  java.util.List 
      getLookupInnersList();
  /**
   * repeated .ics23.InnerOp lookup_inners = 2;
   */
  tech.confio.ics23.InnerOp getLookupInners(int index);
  /**
   * repeated .ics23.InnerOp lookup_inners = 2;
   */
  int getLookupInnersCount();
  /**
   * repeated .ics23.InnerOp lookup_inners = 2;
   */
  java.util.List 
      getLookupInnersOrBuilderList();
  /**
   * repeated .ics23.InnerOp lookup_inners = 2;
   */
  tech.confio.ics23.InnerOpOrBuilder getLookupInnersOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy