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

Wrapper Index Contract interfaces and data-structs. More...

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

Go to the source code of this file.

Classes

struct  WICSalt
 Wrapper Index Contract configuration in code salt. More...
 
struct  WICDetails
 WIC details for getter. More...
 
interface  IWIC
 Wrapper Index Contract interface. WIC is a contract to index (enumerate) wrappers. More...
 
struct  DWIC
 Wrapper Index Contract persistent data struct. More...
 
interface  EWIC
 Wrapper Index Contract events interface. More...
 
struct  preparer< IWIC, DWIC >
 Prepare StateInit struct and std address to deploy WIC contract. More...
 

Typedefs

using IWICPtr = handle< IWIC >
 

Detailed Description

Wrapper Index Contract interfaces and data-structs.

Author
Andrew Zhogin