![JAR search and dependency download from the Maven repository](/logo.png)
tech.confio.ics23.CompressedNonExistenceProofOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: confio/proofs.proto
package tech.confio.ics23;
public interface CompressedNonExistenceProofOrBuilder extends
// @@protoc_insertion_point(interface_extends:ics23.CompressedNonExistenceProof)
com.google.protobuf.MessageOrBuilder {
/**
*
* TODO: remove this as unnecessary??? we prove a range
*
*
* bytes key = 1;
*/
com.google.protobuf.ByteString getKey();
/**
* .ics23.CompressedExistenceProof left = 2;
*/
boolean hasLeft();
/**
* .ics23.CompressedExistenceProof left = 2;
*/
tech.confio.ics23.CompressedExistenceProof getLeft();
/**
* .ics23.CompressedExistenceProof left = 2;
*/
tech.confio.ics23.CompressedExistenceProofOrBuilder getLeftOrBuilder();
/**
* .ics23.CompressedExistenceProof right = 3;
*/
boolean hasRight();
/**
* .ics23.CompressedExistenceProof right = 3;
*/
tech.confio.ics23.CompressedExistenceProof getRight();
/**
* .ics23.CompressedExistenceProof right = 3;
*/
tech.confio.ics23.CompressedExistenceProofOrBuilder getRightOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy