// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bdledger/api/query.proto
package bdledger.api.grpc.query;
public interface GetTransactionByHashResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:bdledger.api.GetTransactionByHashResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .bdledger.api.Transaction transaction = 1;
* @return Whether the transaction field is set.
*/
boolean hasTransaction();
/**
* .bdledger.api.Transaction transaction = 1;
* @return The transaction.
*/
bdledger.api.grpc.common.Transaction getTransaction();
/**
* .bdledger.api.Transaction transaction = 1;
*/
bdledger.api.grpc.common.TransactionOrBuilder getTransactionOrBuilder();
}