Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protos/core/entirty.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ message Account {
int64 balance = 4;
map<string, int64> tokens = 6;
repeated Authrity auths = 8;
bytes email = 9;
int64 create_time = 10;
int64 latest_oprateion_time = 11;
}


Expand Down