Flex
Flex exchange system
EversConfig.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace tvm {
10 
12 struct EversConfig {
14  uint128 transfer_tip3;
18  uint128 order_answer;
21  uint128 process_queue;
23  uint128 send_notify;
26 };
27 
28 } // namespace tvm
Processing native funds value ...
Definition: EversConfig.hpp:12
uint128 send_notify
... to send notification about completed deal (IFlexNotify)
Definition: EversConfig.hpp:23
uint128 process_queue
... to process processQueue function. Also is used for buyTip3 / onTip3LendOwnership / cancelSell / c...
Definition: EversConfig.hpp:21
uint128 transfer_tip3
... for executing tip3 transfer
Definition: EversConfig.hpp:14
uint128 order_answer
.. to send answer message from PriceXchg
Definition: EversConfig.hpp:18
uint128 dest_wallet_keep_evers
... to keep evers in destination wallet
Definition: EversConfig.hpp:25
uint128 return_ownership
... to return tip3 ownership
Definition: EversConfig.hpp:16