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

Commit

Permalink
add bandwidth in account
Browse files Browse the repository at this point in the history
  • Loading branch information
nanfengpo committed Apr 26, 2018
1 parent 88da776 commit b7224ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ message Account {
map<string, int64> asset = 6;
// the frozen balance
repeated Frozen frozen = 7;
// bandwidth, get from frozen
int64 bandwidth = 8;
// this account create time
int64 create_time = 9;
// this last opration time, including transfer, voting and so on.
Expand Down

0 comments on commit b7224ed

Please sign in to comment.