|
Flex
Flex exchange system
|
FlexClient persistent data struct. More...
#include <FlexClient.hpp>


Public Attributes | |
| uint256 | owner_ |
| Owner's public key. | |
| FlexVersion | triplet_ |
| Version triplet. | |
| FlexVersion | ex_triplet_ |
| Ex-version triplet (initialized during code upgrade) | |
| optcell | auth_index_code_ |
| AuthIndex code. | |
| optcell | user_id_index_code_ |
| UserIdIndex code. | |
| opt< bind_info > | binding_ |
| Binding info for exchange. | |
| bool_t | packet_burning_ |
| When burnThemAll was postponed into continueBurnThemAll call. | |
| uint128 | burn_ev_ |
Processing evers for each wallet burn call. | |
| dict_array< BurnInfo > | burns_ |
| Array of burn parameters for each wallet. | |
| bool_t | packet_canceling_ |
| When cancelThemAll was postponed into continueCancelThemAll call. | |
| uint128 | cancel_ev_ |
Processing evers for each wallet cancelOrder call. | |
| dict_array< address > | prices_ |
| Array of PriceXchg addresses. | |
FlexClient persistent data struct.