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 9cc9808a96 - Show all commits
+3 -2
View File
@@ -543,8 +543,9 @@ message BuyAssetReq {
int64 asset_id = 2;
double amount_irt = 3;
double amount_asset = 4;
optional uint64 discount_id = 5;
optional auth.v1.TFA tfa = 6; // This might be used in the future
BuyAssetSide side = 5;
optional uint64 discount_id = 6;
optional auth.v1.TFA tfa = 7; // This might be used in the future
}
enum BuyAssetSide {