Electroneum
tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t:

Public Attributes

std::string tx_hash
 
std::string tx_key
 
uint64_t amount
 
uint64_t fee
 
std::string tx_blob
 
std::string tx_metadata
 
std::string multisig_txset
 
std::string unsigned_txset
 

Detailed Description

Definition at line 850 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::amount

Definition at line 854 of file wallet_rpc_server_commands_defs.h.

◆ fee

uint64_t tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::fee

Definition at line 855 of file wallet_rpc_server_commands_defs.h.

◆ multisig_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::multisig_txset

Definition at line 858 of file wallet_rpc_server_commands_defs.h.

◆ tx_blob

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::tx_blob

Definition at line 856 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::tx_hash

Definition at line 852 of file wallet_rpc_server_commands_defs.h.

◆ tx_key

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::tx_key

Definition at line 853 of file wallet_rpc_server_commands_defs.h.

◆ tx_metadata

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::tx_metadata

Definition at line 857 of file wallet_rpc_server_commands_defs.h.

◆ unsigned_txset

std::string tools::wallet_rpc::COMMAND_RPC_SWEEP_SINGLE::response_t::unsigned_txset

Definition at line 859 of file wallet_rpc_server_commands_defs.h.


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