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