Compare commits

..

No commits in common. "39afba396d4dcf4eeeeb72d0caaae794e01a7d24" and "9e3c4b9ff017868216eda5e70f1fb743fa502b6e" have entirely different histories.

View File

@ -88,7 +88,7 @@ message MarketAssetList {
uint32 total_count = 4;
}
message MatchOrderReq {
message PurchaseReq {
auth.v1.InternalIAM iam = 1;
uint64 order_id = 2;
double amount = 3;
@ -97,7 +97,7 @@ message MatchOrderReq {
optional auth.v1.TFA tfa = 5;
}
message MatchOrderRes {
message PurchaseRes {
uint64 order_id = 1;
double calculated_irt_amount = 2;
double calculated_asset_amount = 3;