feat: add market contract req message
This commit is contained in:
@@ -171,3 +171,10 @@ message DeclineMarketContractReq {
|
|||||||
auth.v1.InternalIAM iam = 1;
|
auth.v1.InternalIAM iam = 1;
|
||||||
uint64 agreement_id = 2;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user