chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit fa793e03b2 - Show all commits
+1 -1
View File
@@ -344,7 +344,7 @@ enum TransactionStatus {
message Transaction { message Transaction {
int64 id = 1; int64 id = 1;
int64 asset_id = 2; int64 asset_id = 2;
// Asset asset_info = 3; //Causing network overloading string asset_code = 3;
optional int64 from_user_id = 4; optional int64 from_user_id = 4;
optional auth.v1.UserIdentityBasic from_user_info = 5; optional auth.v1.UserIdentityBasic from_user_info = 5;
optional int64 from_federation_id = 6; optional int64 from_federation_id = 6;