25 lines
793 B
Java
25 lines
793 B
Java
// 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 {
|
|
|
|
/**
|
|
* <code>.bdledger.api.Transaction transaction = 1;</code>
|
|
* @return Whether the transaction field is set.
|
|
*/
|
|
boolean hasTransaction();
|
|
/**
|
|
* <code>.bdledger.api.Transaction transaction = 1;</code>
|
|
* @return The transaction.
|
|
*/
|
|
bdledger.api.grpc.common.Transaction getTransaction();
|
|
/**
|
|
* <code>.bdledger.api.Transaction transaction = 1;</code>
|
|
*/
|
|
bdledger.api.grpc.common.TransactionOrBuilder getTransactionOrBuilder();
|
|
}
|