Flex
Flex exchange system
|
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"
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 > |
FlexClientStub contract interfaces and data-structs.