|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>


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 |
Definition at line 1772 of file wallet_rpc_server_commands_defs.h.
| tools::wallet_rpc::uri_spec::KV_SERIALIZE | ( | address | ) |


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

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

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

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

| std::string tools::wallet_rpc::uri_spec::address |
Definition at line 1774 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::uri_spec::amount |
Definition at line 1776 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::uri_spec::payment_id |
Definition at line 1775 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::uri_spec::recipient_name |
Definition at line 1778 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::uri_spec::tx_description |
Definition at line 1777 of file wallet_rpc_server_commands_defs.h.