|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| std::string | address |
| uint32_t | account_index |
| std::set< uint32_t > | subaddr_indices |
| bool | subaddr_indices_all |
| uint32_t | priority |
| uint64_t | ring_size |
| uint64_t | outputs |
| uint64_t | unlock_time |
| std::string | payment_id |
| bool | get_tx_keys |
| uint64_t | below_amount |
| bool | do_not_relay |
| bool | get_tx_hex |
| bool | get_tx_metadata |
Definition at line 748 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::account_index |
Definition at line 751 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::address |
Definition at line 750 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::below_amount |
Definition at line 760 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::do_not_relay |
Definition at line 761 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::get_tx_hex |
Definition at line 762 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::get_tx_keys |
Definition at line 759 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::get_tx_metadata |
Definition at line 763 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::outputs |
Definition at line 756 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::payment_id |
Definition at line 758 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::priority |
Definition at line 754 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::ring_size |
Definition at line 755 of file wallet_rpc_server_commands_defs.h.
| std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::subaddr_indices |
Definition at line 752 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::subaddr_indices_all |
Definition at line 753 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::unlock_time |
Definition at line 757 of file wallet_rpc_server_commands_defs.h.