Electroneum
tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t:

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
 

Detailed Description

Definition at line 820 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ address

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::address

Definition at line 822 of file wallet_rpc_server_commands_defs.h.

◆ do_not_relay

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.

◆ get_tx_hex

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.

◆ get_tx_key

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.

◆ get_tx_metadata

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.

◆ key_image

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.

◆ outputs

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::outputs

Definition at line 825 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

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.

◆ priority

uint32_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::priority

Definition at line 823 of file wallet_rpc_server_commands_defs.h.

◆ ring_size

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.

◆ unlock_time

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.


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