Electroneum
tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t:

Public Attributes

std::string address
 
uint32_t account_index
 
std::set< uint32_tsubaddr_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
 

Detailed Description

Definition at line 748 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ account_index

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.

◆ address

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::address

Definition at line 750 of file wallet_rpc_server_commands_defs.h.

◆ below_amount

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.

◆ do_not_relay

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.

◆ get_tx_hex

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.

◆ get_tx_keys

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.

◆ get_tx_metadata

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.

◆ outputs

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::outputs

Definition at line 756 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

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.

◆ priority

uint32_t tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::request_t::priority

Definition at line 754 of file wallet_rpc_server_commands_defs.h.

◆ ring_size

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.

◆ subaddr_indices

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.

◆ subaddr_indices_all

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.

◆ unlock_time

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.


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