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 3f6f06414d - Show all commits
+1 -1
View File
@@ -487,7 +487,7 @@ message AssetDiscountRes {
string expires_at = 3; string expires_at = 3;
double static_amount = 4; double static_amount = 4;
double percentage = 5; double percentage = 5;
double supported_assets = 6; double supported_asset = 6;
optional double discount_amount = optional double discount_amount =
7; // based of asset price and discount amount in req 7; // based of asset price and discount amount in req
} }