Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge commit 'ba4df0279d39dc07b6f6e40ccb0a66f3f5631e67' into feature/…
Browse files Browse the repository at this point in the history
…add_total_trans
  • Loading branch information
CodeNinjaEvan committed Mar 28, 2018
2 parents 0ed107a + ba4df02 commit f7d6d7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ service Wallet {
}
rpc GetBlockByNum (NumberMessage) returns (Block) {

}
rpc TotalTransaction (EmptyMessage) returns (NumberMessage) {

}
};
// the api of tron's db
Expand Down

0 comments on commit f7d6d7b

Please sign in to comment.