com.hederahashgraph.api.proto.java.TransactionResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_response.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;
* @return The enum numeric value on the wire for nodeTransactionPrecheckCode.
*/
int getNodeTransactionPrecheckCodeValue();
/**
*
**
* The response code that indicates the current status of the transaction.
*
*
* .proto.ResponseCodeEnum nodeTransactionPrecheckCode = 1;
* @return The nodeTransactionPrecheckCode.
*/
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;
* @return The cost.
*/
long getCost();
}