Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TransactionGetFastRecordResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder
@Generated
@Deprecated
public interface TransactionGetFastRecordResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Deprecated.* The requested transaction recordsbooleanDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).booleanDeprecated.* The requested transaction recordsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()Deprecated.* 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()Deprecated.* 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.
-
hasTransactionRecord
boolean hasTransactionRecord()Deprecated.* The requested transaction records
.proto.TransactionRecord transactionRecord = 2;- Returns:
- Whether the transactionRecord field is set.
-
getTransactionRecord
TransactionRecord getTransactionRecord()Deprecated.* The requested transaction records
.proto.TransactionRecord transactionRecord = 2;- Returns:
- The transactionRecord.
-