Electroneum
epee::json_rpc::request< t_param > Struct Template Reference

#include <jsonrpc_structs.h>

Collaboration diagram for epee::json_rpc::request< t_param >:

Public Member Functions

 request ()
 

Public Attributes

std::string jsonrpc
 
std::string method
 
epee::serialization::storage_entry id
 
t_param params
 

Detailed Description

template<typename t_param>
struct epee::json_rpc::request< t_param >

Definition at line 14 of file jsonrpc_structs.h.

Constructor & Destructor Documentation

◆ request()

template<typename t_param>
epee::json_rpc::request< t_param >::request ( )
inline

Definition at line 21 of file jsonrpc_structs.h.

21 : id{}, params{} {}

Member Data Documentation

◆ id

template<typename t_param>
epee::serialization::storage_entry epee::json_rpc::request< t_param >::id

Definition at line 18 of file jsonrpc_structs.h.

◆ jsonrpc

template<typename t_param>
std::string epee::json_rpc::request< t_param >::jsonrpc

Definition at line 16 of file jsonrpc_structs.h.

◆ method

template<typename t_param>
std::string epee::json_rpc::request< t_param >::method

Definition at line 17 of file jsonrpc_structs.h.

◆ params

template<typename t_param>
t_param epee::json_rpc::request< t_param >::params

Definition at line 19 of file jsonrpc_structs.h.


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