|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| std::string | address |
| uint32_t | priority |
| uint64_t | ring_size |
| uint64_t | outputs |
| uint64_t | unlock_time |
| std::string | payment_id |
| bool | get_tx_key |
| std::string | key_image |
| bool | do_not_relay |
| bool | get_tx_hex |
| bool | get_tx_metadata |
Definition at line 820 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::address |
Definition at line 822 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::do_not_relay |
Definition at line 830 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_hex |
Definition at line 831 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_key |
Definition at line 828 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_metadata |
Definition at line 832 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::key_image |
Definition at line 829 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::outputs |
Definition at line 825 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::payment_id |
Definition at line 827 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::priority |
Definition at line 823 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::ring_size |
Definition at line 824 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::unlock_time |
Definition at line 826 of file wallet_rpc_server_commands_defs.h.