|
Electroneum
|
#include <jsonrpc_structs.h>

Public Member Functions | |
| request () | |
Public Attributes | |
| std::string | jsonrpc |
| std::string | method |
| epee::serialization::storage_entry | id |
| t_param | params |
Definition at line 14 of file jsonrpc_structs.h.
|
inline |
Definition at line 21 of file jsonrpc_structs.h.
| epee::serialization::storage_entry epee::json_rpc::request< t_param >::id |
Definition at line 18 of file jsonrpc_structs.h.
| std::string epee::json_rpc::request< t_param >::jsonrpc |
Definition at line 16 of file jsonrpc_structs.h.
| std::string epee::json_rpc::request< t_param >::method |
Definition at line 17 of file jsonrpc_structs.h.
| t_param epee::json_rpc::request< t_param >::params |
Definition at line 19 of file jsonrpc_structs.h.