Electroneum
Public Attributes | List of all members
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:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ address

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

◆ do_not_relay

bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::do_not_relay

◆ get_tx_hex

bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_hex

◆ get_tx_key

bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_key

◆ get_tx_metadata

bool tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::get_tx_metadata

◆ key_image

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::key_image

◆ outputs

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

◆ payment_id

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::payment_id

◆ priority

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

◆ ring_size

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::ring_size

◆ unlock_time

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::request_t::unlock_time

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