|
Electroneum
|
#include <jsonrpc_structs.h>

Public Member Functions | |
| response () | |
Public Attributes | |
| std::string | jsonrpc |
| t_param | result |
| epee::serialization::storage_entry | id |
| t_error | error |
Definition at line 57 of file jsonrpc_structs.h.
|
inline |
Definition at line 64 of file jsonrpc_structs.h.
| t_error epee::json_rpc::response< t_param, t_error >::error |
Definition at line 62 of file jsonrpc_structs.h.
| epee::serialization::storage_entry epee::json_rpc::response< t_param, t_error >::id |
Definition at line 61 of file jsonrpc_structs.h.
| std::string epee::json_rpc::response< t_param, t_error >::jsonrpc |
Definition at line 59 of file jsonrpc_structs.h.
| t_param epee::json_rpc::response< t_param, t_error >::result |
Definition at line 60 of file jsonrpc_structs.h.