v2: side in request
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
80b81727a2
commit
9cc9808a96
@ -543,8 +543,9 @@ message BuyAssetReq {
|
||||
int64 asset_id = 2;
|
||||
double amount_irt = 3;
|
||||
double amount_asset = 4;
|
||||
optional uint64 discount_id = 5;
|
||||
optional auth.v1.TFA tfa = 6; // This might be used in the future
|
||||
BuyAssetSide side = 5;
|
||||
optional uint64 discount_id = 6;
|
||||
optional auth.v1.TFA tfa = 7; // This might be used in the future
|
||||
}
|
||||
|
||||
enum BuyAssetSide {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user