Update gRPC API

This commit is contained in:
Nex
2019-04-23 15:58:21 +08:00
parent 8da008098c
commit a0ab8ad611
61 changed files with 8465 additions and 2160 deletions

View File

@@ -0,0 +1,29 @@
// 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 {
/**
* <code>string ledger = 1;</code>
*/
java.lang.String getLedger();
/**
* <code>string ledger = 1;</code>
*/
com.google.protobuf.ByteString
getLedgerBytes();
/**
* <code>uint64 block_number = 2;</code>
*/
long getBlockNumber();
/**
* <code>uint32 index = 3;</code>
*/
int getIndex();
}