Update
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// 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();
|
||||
}
|
||||
Reference in New Issue
Block a user