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

Price configuration data (common for prices of one pair). Stored in code salt. More...

#include <PriceXchgSalt.hpp>

Collaboration diagram for PriceXchgSalt:
Collaboration graph
[legend]

Public Attributes

address flex
 Address of root flex contract (IFlex).
 
address pair
 Address of XchgPair contract.
 
address notify_addr
 Notification address for AMM (IFlexNotify).
 
Tip3Config major_tip3cfg
 Configuration of the major tip3 token.
 
Tip3Config minor_tip3cfg
 Configuration of the minor tip3 token.
 
address major_reserve_wallet
 Major reserve wallet.
 
address minor_reserve_wallet
 Minor reserve wallet.
 
EversConfig ev_cfg
 Processing costs configuration of Flex in native funds (evers).
 
uint128 min_amount
 Minimum amount of major tokens, allowed to make a deal or an order.
 
uint128 minmove
 Minimum move for price.
 
uint128 price_denum
 Price denominator for the pair.
 
uint8 deals_limit
 Limit for processed deals in one request.
 
int8 workchain_id
 Workchain id for the related tip3 token wallets.
 

Detailed Description

Price configuration data (common for prices of one pair). Stored in code salt.

Member Data Documentation

◆ deals_limit

uint8 deals_limit

Limit for processed deals in one request.

◆ ev_cfg

EversConfig ev_cfg

Processing costs configuration of Flex in native funds (evers).

◆ flex

address flex

Address of root flex contract (IFlex).

◆ 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, allowed to make 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.

◆ notify_addr

address notify_addr

Notification address for AMM (IFlexNotify).

◆ pair

address pair

Address of XchgPair contract.

◆ price_denum

uint128 price_denum

Price denominator for the pair.

◆ workchain_id

int8 workchain_id

Workchain id for the related tip3 token wallets.


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