|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Public Attributes | |
| std::string | remote_endpoint |
| fc::http::websocket_client | client |
| std::shared_ptr< fc::rpc::websocket_api_connection > | client_connection |
| fc::api< graphene::app::database_api > | database_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 |
Definition at line 38 of file delayed_node_plugin.cpp.
| fc::http::websocket_client graphene::delayed_node::detail::delayed_node_plugin_impl::client |
Definition at line 40 of file delayed_node_plugin.cpp.
| 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.
| 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.
| 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.
| 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.
| 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.
| std::string graphene::delayed_node::detail::delayed_node_plugin_impl::remote_endpoint |
Definition at line 39 of file delayed_node_plugin.cpp.
1.8.17