All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TransactionGetRecordResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TransactionGetRecord.proto

package com.hederahashgraph.api.proto.java;

public interface TransactionGetRecordResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TransactionGetRecordResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; */ boolean hasHeader(); /** *
   * Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; */ com.hederahashgraph.api.proto.java.ResponseHeader getHeader(); /** *
   * Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; */ com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder(); /** *
   * Either the record 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 record exists, the record of processing the first transaction to reach consensus with the given transaction id.
   * 
* * .proto.TransactionRecord transactionRecord = 3; */ boolean hasTransactionRecord(); /** *
   * Either the record 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 record exists, the record of processing the first transaction to reach consensus with the given transaction id.
   * 
* * .proto.TransactionRecord transactionRecord = 3; */ com.hederahashgraph.api.proto.java.TransactionRecord getTransactionRecord(); /** *
   * Either the record 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 record exists, the record of processing the first transaction to reach consensus with the given transaction id.
   * 
* * .proto.TransactionRecord transactionRecord = 3; */ com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder getTransactionRecordOrBuilder(); /** *
   * The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
   * 
* * repeated .proto.TransactionRecord duplicateTransactionRecords = 4; */ java.util.List getDuplicateTransactionRecordsList(); /** *
   * The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
   * 
* * repeated .proto.TransactionRecord duplicateTransactionRecords = 4; */ com.hederahashgraph.api.proto.java.TransactionRecord getDuplicateTransactionRecords(int index); /** *
   * The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
   * 
* * repeated .proto.TransactionRecord duplicateTransactionRecords = 4; */ int getDuplicateTransactionRecordsCount(); /** *
   * The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
   * 
* * repeated .proto.TransactionRecord duplicateTransactionRecords = 4; */ java.util.List getDuplicateTransactionRecordsOrBuilderList(); /** *
   * The records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
   * 
* * repeated .proto.TransactionRecord duplicateTransactionRecords = 4; */ com.hederahashgraph.api.proto.java.TransactionRecordOrBuilder getDuplicateTransactionRecordsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy