Electroneum
tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t:

Public Attributes

std::list< std::string > tx_hash_list
 
std::list< std::string > tx_key_list
 
std::list< uint64_tamount_list
 
std::list< uint64_tfee_list
 
std::list< std::string > tx_blob_list
 
std::list< std::string > tx_metadata_list
 
std::string multisig_txset
 
std::string unsigned_txset
 

Detailed Description

Definition at line 793 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount_list

std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::amount_list

Definition at line 797 of file wallet_rpc_server_commands_defs.h.

◆ fee_list

std::list<uint64_t> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::fee_list

Definition at line 798 of file wallet_rpc_server_commands_defs.h.

◆ multisig_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::multisig_txset

Definition at line 801 of file wallet_rpc_server_commands_defs.h.

◆ tx_blob_list

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_blob_list

Definition at line 799 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash_list

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_hash_list

Definition at line 795 of file wallet_rpc_server_commands_defs.h.

◆ tx_key_list

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_key_list

Definition at line 796 of file wallet_rpc_server_commands_defs.h.

◆ tx_metadata_list

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::tx_metadata_list

Definition at line 800 of file wallet_rpc_server_commands_defs.h.

◆ unsigned_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_ALL::response_t::unsigned_txset

Definition at line 802 of file wallet_rpc_server_commands_defs.h.


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