| 
    Kagome
    
   Polkadot Runtime Engine in C++17 
   | 
 
#include <unsubscribe_runtime_version.hpp>
Public Member Functions | |
| UnsubscribeRuntimeVersion (std::shared_ptr< StateApi > &api) | |
| outcome::result< Return > | execute () override | 
  Public Member Functions inherited from kagome::api::details::RequestType< void, uint32_t > | |
| RequestType ()=default | |
| RequestType (const RequestType &)=delete | |
| RequestType (RequestType &&)=delete | |
| virtual | ~RequestType ()=default | 
| RequestType & | operator= (const RequestType &)=delete | 
| RequestType & | operator= (RequestType &&)=delete | 
| outcome::result< void > | init (const jsonrpc::Request::Parameters ¶ms) | 
| auto | getParam () -> typename std::tuple_element< I, decltype(params_)>::type & | 
Private Attributes | |
| std::shared_ptr< StateApi > | api_ | 
Additional Inherited Members | |
  Public Types inherited from kagome::api::details::RequestType< void, uint32_t > | |
| using | Params = std::tuple< ArgumentTypes... > | 
| using | Return = void | 
Definition at line 15 of file unsubscribe_runtime_version.hpp.
      
  | 
  inlineexplicit | 
Definition at line 17 of file unsubscribe_runtime_version.hpp.
      
  | 
  inlineoverridevirtual | 
Implements kagome::api::details::RequestType< void, uint32_t >.
Definition at line 22 of file unsubscribe_runtime_version.hpp.
      
  | 
  private | 
Definition at line 27 of file unsubscribe_runtime_version.hpp.