Flex
Flex exchange system
|
XchgPair details (for getter) More...
#include <XchgPair.hpp>
Public Attributes | |
address | tip3_major_root |
Address of Wrapper for major tip3 token. | |
address | tip3_minor_root |
Address of Wrapper for minor tip3 token. | |
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. | |
Tip3Config | major_tip3cfg |
Configuration of the major tip3 token. | |
Tip3Config | minor_tip3cfg |
Configuration of the minor tip3 token. | |
address_opt | next |
Next XchgPair address. | |
bool | unlisted |
If pair is unlisted. | |
XchgPair details (for getter)
address major_reserve_wallet |
Major reserve wallet.
Tip3Config major_tip3cfg |
Configuration of the major tip3 token.
uint128 min_amount |
Minimum amount of major tokens for a deal or an order.
uint128 minmove |
Minimum move for price.
address minor_reserve_wallet |
Minor reserve wallet.
Tip3Config minor_tip3cfg |
Configuration of the minor tip3 token.
address_opt next |
Next XchgPair address.
address notify_addr |
Notification address (AMM)
uint128 price_denum |
Price denominator for the pair.
address tip3_major_root |
Address of Wrapper for major tip3 token.
address tip3_minor_root |
Address of Wrapper for minor tip3 token.
bool unlisted |
If pair is unlisted.