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

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

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

Go to the source code of this file.

Classes

struct  FlexClientDetails
 FlexClient details (for getter) More...
 
struct  BurnInfo
 Burn parameters for each wallet in burnThemAll More...
 
struct  IFlexClient
 FlexClient is client contract for Flex. More...
 
struct  DFlexClient1
 FlexClient persistent data struct. More...
 
interface  EFlexClient
 FlexClient events interface. More...
 

Typedefs

using DFlexClient0 = DFlexClientStub
 Initial persistent data structure.
 
using IFlexClientPtr = handle< IFlexClient >
 
using DFlexClient = DFlexClient1
 

Detailed Description

FlexClient contract interfaces and data-structs.

Author
Andrew Zhogin