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 4010238f8d - Show all commits
+2 -2
View File
@@ -267,8 +267,8 @@ message UserGetTransactionListReq {
optional int64 to_federation_id = 9;
optional double amount_from = 10;
optional double amount_to = 11;
TransactionStatus status = 12;
TransactionType type = 13;
optional TransactionStatus status = 12;
optional TransactionType type = 13;
optional string tracking_code = 14;
}
/*