Electroneum
Public Attributes | List of all members
tools::wallet2::tx_construction_data Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::tx_construction_data:
Collaboration graph
[legend]

Public Attributes

std::vector< cryptonote::tx_source_entrysources
 
cryptonote::tx_destination_entry change_dts
 
std::vector< cryptonote::tx_destination_entrysplitted_dsts
 
std::vector< size_t > selected_transfers
 
std::vector< uint8_t > extra
 
uint64_t unlock_time
 
bool use_rct
 
rct::RCTConfig rct_config
 
std::vector< cryptonote::tx_destination_entrydests
 
uint32_t subaddr_account
 
std::set< uint32_t > subaddr_indices
 

Member Data Documentation

◆ change_dts

cryptonote::tx_destination_entry tools::wallet2::tx_construction_data::change_dts

◆ dests

std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::dests

◆ extra

std::vector<uint8_t> tools::wallet2::tx_construction_data::extra

◆ rct_config

rct::RCTConfig tools::wallet2::tx_construction_data::rct_config

◆ selected_transfers

std::vector<size_t> tools::wallet2::tx_construction_data::selected_transfers

◆ sources

std::vector<cryptonote::tx_source_entry> tools::wallet2::tx_construction_data::sources

◆ splitted_dsts

std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::splitted_dsts

◆ subaddr_account

uint32_t tools::wallet2::tx_construction_data::subaddr_account

◆ subaddr_indices

std::set<uint32_t> tools::wallet2::tx_construction_data::subaddr_indices

◆ unlock_time

uint64_t tools::wallet2::tx_construction_data::unlock_time

◆ use_rct

bool tools::wallet2::tx_construction_data::use_rct

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