// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bdchain/api/ac_chain.proto
package bdchain.api.grpc;
public interface GetBlockByHashRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:bdchain.api.GetBlockByHashRequest)
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();
/**
* bool full_transaction = 3;
*/
boolean getFullTransaction();
}