Electroneum
Loading...
Searching...
No Matches
epee::json_rpc::response< t_param, t_error > Struct Template Reference

#include <jsonrpc_structs.h>

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

Public Member Functions

 response ()

Public Attributes

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

Detailed Description

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

Definition at line 57 of file jsonrpc_structs.h.

Constructor & Destructor Documentation

◆ response()

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

Definition at line 64 of file jsonrpc_structs.h.

64: result{}, id(), error{} {}
epee::serialization::storage_entry id

Member Data Documentation

◆ error

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

Definition at line 62 of file jsonrpc_structs.h.

◆ id

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

Definition at line 61 of file jsonrpc_structs.h.

◆ jsonrpc

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

Definition at line 59 of file jsonrpc_structs.h.

◆ result

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

Definition at line 60 of file jsonrpc_structs.h.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/net/jsonrpc_structs.h