Flex
Flex exchange system
|
XchgPair persistent data struct. More...
#include <XchgPair.hpp>
Public Attributes | |
address | tip3_major_root_ |
Address of Wrapper for major tip3 token. Used for address calculation. | |
address | tip3_minor_root_ |
Address of Wrapper for minor tip3 token. Used for address calculation. | |
uint128 | min_amount_ |
Minimum amount of major tokens for a deal or an order. | |
uint128 | minmove_ |
Minimum move for price. | |
uint128 | price_denum_ |
Price denominator for the pair. | |
address | notify_addr_ |
Notification address (AMM) | |
address | major_reserve_wallet_ |
Major reserve wallet. | |
address | minor_reserve_wallet_ |
Minor reserve wallet. | |
opt< Tip3Config > | major_tip3cfg_ |
Configuration of the major tip3 token. | |
opt< Tip3Config > | minor_tip3cfg_ |
Configuration of the minor tip3 token. | |
opt< address > | next_ |
Next XchgPair address. | |
bool_t | unlisted_ |
If pair is unlisted. | |
XchgPair persistent data struct.