com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_get_fast_record.proto
package com.hedera.hashgraph.sdk.proto;
public interface TransactionGetFastRecordQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransactionGetFastRecordQuery)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hedera.hashgraph.sdk.proto.QueryHeader getHeader();
/**
*
**
* The ID of the transaction for which the record is requested.
*
*
* .proto.TransactionID transactionID = 2;
* @return Whether the transactionID field is set.
*/
boolean hasTransactionID();
/**
*
**
* The ID of the transaction for which the record is requested.
*
*
* .proto.TransactionID transactionID = 2;
* @return The transactionID.
*/
com.hedera.hashgraph.sdk.proto.TransactionID getTransactionID();
}