|
Monero
|
#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 |
| 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 |
| uint64_t tools::wallet_rpc::uri_spec::amount |
| std::string tools::wallet_rpc::uri_spec::payment_id |
| std::string tools::wallet_rpc::uri_spec::recipient_name |
| std::string tools::wallet_rpc::uri_spec::tx_description |