// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bdchain/api/ac_chain.proto
package bdchain.api.grpc.acchain;
public interface GetTransactionByHashRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:bdchain.api.acchain.GetTransactionByHashRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string ledger = 1;
*/
java.lang.String getLedger();
/**
* string ledger = 1;
*/
com.google.protobuf.ByteString
getLedgerBytes();
/**
* bytes hash = 2;
*/
com.google.protobuf.ByteString getHash();
}