|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <api.hpp>
Public Member Functions | |
| api_base () | |
| virtual | ~api_base () |
| virtual uint64_t | get_handle () const =0 |
| virtual api_id_type | register_api (api_connection &conn) const =0 |
| template<typename T > | |
| api< T, identity_member_with_optionals > | as () |
| template<typename T > | |
| api< T > | as () |
| api<T, identity_member_with_optionals> fc::api_base::as | ( | ) |
| api<T> fc::api_base::as | ( | ) |
Definition at line 514 of file api_connection.hpp.
|
pure virtual |
Implemented in fc::detail::any_api.
|
pure virtual |
Implemented in fc::detail::any_api.
1.8.17