![JAR search and dependency download from the Maven repository](/logo.png)
tech.confio.ics23.CommitmentProofOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: confio/proofs.proto
package tech.confio.ics23;
public interface CommitmentProofOrBuilder extends
// @@protoc_insertion_point(interface_extends:ics23.CommitmentProof)
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();
/**
* .ics23.BatchProof batch = 3;
*/
boolean hasBatch();
/**
* .ics23.BatchProof batch = 3;
*/
tech.confio.ics23.BatchProof getBatch();
/**
* .ics23.BatchProof batch = 3;
*/
tech.confio.ics23.BatchProofOrBuilder getBatchOrBuilder();
/**
* .ics23.CompressedBatchProof compressed = 4;
*/
boolean hasCompressed();
/**
* .ics23.CompressedBatchProof compressed = 4;
*/
tech.confio.ics23.CompressedBatchProof getCompressed();
/**
* .ics23.CompressedBatchProof compressed = 4;
*/
tech.confio.ics23.CompressedBatchProofOrBuilder getCompressedOrBuilder();
public tech.confio.ics23.CommitmentProof.ProofCase getProofCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy