Scorum
Public Attributes | List of all members
scorum::app::api_session_data Struct Reference

#include <api_context.hpp>

Public Attributes

std::shared_ptr< fc::rpc::websocket_api_connection > wsc
 
std::map< std::string, fc::api_ptr > api_map
 

Detailed Description

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.

Member Data Documentation

◆ api_map

std::map<std::string, fc::api_ptr> scorum::app::api_session_data::api_map

Definition at line 29 of file api_context.hpp.

◆ wsc

std::shared_ptr<fc::rpc::websocket_api_connection> scorum::app::api_session_data::wsc

Definition at line 28 of file api_context.hpp.


The documentation for this struct was generated from the following file: