Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TransactionGetFastRecordQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TransactionGetFastRecordQuery,TransactionGetFastRecordQuery.Builder
@Generated
@Deprecated
public interface TransactionGetFastRecordQueryOrBuilder
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.* The ID of the transaction for which the record is requested.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).booleanDeprecated.* The ID of the transaction for which the record is requested.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.
-
hasTransactionID
boolean hasTransactionID()Deprecated.* The ID of the transaction for which the record is requested.
.proto.TransactionID transactionID = 2;- Returns:
- Whether the transactionID field is set.
-
getTransactionID
TransactionID getTransactionID()Deprecated.* The ID of the transaction for which the record is requested.
.proto.TransactionID transactionID = 2;- Returns:
- The transactionID.
-