Flex
Flex exchange system
All Classes Files Functions Variables Typedefs Enumerations Pages
Public Attributes | List of all members
DFlex Struct Reference

Flex persistent data struct. More...

#include <Flex.hpp>

Inheritance diagram for DFlex:
Inheritance graph
[legend]

Public Attributes

uint32 exchange_version_
 Exchange update group version.
 
int8 workchain_id_
 Workchain id.
 
optcell xchg_pair_code_
 XchgPair code (with salt added)
 
address_opt first_pair_
 First XchgPair in linked list.
 
address_opt last_pair_
 Last XchgPair in linked list.
 
uint32 pairs_count_
 Count of XchgPair contracts.
 
uint128 flex_keep_evers_
 Evers to keep in the contract.
 
address_opt it_
 Old pair iterator (for cloning)
 
address_opt prev_clone_
 Previous pair clone (for cloning)
 
address_opt next_
 Next XchgPair address (for cloning)
 
address_opt notify_addr_
 Notification address (AMM) (for cloning)
 
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.
 
opt< Tip3Config > major_tip3cfg_
 Configuration of the major tip3 token for current pair (for cloning)
 
opt< Tip3Config > minor_tip3cfg_
 Configuration of the minor tip3 token for current pair (for cloning)
 

Detailed Description

Flex persistent data struct.


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