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 a19bcd544c - Show all commits
+7
View File
@@ -171,3 +171,10 @@ message DeclineMarketContractReq {
auth.v1.InternalIAM iam = 1;
uint64 agreement_id = 2;
}
message MarketContractReq {
auth.v1.InternalIAM iam = 1;
uint64 order_id = 2; // Maker OrderID
double amount = 3;
wallet.v1.BuyAssetSide req_side = 4;
}