
com.hederahashgraph.api.proto.java.ContractCallLocalQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ContractCallLocal.proto
package com.hederahashgraph.api.proto.java;
public interface ContractCallLocalQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ContractCallLocalQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). The payment must cover the fees and all of the gas offered.
*
*
* .proto.QueryHeader header = 1;
*/
boolean hasHeader();
/**
*
* standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). The payment must cover the fees and all of the gas offered.
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
* standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither). The payment must cover the fees and all of the gas offered.
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
boolean hasContractID();
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
* the contract instance to call, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
/**
*
* The amount of gas to use for the call; all of the gas offered will be used and charged a corresponding fee
*
*
* int64 gas = 3;
*/
long getGas();
/**
*
* which function to call, and the parameters to pass to the function
*
*
* bytes functionParameters = 4;
*/
com.google.protobuf.ByteString getFunctionParameters();
/**
*
* max number of bytes that the result might include. The run will fail if it would have returned more than this number of bytes.
*
*
* int64 maxResultSize = 5;
*/
long getMaxResultSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy