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 a3c15365f2 - Show all commits
+3 -2
View File
@@ -165,8 +165,9 @@ message AssetFilter {
optional bool can_sell = 7;
optional bool can_deposit = 8;
optional bool can_withdraw = 9;
optional bool is_active = 10;
optional string search = 11; // Not yet implemented !
optional bool can_trade = 10;
optional bool is_active = 11;
optional string search = 12; // Not yet implemented !
}
message AssetDiscountReq {