feat: add market contract req message
This commit is contained in:
parent
219b388648
commit
a19bcd544c
@ -171,3 +171,10 @@ message DeclineMarketContractReq {
|
||||
auth.v1.InternalIAM iam = 1;
|
||||
uint64 agreement_id = 2;
|
||||
}
|
||||
|
||||
message MarketContractReq {
|
||||
auth.v1.InternalIAM iam = 1;
|
||||
uint64 order_id = 2; // Maker OrderID
|
||||
double amount = 3;
|
||||
wallet.v1.BuyAssetSide req_side = 4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user