Kagome
Polkadot Runtime Engine in C++17
|
#include <rpc_api_impl.hpp>
Public Member Functions | |
RpcApiImpl (std::shared_ptr< JRpcServer > server) | |
outcome::result< std::vector< std::string > > | methods () const override |
Public Member Functions inherited from kagome::api::RpcApi | |
virtual | ~RpcApi ()=default |
Private Attributes | |
std::shared_ptr< JRpcServer > | server_ |
Definition at line 14 of file rpc_api_impl.hpp.
kagome::api::RpcApiImpl::RpcApiImpl | ( | std::shared_ptr< JRpcServer > | server | ) |
Definition at line 12 of file rpc_api_impl.cpp.
|
overridevirtual |
Implements kagome::api::RpcApi.
Definition at line 17 of file rpc_api_impl.cpp.
|
private |
Definition at line 21 of file rpc_api_impl.hpp.