Electroneum
epee::json_rpc::response< dummy_result, t_error > Struct Template Reference

#include <jsonrpc_structs.h>

Collaboration diagram for epee::json_rpc::response< dummy_result, t_error >:

Public Member Functions

 response ()
 

Public Attributes

std::string jsonrpc
 
t_error error
 
epee::serialization::storage_entry id
 

Detailed Description

template<typename t_error>
struct epee::json_rpc::response< dummy_result, t_error >

Definition at line 91 of file jsonrpc_structs.h.

Constructor & Destructor Documentation

◆ response()

template<typename t_error >
epee::json_rpc::response< dummy_result, t_error >::response ( )
inline

Definition at line 97 of file jsonrpc_structs.h.

Member Data Documentation

◆ error

template<typename t_error >
t_error epee::json_rpc::response< dummy_result, t_error >::error

Definition at line 94 of file jsonrpc_structs.h.

◆ id

template<typename t_error >
epee::serialization::storage_entry epee::json_rpc::response< dummy_result, t_error >::id

Definition at line 95 of file jsonrpc_structs.h.

◆ jsonrpc

template<typename t_error >
std::string epee::json_rpc::response< dummy_result, t_error >::jsonrpc

Definition at line 93 of file jsonrpc_structs.h.


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