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

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

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/recordcache/recordcache.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * A node identifier.<br/>
   * This identifies the node that submitted the transaction to consensus.
   * The value is the identifier as known to the current address book.
   * <p>
   * Valid node identifiers SHALL be between 0 and <tt>2<sup>63-1</sup></tt>,
   * inclusive.
   * 
* * uint64 node_id = 1; * @return The nodeId. */ long getNodeId(); /** *
   **
   * A transaction identifier.<br/>
   * This identifies the submitted transaction for this receipt.
   * 
* * .proto.TransactionID transaction_id = 2; * @return Whether the transactionId field is set. */ boolean hasTransactionId(); /** *
   **
   * A transaction identifier.<br/>
   * This identifies the submitted transaction for this receipt.
   * 
* * .proto.TransactionID transaction_id = 2; * @return The transactionId. */ com.hederahashgraph.api.proto.java.TransactionID getTransactionId(); /** *
   **
   * A transaction identifier.<br/>
   * This identifies the submitted transaction for this receipt.
   * 
* * .proto.TransactionID transaction_id = 2; */ com.hederahashgraph.api.proto.java.TransactionIDOrBuilder getTransactionIdOrBuilder(); /** *
   **
   * A status result.<br/>
   * This is the final status after handling the transaction.
   * 
* * .proto.ResponseCodeEnum status = 3; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   **
   * A status result.<br/>
   * This is the final status after handling the transaction.
   * 
* * .proto.ResponseCodeEnum status = 3; * @return The status. */ com.hederahashgraph.api.proto.java.ResponseCodeEnum getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy