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 grpc-ecosystem#50 from tronprotocol/feature/latest…
Browse files Browse the repository at this point in the history
…_asset_operation_time

Feature/latest asset operation time
  • Loading branch information
nanfengpo authored May 19, 2018
2 parents 7c6f6f3 + 438289f commit 4568fcf
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 {
repeated Vote votes = 5;
// the other asset owned by this account
map<string, int64> asset = 6;
// latest asset operation time
map<string, int64> latest_asset_operation_time = 18;
// the frozen balance
repeated Frozen frozen = 7;
// bandwidth, get from frozen
Expand Down

0 comments on commit 4568fcf

Please sign in to comment.