Electroneum
tools::wallet_rpc::COMMAND_RPC_SIGN_TRANSFER::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SIGN_TRANSFER::response_t:

Public Attributes

std::string signed_txset
 
std::list< std::string > tx_hash_list
 
std::list< std::string > tx_raw_list
 
std::list< std::string > tx_key_list
 

Detailed Description

Definition at line 654 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ signed_txset

std::string tools::wallet_rpc::COMMAND_RPC_SIGN_TRANSFER::response_t::signed_txset

Definition at line 656 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash_list

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

Definition at line 657 of file wallet_rpc_server_commands_defs.h.

◆ tx_key_list

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

Definition at line 659 of file wallet_rpc_server_commands_defs.h.

◆ tx_raw_list

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SIGN_TRANSFER::response_t::tx_raw_list

Definition at line 658 of file wallet_rpc_server_commands_defs.h.


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