Scorum
|
#include <api_context.hpp>
Public Attributes | |
std::shared_ptr< fc::rpc::websocket_api_connection > | wsc |
std::map< std::string, fc::api_ptr > | api_map |
Contains state shared by all API's on the same connection. Anything in here is owned by FC and cleaned up when the connection dies.
Definition at line 26 of file api_context.hpp.
std::map<std::string, fc::api_ptr> scorum::app::api_session_data::api_map |
Definition at line 29 of file api_context.hpp.
std::shared_ptr<fc::rpc::websocket_api_connection> scorum::app::api_session_data::wsc |
Definition at line 28 of file api_context.hpp.