|
OrderRet | onTip3LendOwnership (uint128 balance, uint32 lend_finish_time, Tip3Creds creds, cell payload, address answer_addr) |
| Deploy is only allowed with [[deploy]] function call.
|
|
void | processQueue () |
|
void | cancelOrder (bool sell, opt< uint256 > user_id, opt< uint256 > order_id) |
|
void | cancelWalletOrder (bool sell, address owner, uint256 user_id, opt< uint256 > order_id) |
|
EversConfig | ev_cfg () |
|
dict_array< OrderInfoXchg > | getSells () |
|
dict_array< OrderInfoXchg > | getBuys () |
|
PriceXchgSalt | getConfig () |
|
PriceXchgDetails | getDetails () |
|
Implements IPriceXchg May be in 3 states:
- Only sell orders
- Only buy orders
- Have both sides. Temporary state, may occur when process_queue hit deals limit. In the next processQueue() call (calls) to itself will be converted into state #1 or state #2.