v2: auth added to purchase order

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-09 14:57:58 +03:30
parent 5323f73407
commit f965d1b13c
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -42,10 +42,12 @@ message MarketAssetList {
}
message PurchaseReq {
uint64 order_id = 1;
double amount = 2;
bool accepted_contract = 3;
auth.v1.TFA tfa = 4;
auth.v1.InternalIAM iam = 1;
uint64 order_id = 2;
double amount = 3;
optional bool accepted_contract = 4;
optional auth.v1.TFA tfa = 5;
}
message PurchaseRes {
uint64 order_id = 1;