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

com.hedera.hashgraph.sdk.proto.TransactionRecordEntryOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: recordcache.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * The ID of the node that submitted the transaction to consensus. The ID is the ID of the node as known by the
   * address book. Valid node IDs are in the range 0..2^63-1, inclusive.
   * 
* * int64 node_id = 1; * @return The nodeId. */ long getNodeId(); /** *
   **
   * The AccountID of the payer of the transaction. This may be the same as the account ID within the Transaction ID
   * of the record, or it may be the account ID of the node that submitted the transaction to consensus if the account
   * ID in the Transaction ID is not able to pay.
   * 
* * .proto.AccountID payer_account_id = 2; * @return Whether the payerAccountId field is set. */ boolean hasPayerAccountId(); /** *
   **
   * The AccountID of the payer of the transaction. This may be the same as the account ID within the Transaction ID
   * of the record, or it may be the account ID of the node that submitted the transaction to consensus if the account
   * ID in the Transaction ID is not able to pay.
   * 
* * .proto.AccountID payer_account_id = 2; * @return The payerAccountId. */ com.hedera.hashgraph.sdk.proto.AccountID getPayerAccountId(); /** *
   **
   * The AccountID of the payer of the transaction. This may be the same as the account ID within the Transaction ID
   * of the record, or it may be the account ID of the node that submitted the transaction to consensus if the account
   * ID in the Transaction ID is not able to pay.
   * 
* * .proto.AccountID payer_account_id = 2; */ com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getPayerAccountIdOrBuilder(); /** *
   **
   * The transaction record for the transaction.
   * 
* * .proto.TransactionRecord transaction_record = 3; * @return Whether the transactionRecord field is set. */ boolean hasTransactionRecord(); /** *
   **
   * The transaction record for the transaction.
   * 
* * .proto.TransactionRecord transaction_record = 3; * @return The transactionRecord. */ com.hedera.hashgraph.sdk.proto.TransactionRecord getTransactionRecord(); /** *
   **
   * The transaction record for the transaction.
   * 
* * .proto.TransactionRecord transaction_record = 3; */ com.hedera.hashgraph.sdk.proto.TransactionRecordOrBuilder getTransactionRecordOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy