Electroneum
tools::wallet_rpc::uri_spec Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Inheritance diagram for tools::wallet_rpc::uri_spec:
Collaboration diagram for tools::wallet_rpc::uri_spec:

Public Member Functions

 KV_SERIALIZE (address)
 
 KV_SERIALIZE (payment_id)
 
 KV_SERIALIZE (amount)
 
 KV_SERIALIZE (tx_description)
 
 KV_SERIALIZE (recipient_name)
 

Public Attributes

std::string address
 
std::string payment_id
 
uint64_t amount
 
std::string tx_description
 
std::string recipient_name
 

Detailed Description

Definition at line 1772 of file wallet_rpc_server_commands_defs.h.

Member Function Documentation

◆ KV_SERIALIZE() [1/5]

tools::wallet_rpc::uri_spec::KV_SERIALIZE ( address  )

◆ KV_SERIALIZE() [2/5]

tools::wallet_rpc::uri_spec::KV_SERIALIZE ( payment_id  )

◆ KV_SERIALIZE() [3/5]

tools::wallet_rpc::uri_spec::KV_SERIALIZE ( amount  )

◆ KV_SERIALIZE() [4/5]

tools::wallet_rpc::uri_spec::KV_SERIALIZE ( tx_description  )

◆ KV_SERIALIZE() [5/5]

tools::wallet_rpc::uri_spec::KV_SERIALIZE ( recipient_name  )

Member Data Documentation

◆ address

std::string tools::wallet_rpc::uri_spec::address

Definition at line 1774 of file wallet_rpc_server_commands_defs.h.

◆ amount

uint64_t tools::wallet_rpc::uri_spec::amount

Definition at line 1776 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

std::string tools::wallet_rpc::uri_spec::payment_id

Definition at line 1775 of file wallet_rpc_server_commands_defs.h.

◆ recipient_name

std::string tools::wallet_rpc::uri_spec::recipient_name

Definition at line 1778 of file wallet_rpc_server_commands_defs.h.

◆ tx_description

std::string tools::wallet_rpc::uri_spec::tx_description

Definition at line 1777 of file wallet_rpc_server_commands_defs.h.


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