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 Type
    Method
    Description
    Deprecated.
    * 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 records
    boolean
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * The requested transaction records

    Methods 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.