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

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

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

package tech.confio.ics23;

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy