|
Electroneum
|
#include <jsonrpc_structs.h>

Public Member Functions | |
| response () | |
Public Attributes | |
| std::string | jsonrpc |
| t_param | result |
| epee::serialization::storage_entry | id |
Definition at line 75 of file jsonrpc_structs.h.
|
inline |
Definition at line 81 of file jsonrpc_structs.h.
| epee::serialization::storage_entry epee::json_rpc::response< t_param, dummy_error >::id |
Definition at line 79 of file jsonrpc_structs.h.
| std::string epee::json_rpc::response< t_param, dummy_error >::jsonrpc |
Definition at line 77 of file jsonrpc_structs.h.
| t_param epee::json_rpc::response< t_param, dummy_error >::result |
Definition at line 78 of file jsonrpc_structs.h.