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

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

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

Go to the source code of this file.

Classes

struct  FlexClientStubSalt
 
struct  IFlexClientStub
 FlexClientStub is a placement contract to be setcoded to an actual FlexClient. More...
 
struct  DFlexClientStub
 FlexClientStub persistent data struct. More...
 
interface  EFlexClientStub
 FlexClientStub events interface. More...
 
struct  preparer< IFlexClientStub, DFlexClientStub >
 Prepare StateInit struct and std address to deploy FlexClientStub contract. More...
 

Typedefs

using flex_client_replay_protection_t = replay_attack_protection::timestamp< FLEX_CLIENT_TIMESTAMP_DELAY >
 
using IFlexClientStubPtr = handle< IFlexClientStub >
 

Detailed Description

FlexClientStub contract interfaces and data-structs.

Author
Andrew Zhogin