chore: update identity status type to UserStatus #34
+2
-2
@@ -65,8 +65,8 @@ message NewMarketReq{
|
||||
double amount = 3;
|
||||
double unit_price = 4;
|
||||
MarketOrderSide side = 5;
|
||||
auth.v1.TFA tfa = 6;
|
||||
bool accepted_contract = 7;
|
||||
optional auth.v1.TFA tfa = 6;
|
||||
optional bool accepted_contract = 7;
|
||||
}
|
||||
|
||||
enum MarketOrderSide {
|
||||
|
||||
Reference in New Issue
Block a user