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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The response code that indicates the current status of the transaction.
   * 
* * .proto.ResponseCodeEnum nodeTransactionPrecheckCode = 1; */ int getNodeTransactionPrecheckCodeValue(); /** *
   * The response code that indicates the current status of the transaction.
   * 
* * .proto.ResponseCodeEnum nodeTransactionPrecheckCode = 1; */ com.hederahashgraph.api.proto.java.ResponseCodeEnum getNodeTransactionPrecheckCode(); /** *
   * If the response code was INSUFFICIENT_TX_FEE, the actual transaction fee that would be required to execute the transaction.
   * 
* * uint64 cost = 2; */ long getCost(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy