v2: auth added to purchase order
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
5323f73407
commit
f965d1b13c
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user