add hash query

Summary:
add TransactionCount/GetTransactions
增加关于 transaction/block 相关的查询接口

Test Plan: none

Reviewers: nex, wuyi

Reviewed By: nex

Differential Revision: https://phabricator.internetapi.cn/D25
This commit is contained in:
huyingcong
2019-11-25 21:23:49 +08:00
parent 3dc5c90025
commit de035bd3bc
8 changed files with 120 additions and 115 deletions

View File

@@ -3,4 +3,4 @@ mkdir -p gen/go
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/common.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/error_details.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/ac_chain.proto
protoc -I . --go_out=plugins=grpc:gen/go bdledger/api/query_service.proto