Electroneum
tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::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 548 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount_list

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

Definition at line 552 of file wallet_rpc_server_commands_defs.h.

◆ fee_list

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

Definition at line 553 of file wallet_rpc_server_commands_defs.h.

◆ multisig_txset

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::multisig_txset

Definition at line 556 of file wallet_rpc_server_commands_defs.h.

◆ tx_blob_list

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

Definition at line 554 of file wallet_rpc_server_commands_defs.h.

◆ tx_hash_list

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

Definition at line 550 of file wallet_rpc_server_commands_defs.h.

◆ tx_key_list

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

Definition at line 551 of file wallet_rpc_server_commands_defs.h.

◆ tx_metadata_list

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

Definition at line 555 of file wallet_rpc_server_commands_defs.h.

◆ unsigned_txset

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::response_t::unsigned_txset

Definition at line 557 of file wallet_rpc_server_commands_defs.h.


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