
com.hederahashgraph.api.proto.java.TransactionGetReceiptQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TransactionGetReceipt.proto
package com.hederahashgraph.api.proto.java;
public interface TransactionGetReceiptQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransactionGetReceiptQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
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;
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
* 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;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
* The ID of the transaction for which the receipt is requested.
*
*
* .proto.TransactionID transactionID = 2;
*/
boolean hasTransactionID();
/**
*
* The ID of the transaction for which the receipt is requested.
*
*
* .proto.TransactionID transactionID = 2;
*/
com.hederahashgraph.api.proto.java.TransactionID getTransactionID();
/**
*
* The ID of the transaction for which the receipt is requested.
*
*
* .proto.TransactionID transactionID = 2;
*/
com.hederahashgraph.api.proto.java.TransactionIDOrBuilder getTransactionIDOrBuilder();
/**
*
* Whether receipts of processing duplicate transactions should be returned along with the receipt of processing the first consensus transaction with the given id whose status was neither <tt>INVALID_NODE_ACCOUNT</tt> nor <tt>INVALID_PAYER_SIGNATURE</tt>; <b>or</b>, if no such receipt exists, the receipt of processing the first transaction to reach consensus with the given transaction id..
*
*
* bool includeDuplicates = 3;
*/
boolean getIncludeDuplicates();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy