--wip-- [skip ci]
This commit is contained in:
parent
68ade9b3af
commit
30bec96010
@ -175,7 +175,8 @@ message DeclineMarketContractReq {
|
|||||||
|
|
||||||
message MarketContractReq {
|
message MarketContractReq {
|
||||||
auth.v1.InternalIAM iam = 1;
|
auth.v1.InternalIAM iam = 1;
|
||||||
uint64 order_id = 2; // Maker OrderID
|
uint64 asset_id = 2;
|
||||||
double amount = 3;
|
uint64 order_id = 3; // Maker OrderID
|
||||||
wallet.v1.BuyAssetSide req_side = 4;
|
double amount = 4;
|
||||||
|
wallet.v1.BuyAssetSide req_side = 5;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user