// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bdchain/api/ac_chain.proto
package bdchain.api.grpc.acchain;
public interface GetTransactionByBlockNumberAndIndexRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:bdchain.api.acchain.GetTransactionByBlockNumberAndIndexRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string ledger = 1;
*/
java.lang.String getLedger();
/**
* string ledger = 1;
*/
com.google.protobuf.ByteString
getLedgerBytes();
/**
* uint64 block_number = 2;
*/
long getBlockNumber();
/**
* uint32 index = 3;
*/
int getIndex();
}