
com.hederahashgraph.api.proto.java.CryptoGetLiveHashResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoGetLiveHash.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoGetLiveHashResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoGetLiveHashResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
boolean hasHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
* Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
* The livehash, if present
*
*
* .proto.LiveHash liveHash = 2;
*/
boolean hasLiveHash();
/**
*
* The livehash, if present
*
*
* .proto.LiveHash liveHash = 2;
*/
com.hederahashgraph.api.proto.java.LiveHash getLiveHash();
/**
*
* The livehash, if present
*
*
* .proto.LiveHash liveHash = 2;
*/
com.hederahashgraph.api.proto.java.LiveHashOrBuilder getLiveHashOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy