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 f965d1b13c - Show all commits
+6 -4
View File
@@ -42,10 +42,12 @@ message MarketAssetList {
} }
message PurchaseReq { message PurchaseReq {
uint64 order_id = 1; auth.v1.InternalIAM iam = 1;
double amount = 2; uint64 order_id = 2;
bool accepted_contract = 3; double amount = 3;
auth.v1.TFA tfa = 4; optional bool accepted_contract = 4;
optional auth.v1.TFA tfa = 5;
} }
message PurchaseRes { message PurchaseRes {
uint64 order_id = 1; uint64 order_id = 1;