We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dc631f + fa8dec7 commit 6477f1aCopy full SHA for 6477f1a
src/main/protos/core/contract/market_contract.proto
@@ -11,7 +11,6 @@ message MarketSellAssetContract {
11
int64 sell_token_quantity = 3;
12
bytes buy_token_id = 4;
13
int64 buy_token_quantity = 5; // min to receive
14
- bytes pre_price_key = 6; // order price position
15
}
16
17
message MarketCancelOrderContract {
0 commit comments