Flex
Flex exchange system
FlexSalt.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include <tvm/schema/message.hpp>
10 #include <tvm/smart_switcher.hpp>
11 #include <tvm/contract_handle.hpp>
12 
13 namespace tvm {
14 
16 struct FlexSalt {
17  address super_root;
19  uint8 deals_limit;
22 };
23 
24 } // namespace tvm
25 
Processing native funds value ...
Definition: EversConfig.hpp:12
Flex configuration structure (stored in code salt)
Definition: FlexSalt.hpp:16
EversConfig ev_cfg
Processing costs configuration of Flex in native funds (evers).
Definition: FlexSalt.hpp:18
uint8 deals_limit
Limit for processed deals in one request.
Definition: FlexSalt.hpp:19
cell xchg_pair_code
Code of XchgPair contract (unsalted).
Definition: FlexSalt.hpp:20
address super_root
SuperRoot address.
Definition: FlexSalt.hpp:17
cell xchg_price_code
Code of PriceXchg contract (unsalted).
Definition: FlexSalt.hpp:21