Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/wallet_api_plugin/wallet_api_plugin.hpp>
#include <sysio/wallet_plugin/wallet_manager.hpp>
#include <sysio/chain/exceptions.hpp>
#include <sysio/chain/transaction.hpp>
#include <fc/variant.hpp>
#include <fc/io/json.hpp>
#include <chrono>
Go to the source code of this file.
Classes | |
struct | sysio::detail::wallet_api_plugin_empty |
Namespaces | |
namespace | sysio |
namespace | sysio::detail |
Macros | |
#define | CALL_WITH_400(api_name, api_handle, call_name, INVOKE, http_response_code) |
#define | INVOKE_R_R(api_handle, call_name, in_param) |
#define | INVOKE_R_R_R(api_handle, call_name, in_param0, in_param1) |
#define | INVOKE_R_R_R_R(api_handle, call_name, in_param0, in_param1, in_param2) |
#define | INVOKE_R_V(api_handle, call_name) |
#define | INVOKE_V_R(api_handle, call_name, in_param) |
#define | INVOKE_V_R_R(api_handle, call_name, in_param0, in_param1) |
#define | INVOKE_V_R_R_R(api_handle, call_name, in_param0, in_param1, in_param2) |
#define | INVOKE_V_V(api_handle, call_name) |
Functions | |
FC_REFLECT (sysio::detail::wallet_api_plugin_empty,) | |
#define CALL_WITH_400 | ( | api_name, | |
api_handle, | |||
call_name, | |||
INVOKE, | |||
http_response_code ) |
Definition at line 23 of file wallet_api_plugin.cpp.
#define INVOKE_R_R | ( | api_handle, | |
call_name, | |||
in_param ) |
Definition at line 34 of file wallet_api_plugin.cpp.
#define INVOKE_R_R_R | ( | api_handle, | |
call_name, | |||
in_param0, | |||
in_param1 ) |
Definition at line 38 of file wallet_api_plugin.cpp.
#define INVOKE_R_R_R_R | ( | api_handle, | |
call_name, | |||
in_param0, | |||
in_param1, | |||
in_param2 ) |
Definition at line 46 of file wallet_api_plugin.cpp.
#define INVOKE_R_V | ( | api_handle, | |
call_name ) |
Definition at line 53 of file wallet_api_plugin.cpp.
#define INVOKE_V_R | ( | api_handle, | |
call_name, | |||
in_param ) |
Definition at line 57 of file wallet_api_plugin.cpp.
#define INVOKE_V_R_R | ( | api_handle, | |
call_name, | |||
in_param0, | |||
in_param1 ) |
Definition at line 62 of file wallet_api_plugin.cpp.
#define INVOKE_V_R_R_R | ( | api_handle, | |
call_name, | |||
in_param0, | |||
in_param1, | |||
in_param2 ) |
Definition at line 70 of file wallet_api_plugin.cpp.
#define INVOKE_V_V | ( | api_handle, | |
call_name ) |
Definition at line 78 of file wallet_api_plugin.cpp.
FC_REFLECT | ( | sysio::detail::wallet_api_plugin_empty | ) |