
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ResponseHeader.proto
package com.hederahashgraph.api.proto.java;
public interface ResponseHeaderOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ResponseHeader)
com.google.protobuf.MessageOrBuilder {
/**
*
* Result of fee transaction precheck, saying it passed, or why it failed
*
*
* .proto.ResponseCodeEnum nodeTransactionPrecheckCode = 1;
*/
int getNodeTransactionPrecheckCodeValue();
/**
*
* Result of fee transaction precheck, saying it passed, or why it failed
*
*
* .proto.ResponseCodeEnum nodeTransactionPrecheckCode = 1;
*/
com.hederahashgraph.api.proto.java.ResponseCodeEnum getNodeTransactionPrecheckCode();
/**
*
* The requested response is repeated back here, for convenience
*
*
* .proto.ResponseType responseType = 2;
*/
int getResponseTypeValue();
/**
*
* The requested response is repeated back here, for convenience
*
*
* .proto.ResponseType responseType = 2;
*/
com.hederahashgraph.api.proto.java.ResponseType getResponseType();
/**
*
* The fee that would be charged to get the requested information (if a cost was requested). Note: This cost only includes the query fee and does not include the transfer fee(which is required to execute the transfer transaction to debit the payer account and credit the node account with query fee)
*
*
* uint64 cost = 3;
*/
long getCost();
/**
*
* The state proof for this information (if a state proof was requested, and is available)
*
*
* bytes stateProof = 4;
*/
com.google.protobuf.ByteString getStateProof();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy