java.lang.Object
com.hedera.hashgraph.sdk.MirrorNodeContractQuery<MirrorNodeContractCallQuery>
com.hedera.hashgraph.sdk.MirrorNodeContractCallQuery
public class MirrorNodeContractCallQuery
extends MirrorNodeContractQuery<MirrorNodeContractCallQuery>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hedera.hashgraph.sdk.MirrorNodeContractQuery
call, createJsonPayload, estimate, getBlockNumber, getCallData, getContractEvmAddress, getContractId, getGasLimit, getGasPrice, getSender, getSenderEvmAddress, getValue, parseContractCallResult, parseHexEstimateToLong, self, setBlockNumber, setContractEvmAddress, setContractId, setFunction, setFunction, setFunctionParameters, setGasLimit, setGasPrice, setSender, setSenderEvmAddress, setValue
-
Constructor Details
-
MirrorNodeContractCallQuery
public MirrorNodeContractCallQuery()
-
-
Method Details
-
execute
Does transient simulation of read-write operations and returns the result in hexadecimal string format.- Parameters:
client- The Client instance to perform the operation with- Returns:
- The result of the contract call
- Throws:
ExecutionExceptionInterruptedException
-
toString
- Overrides:
toStringin classMirrorNodeContractQuery<MirrorNodeContractCallQuery>
-