BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for fc::local_api_connection, including all inherited members.
_max_conversion_depth | fc::api_connection | |
_remote_connection | fc::local_api_connection | |
api_connection(uint32_t max_depth) | fc::api_connection | inline |
closed | fc::api_connection | |
get_method_names(api_id_type local_api_id=0) const | fc::api_connection | inline |
get_remote_api(api_id_type api_id=0) | fc::api_connection | inline |
local_api_connection(uint32_t max_depth) | fc::local_api_connection | inline |
receive_call(api_id_type api_id, const string &method_name, const variants &args=variants()) const | fc::api_connection | inline |
receive_callback(uint64_t callback_id, const variants &args=variants()) const | fc::api_connection | inline |
receive_notice(uint64_t callback_id, const variants &args=variants()) const | fc::api_connection | inline |
register_api(const Interface &a) | fc::api_connection | inline |
register_callback(const std::function< Signature > &cb) | fc::api_connection | inline |
remote_connection() const | fc::local_api_connection | inline |
send_call(api_id_type api_id, string method_name, variants args=variants()) override | fc::local_api_connection | inlinevirtual |
send_callback(uint64_t callback_id, variants args=variants()) override | fc::local_api_connection | inlinevirtual |
send_notice(uint64_t callback_id, variants args=variants()) override | fc::local_api_connection | inlinevirtual |
set_remote_connection(const std::shared_ptr< fc::api_connection > &rc) | fc::local_api_connection | inline |
~api_connection() | fc::api_connection | inlinevirtual |
~local_api_connection() | fc::local_api_connection | inline |