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

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

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

package tech.confio.ics23;

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

  /**
   * .ics23.CompressedExistenceProof exist = 1;
   */
  boolean hasExist();
  /**
   * .ics23.CompressedExistenceProof exist = 1;
   */
  tech.confio.ics23.CompressedExistenceProof getExist();
  /**
   * .ics23.CompressedExistenceProof exist = 1;
   */
  tech.confio.ics23.CompressedExistenceProofOrBuilder getExistOrBuilder();

  /**
   * .ics23.CompressedNonExistenceProof nonexist = 2;
   */
  boolean hasNonexist();
  /**
   * .ics23.CompressedNonExistenceProof nonexist = 2;
   */
  tech.confio.ics23.CompressedNonExistenceProof getNonexist();
  /**
   * .ics23.CompressedNonExistenceProof nonexist = 2;
   */
  tech.confio.ics23.CompressedNonExistenceProofOrBuilder getNonexistOrBuilder();

  public tech.confio.ics23.CompressedBatchEntry.ProofCase getProofCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy