BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::delayed_node::detail::delayed_node_plugin_impl Struct Reference

Public Attributes

std::string remote_endpoint
 
fc::http::websocket_client client
 
std::shared_ptr< fc::rpc::websocket_api_connectionclient_connection
 
fc::api< graphene::app::database_apidatabase_api
 
boost::signals2::scoped_connection client_connection_closed
 
graphene::chain::block_id_type last_received_remote_head
 
graphene::chain::block_id_type last_processed_remote_head
 

Detailed Description

Definition at line 38 of file delayed_node_plugin.cpp.

Member Data Documentation

◆ client

fc::http::websocket_client graphene::delayed_node::detail::delayed_node_plugin_impl::client

Definition at line 40 of file delayed_node_plugin.cpp.

◆ client_connection

std::shared_ptr<fc::rpc::websocket_api_connection> graphene::delayed_node::detail::delayed_node_plugin_impl::client_connection

Definition at line 41 of file delayed_node_plugin.cpp.

◆ client_connection_closed

boost::signals2::scoped_connection graphene::delayed_node::detail::delayed_node_plugin_impl::client_connection_closed

Definition at line 43 of file delayed_node_plugin.cpp.

◆ database_api

fc::api<graphene::app::database_api> graphene::delayed_node::detail::delayed_node_plugin_impl::database_api

Definition at line 42 of file delayed_node_plugin.cpp.

◆ last_processed_remote_head

graphene::chain::block_id_type graphene::delayed_node::detail::delayed_node_plugin_impl::last_processed_remote_head

Definition at line 45 of file delayed_node_plugin.cpp.

◆ last_received_remote_head

graphene::chain::block_id_type graphene::delayed_node::detail::delayed_node_plugin_impl::last_received_remote_head

Definition at line 44 of file delayed_node_plugin.cpp.

◆ remote_endpoint

std::string graphene::delayed_node::detail::delayed_node_plugin_impl::remote_endpoint

Definition at line 39 of file delayed_node_plugin.cpp.


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