Electroneum
Public Attributes | List of all members
tools::wallet_rpc::COMMAND_RPC_SWEEP_DUST::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Public Attributes

std::list< std::string > tx_hash_list
 
std::list< std::string > tx_key_list
 
std::list< uint64_t > amount_list
 
std::list< uint64_t > fee_list
 
std::list< std::string > tx_blob_list
 
std::list< std::string > tx_metadata_list
 
std::string multisig_txset
 
std::string unsigned_txset
 

Member Data Documentation

◆ amount_list

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

◆ fee_list

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

◆ multisig_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_DUST::response_t::multisig_txset

◆ tx_blob_list

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

◆ tx_hash_list

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

◆ tx_key_list

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

◆ tx_metadata_list

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

◆ unsigned_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_DUST::response_t::unsigned_txset

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