
com.hederahashgraph.api.proto.java.ContractCallLocalResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContractCallLocal.proto
package com.hederahashgraph.api.proto.java;
public interface ContractCallLocalResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ContractCallLocalResponse)
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 value returned by the function (if it completed and didn't fail)
*
*
* .proto.ContractFunctionResult functionResult = 2;
*/
boolean hasFunctionResult();
/**
*
* the value returned by the function (if it completed and didn't fail)
*
*
* .proto.ContractFunctionResult functionResult = 2;
*/
com.hederahashgraph.api.proto.java.ContractFunctionResult getFunctionResult();
/**
*
* the value returned by the function (if it completed and didn't fail)
*
*
* .proto.ContractFunctionResult functionResult = 2;
*/
com.hederahashgraph.api.proto.java.ContractFunctionResultOrBuilder getFunctionResultOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy