Electroneum
epee::json_rpc::response< t_param, dummy_error > Struct Template Reference

#include <jsonrpc_structs.h>

Collaboration diagram for epee::json_rpc::response< t_param, dummy_error >:

Public Member Functions

 response ()
 

Public Attributes

std::string jsonrpc
 
t_param result
 
epee::serialization::storage_entry id
 

Detailed Description

template<typename t_param>
struct epee::json_rpc::response< t_param, dummy_error >

Definition at line 75 of file jsonrpc_structs.h.

Constructor & Destructor Documentation

◆ response()

template<typename t_param >
epee::json_rpc::response< t_param, dummy_error >::response ( )
inline

Definition at line 81 of file jsonrpc_structs.h.

Member Data Documentation

◆ id

template<typename t_param >
epee::serialization::storage_entry epee::json_rpc::response< t_param, dummy_error >::id

Definition at line 79 of file jsonrpc_structs.h.

◆ jsonrpc

template<typename t_param >
std::string epee::json_rpc::response< t_param, dummy_error >::jsonrpc

Definition at line 77 of file jsonrpc_structs.h.

◆ result

template<typename t_param >
t_param epee::json_rpc::response< t_param, dummy_error >::result

Definition at line 78 of file jsonrpc_structs.h.


The documentation for this struct was generated from the following file: