Skip to content

Commit ba4df02

Browse files
Merge pull request #17 from tronprotocol/feature/add_TotalTransaction
add TotalTransaction method return all TotalTransaction amount.
2 parents 9f390c3 + ba4ed07 commit ba4df02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/api.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ service Wallet {
7474
}
7575
rpc GetBlockByNum (NumberMessage) returns (Block) {
7676

77+
}
78+
rpc TotalTransaction (EmptyMessage) returns (NumberMessage) {
79+
7780
}
7881
};
7982
// the api of tron's db

0 commit comments

Comments
 (0)