Flex
Flex exchange system
Classes | Typedefs
UserDataConfig.hpp File Reference

UserDataConfig contract interfaces and data-structs. More...

#include "FlexVersion.hpp"
#include "bind_info.hpp"
#include <tvm/schema/message.hpp>
#include <tvm/smart_switcher.hpp>
#include <tvm/contract_handle.hpp>
Include dependency graph for UserDataConfig.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UserDataConfigSalt
 UserDataConfig configuration in code salt. More...
 
struct  UserDataConfigDetails
 UserDataConfig details for getter. More...
 
interface  IUserDataConfig
 UserDataConfig contract interface. More...
 
struct  DUserDataConfig
 UserDataConfig persistent data struct. More...
 
interface  EUserDataConfig
 UserDataConfig events interface. More...
 
struct  preparer< IUserDataConfig, DUserDataConfig >
 Prepare StateInit struct and std address to deploy UserDataConfig contract. More...
 

Typedefs

using IUserDataConfigPtr = handle< IUserDataConfig >
 

Detailed Description

UserDataConfig contract interfaces and data-structs.

UserDataConfig keeps FlexClient/debots/UI configuration for specific user version

Author
Andrew Zhogin