Flex
Flex exchange system
Public Attributes | List of all members
XchgPairDetails Struct Reference

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.
 

Detailed Description

XchgPair details (for getter)

Member Data Documentation

◆ major_reserve_wallet

address major_reserve_wallet

Major reserve wallet.

◆ major_tip3cfg

Tip3Config major_tip3cfg

Configuration of the major tip3 token.

◆ min_amount

uint128 min_amount

Minimum amount of major tokens for a deal or an order.

◆ minmove

uint128 minmove

Minimum move for price.

◆ minor_reserve_wallet

address minor_reserve_wallet

Minor reserve wallet.

◆ minor_tip3cfg

Tip3Config minor_tip3cfg

Configuration of the minor tip3 token.

◆ next

address_opt next

Next XchgPair address.

◆ notify_addr

address notify_addr

Notification address (AMM)

◆ price_denum

uint128 price_denum

Price denominator for the pair.

◆ tip3_major_root

address tip3_major_root

Address of Wrapper for major tip3 token.

◆ tip3_minor_root

address tip3_minor_root

Address of Wrapper for minor tip3 token.

◆ unlisted

bool unlisted

If pair is unlisted.


The documentation for this struct was generated from the following file: