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

Commit

Permalink
Merge pull request #17 from tronprotocol/feature/add_TotalTransaction
Browse files Browse the repository at this point in the history
add TotalTransaction method return all TotalTransaction amount.
  • Loading branch information
CodeNinjaEvan authored Mar 28, 2018
2 parents 9f390c3 + ba4ed07 commit ba4df02
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 ba4df02

Please sign in to comment.