Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ContractGetInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ContractGetInfoResponse,ContractGetInfoResponse.Builder
@Generated
public interface ContractGetInfoResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* The information, as requested, for a smart contract.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).boolean* The information, as requested, for a smart contract.boolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
ResponseHeader getHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- The header.
-
hasContractInfo
boolean hasContractInfo()* The information, as requested, for a smart contract. A state proof MAY be generated for this value.
.proto.ContractGetInfoResponse.ContractInfo contractInfo = 2;- Returns:
- Whether the contractInfo field is set.
-
getContractInfo
ContractGetInfoResponse.ContractInfo getContractInfo()* The information, as requested, for a smart contract. A state proof MAY be generated for this value.
.proto.ContractGetInfoResponse.ContractInfo contractInfo = 2;- Returns:
- The contractInfo.
-