Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface GetBySolidityIDQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetBySolidityIDQuery,GetBySolidityIDQuery.Builder
@Generated
@Deprecated
public interface GetBySolidityIDQueryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).Deprecated.* A contract ID in the format used by Solidity.com.google.protobuf.ByteStringDeprecated.* A contract ID in the format used by Solidity.booleanDeprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
QueryHeader getHeader()Deprecated.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Returns:
- The header.
-
getSolidityID
String getSolidityID()Deprecated.* A contract ID in the format used by Solidity. <p> This field is REQUIRED.
string solidityID = 2;- Returns:
- The solidityID.
-
getSolidityIDBytes
com.google.protobuf.ByteString getSolidityIDBytes()Deprecated.* A contract ID in the format used by Solidity. <p> This field is REQUIRED.
string solidityID = 2;- Returns:
- The bytes for solidityID.
-