de035bd3bc
Summary: add TransactionCount/GetTransactions 增加关于 transaction/block 相关的查询接口 Test Plan: none Reviewers: nex, wuyi Reviewed By: nex Differential Revision: https://phabricator.internetapi.cn/D25
7 lines
321 B
Bash
7 lines
321 B
Bash
#!/usr/bin/env bash
|
|
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/query_service.proto
|